Diogo Cordeiro 460d87ab55 Added GNU social Summer of Code info to gnu.io website | преди 6 години | |
---|---|---|
archetypes | преди 6 години | |
content | преди 6 години | |
data | преди 6 години | |
layouts | преди 6 години | |
static | преди 6 години | |
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