Diogo Cordeiro 460d87ab55 Added GNU social Summer of Code info to gnu.io website | il y a 5 ans | |
---|---|---|
archetypes | il y a 6 ans | |
content | il y a 5 ans | |
data | il y a 6 ans | |
layouts | il y a 6 ans | |
static | il y a 5 ans | |
themes | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.gitmodules | il y a 6 ans | |
README.md | il y a 6 ans | |
build.sh | il y a 6 ans | |
config.toml | il y a 6 ans |
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