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