1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Using table of contents within the documentation.

This commit is contained in:
spf13
2014-01-28 23:29:05 -05:00
parent 1882ffabc6
commit 18b9948f1e
17 changed files with 59 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ When you're ready to create a pull request, be sure to:
# Building from source
### Clone locally (for contributors):
## Clone locally (for contributors):
git clone https://github.com/spf13/hugo
cd hugo
@@ -44,13 +44,13 @@ of the following paths:
* ln -s /path/to/your/hugo $GOPATH/src/github.com/spf13/hugo
* ln -s /path/to/your/hugo $GOROOT/src/pkg/github.com/spf13/hugo
### Running Hugo
## Running Hugo
cd /path/to/hugo
go install github.com/spf13/hugo/hugolibs
go run main.go
### Building Hugo
## Building Hugo
cd /path/to/hugo
go build -o hugo main.go

View File

@@ -4,6 +4,7 @@ date: "2013-07-01"
aliases: ["/doc/contributors/", "/meta/contributors/"]
groups: ["community"]
groups_weight: 40
notoc: true
---
Hugo was built with love and golang by: