Diogo Cordeiro 460d87ab55 Added GNU social Summer of Code info to gnu.io website | пре 5 година | |
---|---|---|
archetypes | пре 6 година | |
content | пре 5 година | |
data | пре 6 година | |
layouts | пре 6 година | |
static | пре 5 година | |
themes | пре 6 година | |
.gitignore | пре 6 година | |
.gitmodules | пре 6 година | |
README.md | пре 6 година | |
build.sh | пре 6 година | |
config.toml | пре 6 година |
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