Sen descrición

Diogo Cordeiro 460d87ab55 Added GNU social Summer of Code info to gnu.io website %!s(int64=5) %!d(string=hai) anos
archetypes ac50379c98 Minimal version ready to go live. %!s(int64=6) %!d(string=hai) anos
content 460d87ab55 Added GNU social Summer of Code info to gnu.io website %!s(int64=5) %!d(string=hai) anos
data 81da13e150 Add server gnusocial.cc %!s(int64=6) %!d(string=hai) anos
layouts ac50379c98 Minimal version ready to go live. %!s(int64=6) %!d(string=hai) anos
static 460d87ab55 Added GNU social Summer of Code info to gnu.io website %!s(int64=5) %!d(string=hai) anos
themes ac50379c98 Minimal version ready to go live. %!s(int64=6) %!d(string=hai) anos
.gitignore f5d858aeed Update README and gitignore. %!s(int64=6) %!d(string=hai) anos
.gitmodules ac50379c98 Minimal version ready to go live. %!s(int64=6) %!d(string=hai) anos
README.md f5d858aeed Update README and gitignore. %!s(int64=6) %!d(string=hai) anos
build.sh a3b5b50914 Speling. %!s(int64=6) %!d(string=hai) anos
config.toml 666374088c Fix source link. %!s(int64=6) %!d(string=hai) anos

README.md

About This Project

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.

Getting Started

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