Diogo Cordeiro 460d87ab55 Added GNU social Summer of Code info to gnu.io website | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
archetypes | %!s(int64=6) %!d(string=hai) anos | |
content | %!s(int64=5) %!d(string=hai) anos | |
data | %!s(int64=6) %!d(string=hai) anos | |
layouts | %!s(int64=6) %!d(string=hai) anos | |
static | %!s(int64=5) %!d(string=hai) anos | |
themes | %!s(int64=6) %!d(string=hai) anos | |
.gitignore | %!s(int64=6) %!d(string=hai) anos | |
.gitmodules | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
build.sh | %!s(int64=6) %!d(string=hai) anos | |
config.toml | %!s(int64=6) %!d(string=hai) anos |
This is the static site for gnu.io.
It is a Hugo project.
Changes to the site should be submitted as pull requests to this repository.
You'll need Hugo installed:
sudo apt install hugo
Check out this project, then you may need to do this on older versions of Git:
git submodule update --init --recursive
To develop:
hugo serve
To build:
hugo