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