mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Converting front matter to YAML
This commit is contained in:
parent
2b90779f0f
commit
05875153bc
66 changed files with 625 additions and 560 deletions
|
@ -1,13 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Contributing to Hugo"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/contributing/
|
||||||
aliases: ["/doc/contributing/", "/meta/contributing/"]
|
- /meta/contributing/
|
||||||
weight: 30
|
date: 2013-07-01
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'community'
|
parent: community
|
||||||
prev: "/community/press"
|
next: /tutorials/github_pages_blog
|
||||||
next: "/tutorials/github_pages_blog"
|
prev: /community/press
|
||||||
|
title: Contributing to Hugo
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
All contributions to Hugo are welcome. Whether you want to scratch an itch, or simply contribute to the project. Feel free to pick something from the roadmap
|
All contributions to Hugo are welcome. Whether you want to scratch an itch, or simply contribute to the project. Feel free to pick something from the roadmap
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Mailing List"
|
date: 2013-07-01
|
||||||
date: "2013-07-01"
|
|
||||||
weight: 10
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'community'
|
parent: community
|
||||||
prev: "/extras/urls"
|
next: /community/press
|
||||||
next: "/community/press"
|
prev: /extras/urls
|
||||||
|
title: Mailing List
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo has two mailing lists:
|
Hugo has two mailing lists:
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
+++
|
---
|
||||||
title = "Press, Blogs and Media Coverage"
|
date: 2014-03-24T20:00:00Z
|
||||||
date = 2014-03-24T20:00:00Z
|
linktitle: Press
|
||||||
linktitle = "Press"
|
menu:
|
||||||
weight = 20
|
main:
|
||||||
notoc = true
|
parent: community
|
||||||
prev = "/community/mailing-list"
|
next: /community/contributing
|
||||||
next = "/community/contributing"
|
notoc: true
|
||||||
[menu.main]
|
prev: /community/mailing-list
|
||||||
parent = "community"
|
title: Press, Blogs and Media Coverage
|
||||||
+++
|
weight: 20
|
||||||
|
---
|
||||||
|
|
||||||
Hugo has been featured in the following Blog Posts, Press and Media.
|
Hugo has been featured in the following Blog Posts, Press and Media.
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Archetypes"
|
date: 2014-05-14T02:13:50Z
|
||||||
date = 2014-05-14T02:13:50Z
|
menu:
|
||||||
weight = 50
|
main:
|
||||||
prev = "/content/types"
|
parent: content
|
||||||
next = "/content/ordering"
|
next: /content/ordering
|
||||||
|
prev: /content/types
|
||||||
[menu]
|
title: Archetypes
|
||||||
[menu.main]
|
weight: 50
|
||||||
parent = "content"
|
---
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo v0.11 introduced the concept of a content builder. Using the
|
Hugo v0.11 introduced the concept of a content builder. Using the
|
||||||
command: `hugo new [relative new content path]` you can start a content file
|
command: `hugo new [relative new content path]` you can start a content file
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Example Content File"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/example/
|
||||||
aliases: ["/doc/example/"]
|
date: 2013-07-01
|
||||||
linktitle: "Example"
|
linktitle: Example
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'content'
|
parent: content
|
||||||
weight: 70
|
next: /themes/overview
|
||||||
notoc: true
|
notoc: true
|
||||||
prev: '/content/ordering'
|
prev: /content/ordering
|
||||||
next: '/themes/overview'
|
title: Example Content File
|
||||||
|
weight: 70
|
||||||
---
|
---
|
||||||
|
|
||||||
Somethings are better shown than explained. The following is a very basic example of a content file:
|
Somethings are better shown than explained. The following is a very basic example of a content file:
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
+++
|
---
|
||||||
title = "Front Matter"
|
aliases:
|
||||||
date = "2013-07-01"
|
- /doc/front-matter/
|
||||||
aliases = ["/doc/front-matter/"]
|
date: 2013-07-01
|
||||||
weight = 20
|
menu:
|
||||||
prev = "/content/organization"
|
main:
|
||||||
next = "/content/sections"
|
parent: content
|
||||||
|
next: /content/sections
|
||||||
[menu.main]
|
prev: /content/organization
|
||||||
parent = "content"
|
title: Front Matter
|
||||||
|
weight: 20
|
||||||
+++
|
---
|
||||||
|
|
||||||
The front matter is one of the features that gives Hugo its strength. It enables
|
The front matter is one of the features that gives Hugo its strength. It enables
|
||||||
you to include the meta data of the content right with it. Hugo supports a few
|
you to include the meta data of the content right with it. Hugo supports a few
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Ordering Content"
|
date: 2014-03-06
|
||||||
date: "2014-03-06"
|
linktitle: Ordering
|
||||||
linktitle: "Ordering"
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: "content"
|
parent: content
|
||||||
|
next: /content/example
|
||||||
|
prev: /content/archetypes
|
||||||
|
title: Ordering Content
|
||||||
weight: 60
|
weight: 60
|
||||||
prev: '/content/archetypes'
|
|
||||||
next: '/content/example'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo provides you with all the flexibility you need to organize how your content is ordered.
|
Hugo provides you with all the flexibility you need to organize how your content is ordered.
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Content Organization"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/organization/
|
||||||
aliases: ["/doc/organization/"]
|
date: 2013-07-01
|
||||||
linktitle: "Organization"
|
linktitle: Organization
|
||||||
weight: 10
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'content'
|
parent: content
|
||||||
prev: '/overview/source-directory'
|
next: /content/front-matter
|
||||||
next: '/content/front-matter'
|
prev: /overview/source-directory
|
||||||
|
title: Content Organization
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo uses markdown files with headers commonly called the front matter. Hugo
|
Hugo uses markdown files with headers commonly called the front matter. Hugo
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Sections"
|
date: 2013-07-01
|
||||||
date: "2013-07-01"
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'content'
|
parent: content
|
||||||
weight: 30
|
next: /content/types
|
||||||
notoc: true
|
notoc: true
|
||||||
prev: '/content/front-matter'
|
prev: /content/front-matter
|
||||||
next: '/content/types'
|
title: Sections
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo thinks that you organize your content with a purpose. The same structure
|
Hugo thinks that you organize your content with a purpose. The same structure
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Content Types"
|
date: 2013-07-01
|
||||||
date: "2013-07-01"
|
linktitle: Types
|
||||||
linktitle: "Types"
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'content'
|
parent: content
|
||||||
|
next: /content/archetypes
|
||||||
|
prev: /content/sections
|
||||||
|
title: Content Types
|
||||||
weight: 40
|
weight: 40
|
||||||
prev: '/content/sections'
|
|
||||||
next: '/content/archetypes'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo has full support for different types of content. A content type can have a
|
Hugo has full support for different types of content. A content type can have a
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Aliases"
|
|
||||||
date: "2013-07-09"
|
|
||||||
aliases:
|
aliases:
|
||||||
- /doc/redirects/
|
- /doc/redirects/
|
||||||
- /doc/alias/
|
- /doc/alias/
|
||||||
- /doc/aliases/
|
- /doc/aliases/
|
||||||
weight: 10
|
date: 2013-07-09
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/taxonomies/ordering"
|
next: /extras/builders
|
||||||
next: "/extras/builders"
|
prev: /taxonomies/ordering
|
||||||
|
title: Aliases
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
For people migrating existing published content to Hugo theres a good chance
|
For people migrating existing published content to Hugo theres a good chance
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Hugo Builders"
|
date: 2014-05-26
|
||||||
linktitle: "Builders"
|
linktitle: Builders
|
||||||
date: "2014-05-26"
|
|
||||||
weight: 12
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/aliases"
|
next: /extras/comments
|
||||||
next: "/extras/comments"
|
prev: /extras/aliases
|
||||||
|
title: Hugo Builders
|
||||||
|
weight: 12
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo provides the functionality to quickly get a site, theme or page
|
Hugo provides the functionality to quickly get a site, theme or page
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Comments in Hugo"
|
date: 2014-05-26
|
||||||
linktitle: "Comments"
|
linktitle: Comments
|
||||||
date: "2014-05-26"
|
|
||||||
weight: 14
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/builders"
|
next: /extras/livereload
|
||||||
next: "/extras/livereload"
|
prev: /extras/builders
|
||||||
|
title: Comments in Hugo
|
||||||
|
weight: 14
|
||||||
---
|
---
|
||||||
|
|
||||||
As Hugo is a static site generator, the content produced is static and
|
As Hugo is a static site generator, the content produced is static and
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Syntax Highlighting"
|
date: 2013-07-01
|
||||||
date: "2013-07-01"
|
|
||||||
weight: 50
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/shortcodes"
|
next: /extras/toc
|
||||||
next: "/extras/toc"
|
prev: /extras/shortcodes
|
||||||
|
title: Syntax Highlighting
|
||||||
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo provides the ability for you to highlight source code in two different
|
Hugo provides the ability for you to highlight source code in two different
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Live Reload"
|
date: 2014-05-26
|
||||||
date: "2014-05-26"
|
|
||||||
weight: 15
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/comments"
|
next: /extras/menus
|
||||||
next: "/extras/menus"
|
prev: /extras/comments
|
||||||
|
title: Live Reload
|
||||||
|
weight: 15
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo may not be the first static site generator to utilize live reload
|
Hugo may not be the first static site generator to utilize live reload
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Menus"
|
date: 2014-05-14T02:36:37Z
|
||||||
weight = 20
|
menu:
|
||||||
prev = "/extras/livereload"
|
main:
|
||||||
next = "/extras/permalinks"
|
parent: extras
|
||||||
date = 2014-05-14T02:36:37Z
|
next: /extras/permalinks
|
||||||
[menu]
|
prev: /extras/livereload
|
||||||
[menu.main]
|
title: Menus
|
||||||
parent = "extras"
|
weight: 20
|
||||||
+++
|
---
|
||||||
|
|
||||||
Hugo has a simple yet powerful menu system that permits content to be
|
Hugo has a simple yet powerful menu system that permits content to be
|
||||||
placed in menus with a good degree of control without a lot of work.
|
placed in menus with a good degree of control without a lot of work.
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Permalinks"
|
|
||||||
date: "2013-11-18"
|
|
||||||
aliases:
|
aliases:
|
||||||
- "/doc/permalinks/"
|
- /doc/permalinks/
|
||||||
weight: 30
|
date: 2013-11-18
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/menus"
|
next: /extras/shortcodes
|
||||||
next: "/extras/shortcodes"
|
notoc: true
|
||||||
|
prev: /extras/menus
|
||||||
|
title: Permalinks
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
By default, content is laid out into the target `publishdir` (public)
|
By default, content is laid out into the target `publishdir` (public)
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Shortcodes"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/shortcodes/
|
||||||
aliases: ["/doc/shortcodes/"]
|
date: 2013-07-01
|
||||||
weight: 40
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/permalinks"
|
next: /extras/highlighting
|
||||||
next: "/extras/highlighting"
|
prev: /extras/permalinks
|
||||||
|
title: Shortcodes
|
||||||
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
Because Hugo uses markdown for its simple content format, however there's a lot
|
Because Hugo uses markdown for its simple content format, however there's a lot
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Table of Contents"
|
date: 2013-07-09
|
||||||
date: "2013-07-09"
|
|
||||||
weight: 60
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/highlighting"
|
next: /extras/urls
|
||||||
next: "/extras/urls"
|
prev: /extras/highlighting
|
||||||
|
title: Table of Contents
|
||||||
|
weight: 60
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo will automatically parse the markdown for your content and create
|
Hugo will automatically parse the markdown for your content and create
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "URLs"
|
|
||||||
date: "2014-01-03"
|
|
||||||
aliases:
|
aliases:
|
||||||
- "/doc/urls/"
|
- /doc/urls/
|
||||||
weight: 70
|
date: 2014-01-03
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'extras'
|
parent: extras
|
||||||
prev: "/extras/toc"
|
next: /community/mailing-list
|
||||||
next: "/community/mailing-list"
|
notoc: true
|
||||||
|
prev: /extras/toc
|
||||||
|
title: URLs
|
||||||
|
weight: 70
|
||||||
---
|
---
|
||||||
|
|
||||||
## Pretty Urls
|
## Pretty Urls
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "License"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/license/
|
||||||
aliases: ["/doc/license/", "/license/", "/meta/license/"]
|
- /license/
|
||||||
weight: 50
|
- /meta/license/
|
||||||
|
date: 2013-07-01
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'about'
|
parent: about
|
||||||
|
title: License
|
||||||
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo is released under the Simple Public License.
|
Hugo is released under the Simple Public License.
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Release Notes"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/release-notes/
|
||||||
aliases: ["/doc/release-notes/", "/meta/release-notes/"]
|
- /meta/release-notes/
|
||||||
weight: 10
|
date: 2013-07-01
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'about'
|
parent: about
|
||||||
|
title: Release Notes
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
## **0.11.0** May 28, 2014
|
## **0.11.0** May 28, 2014
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Hugo Roadmap"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/roadmap/
|
||||||
aliases: ["/doc/roadmap/","/meta/roadmap/"]
|
- /meta/roadmap/
|
||||||
weight: 20
|
date: 2013-07-01
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'about'
|
parent: about
|
||||||
|
notoc: true
|
||||||
|
title: Hugo Roadmap
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
In no particular order, here is what we are working on:
|
In no particular order, here is what we are working on:
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Configuring Hugo"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/configuration/
|
||||||
aliases: ["/doc/configuration/"]
|
date: 2013-07-01
|
||||||
linktitle: "Configuration"
|
linktitle: Configuration
|
||||||
weight: 40
|
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'getting started'
|
parent: getting started
|
||||||
prev: '/overview/usage'
|
next: /overview/source-directory
|
||||||
next: '/overview/source-directory'
|
notoc: true
|
||||||
|
prev: /overview/usage
|
||||||
|
title: Configuring Hugo
|
||||||
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
The directory structure and templates provide the majority of the
|
The directory structure and templates provide the majority of the
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Installing Hugo"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/installing/
|
||||||
aliases: ["/doc/installing/"]
|
date: 2013-07-01
|
||||||
weight: 20
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'getting started'
|
parent: getting started
|
||||||
|
next: /overview/usage
|
||||||
prev: '/overview/quickstart'
|
prev: /overview/quickstart
|
||||||
next: '/overview/usage'
|
title: Installing Hugo
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo is written in Go with support for Windows, Linux, FreeBSD and OSX.
|
Hugo is written in Go with support for Windows, Linux, FreeBSD and OSX.
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Introduction to Hugo"
|
date: 2013-07-01
|
||||||
date: "2013-07-01"
|
linktitle: Introduction
|
||||||
linktitle: "Introduction"
|
|
||||||
weight: 5
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'getting started'
|
parent: getting started
|
||||||
next: '/overview/quickstart'
|
next: /overview/quickstart
|
||||||
|
title: Introduction to Hugo
|
||||||
|
weight: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is Hugo?
|
## What is Hugo?
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Hugo Quickstart Guide"
|
date: 2013-07-01
|
||||||
date: "2013-07-01"
|
linktitle: Quickstart
|
||||||
linktitle: "Quickstart"
|
|
||||||
weight: 10
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'getting started'
|
parent: getting started
|
||||||
prev: '/overview/introduction'
|
next: /overview/installing
|
||||||
next: '/overview/installing'
|
prev: /overview/introduction
|
||||||
|
title: Hugo Quickstart Guide
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
_This quickstart depends on features introduced in hugo v0.11. If you
|
_This quickstart depends on features introduced in hugo v0.11. If you
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Source Organization"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/source-directory/
|
||||||
aliases: ["/doc/source-directory/"]
|
date: 2013-07-01
|
||||||
weight: 50
|
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'getting started'
|
parent: getting started
|
||||||
prev: '/overview/configuration'
|
next: /content/organization
|
||||||
next: '/content/organization'
|
notoc: true
|
||||||
|
prev: /overview/configuration
|
||||||
|
title: Source Organization
|
||||||
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo takes a single directory and uses it as the input for creating a complete
|
Hugo takes a single directory and uses it as the input for creating a complete
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Using Hugo"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/usage/
|
||||||
aliases: ["/doc/usage/"]
|
date: 2013-07-01
|
||||||
weight: 30
|
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'getting started'
|
parent: getting started
|
||||||
prev: '/overview/installing'
|
next: /overview/configuration
|
||||||
next: '/overview/configuration'
|
notoc: true
|
||||||
|
prev: /overview/installing
|
||||||
|
title: Using Hugo
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
Make sure either hugo is in your path or provide a path to it.
|
Make sure either hugo is in your path or provide a path to it.
|
||||||
|
|
|
@ -1,11 +1,15 @@
|
||||||
+++
|
---
|
||||||
title = "Ant Zucaro"
|
date: 2014-02-03T20:00:00Z
|
||||||
date = 2014-02-03T20:00:00Z
|
description: Ant Zucaro's Blog
|
||||||
description = "Ant Zucaro's Blog"
|
license: GPL
|
||||||
license = "GPL"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://antzucaro.com
|
||||||
sourceLink = "http://github.com/antzucaro/az.com"
|
sourceLink: http://github.com/antzucaro/az.com
|
||||||
sitelink = "http://antzucaro.com"
|
tags:
|
||||||
thumbnail = "/static/img/antzucaro-tn.jpg"
|
- personal
|
||||||
tags = ["personal", "blog", "foundation"]
|
- blog
|
||||||
+++
|
- foundation
|
||||||
|
thumbnail: /static/img/antzucaro-tn.jpg
|
||||||
|
title: Ant Zucaro
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "Andrew S Codispoti"
|
date: 2014-01-22T07:32:00Z
|
||||||
date = 2014-01-22T07:32:00Z
|
description: ""
|
||||||
description = ""
|
license: CC-BY-SA
|
||||||
license = "CC-BY-SA"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://andrewcodispoti.com
|
||||||
sourceLink = "https://gitlab.com/acodispo/andrewcodispoti-com"
|
sourceLink: https://gitlab.com/acodispo/andrewcodispoti-com
|
||||||
sitelink = "http://andrewcodispoti.com"
|
tags:
|
||||||
thumbnail = "/static/img/asc-tn.jpg"
|
- personal
|
||||||
tags = [ "personal", "bootstrap" ]
|
- bootstrap
|
||||||
+++
|
thumbnail: /static/img/asc-tn.jpg
|
||||||
|
title: Andrew S Codispoti
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "Chimera Art Space"
|
date: 2013-10-02T07:32:00Z
|
||||||
date = 2013-10-02T07:32:00Z
|
description: ""
|
||||||
description = ""
|
license: CC-SA
|
||||||
license = "CC-SA"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://chimeraarts.org
|
||||||
sourceLink = "https://github.com/chimera/chimeraarts.org"
|
sourceLink: https://github.com/chimera/chimeraarts.org
|
||||||
sitelink = "http://chimeraarts.org"
|
tags:
|
||||||
thumbnail = "/static/img/chimera-tn.jpg"
|
- company
|
||||||
tags = ["company", "bootstrap" ]
|
- bootstrap
|
||||||
+++
|
thumbnail: /static/img/chimera-tn.jpg
|
||||||
|
title: Chimera Art Space
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "CloudShark"
|
date: 2014-03-27T09:45:00Z
|
||||||
date = 2014-03-27T09:45:00Z
|
description: CloudShark Appliance homepage and documentation
|
||||||
description = "CloudShark Appliance homepage and documentation"
|
license: ""
|
||||||
license = ""
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: https://appliance.cloudshark.org
|
||||||
sitelink = "https://appliance.cloudshark.org"
|
tags:
|
||||||
thumbnail = "/static/img/cloudshark-tn.jpg"
|
- company
|
||||||
tags = ["company", "documentation", "foundation"]
|
- documentation
|
||||||
+++
|
- foundation
|
||||||
|
thumbnail: /static/img/cloudshark-tn.jpg
|
||||||
|
title: CloudShark
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "Hey, it's Alex"
|
date: 2014-03-09T06:00:00Z
|
||||||
date = 2014-03-09T06:00:00Z
|
description: ""
|
||||||
description = ""
|
license: MIT
|
||||||
license = "MIT"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://heyitsalex.net
|
||||||
sourceLink = "https://github.com/alexandre-normand/alexandre-normand"
|
sourceLink: https://github.com/alexandre-normand/alexandre-normand
|
||||||
sitelink = "http://heyitsalex.net"
|
tags:
|
||||||
thumbnail = "/static/img/heyitsalex-tn.jpg"
|
- personal
|
||||||
tags = [ "personal", "blog" ]
|
- blog
|
||||||
+++
|
thumbnail: /static/img/heyitsalex-tn.jpg
|
||||||
|
title: Hey, it's Alex
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "Hugo"
|
date: 2013-07-01T07:32:00Z
|
||||||
date = 2013-07-01T07:32:00Z
|
description: This site
|
||||||
description = "This site"
|
license: Simpl
|
||||||
license = "Simpl"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://hugo.spf13.com
|
||||||
sourceLink = "http://github.com/spf13/hugo/docs"
|
sourceLink: http://github.com/spf13/hugo/docs
|
||||||
sitelink = "http://hugo.spf13.com"
|
tags:
|
||||||
thumbnail = "/static/img/hugo-tn.jpg"
|
- documentation
|
||||||
tags = ["documentation", "bootstrap"]
|
- bootstrap
|
||||||
+++
|
thumbnail: /static/img/hugo-tn.jpg
|
||||||
|
title: Hugo
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "ifup"
|
date: 2013-11-02T07:32:00Z
|
||||||
date = 2013-11-02T07:32:00Z
|
description: ""
|
||||||
description = ""
|
license: MIT
|
||||||
license = "MIT"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://ifup.org
|
||||||
sourceLink = "http://www.ifup.org"
|
sourceLink: http://www.ifup.org
|
||||||
sitelink = "http://ifup.org"
|
tags:
|
||||||
thumbnail = "/static/img/ifup-tn.jpg"
|
- personal
|
||||||
tags = [ "personal", "blog" ]
|
- blog
|
||||||
+++
|
thumbnail: /static/img/ifup-tn.jpg
|
||||||
|
title: ifup
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,15 @@
|
||||||
+++
|
---
|
||||||
title = "Kieran Healy"
|
date: 2014-02-27T20:35:00Z
|
||||||
date = 2014-02-27T20:35:00Z
|
description: Kieran Healy's Website
|
||||||
description = "Kieran Healy's Website"
|
license: ""
|
||||||
license = ""
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://kieranhealy.org
|
||||||
sourceLink = "http://github.com/kjhealy/kieranhealy.hugo"
|
sourceLink: http://github.com/kjhealy/kieranhealy.hugo
|
||||||
sitelink = "http://kieranhealy.org"
|
tags:
|
||||||
thumbnail = "/static/img/kjhealy-tn.jpg"
|
- personal
|
||||||
tags = ["personal", "blog", "academic"]
|
- blog
|
||||||
+++
|
- academic
|
||||||
|
thumbnail: /static/img/kjhealy-tn.jpg
|
||||||
|
title: Kieran Healy
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
+++
|
---
|
||||||
title = "spf13.com"
|
date: 2013-07-01T07:32:00Z
|
||||||
date = 2013-07-01T07:32:00Z
|
description: The first Hugo powered website.
|
||||||
description = "The first Hugo powered website."
|
license: MIT
|
||||||
license = "MIT"
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://spf13.com
|
||||||
sourceLink = "http://github.com/spf13/spf13.com"
|
sourceLink: http://github.com/spf13/spf13.com
|
||||||
sitelink = "http://spf13.com"
|
tags:
|
||||||
thumbnail = "/static/img/spf13-tn.jpg"
|
- personal
|
||||||
tags = ["personal", "blog"]
|
- blog
|
||||||
+++
|
thumbnail: /static/img/spf13-tn.jpg
|
||||||
|
title: spf13.com
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Tech Made Plain"
|
date: 2014-05-22T19:54:00Z
|
||||||
date = 2014-05-22T19:54:00Z
|
description: Tech Coaching site
|
||||||
description = "Tech Coaching site"
|
license: ""
|
||||||
license = ""
|
licenseLink: ""
|
||||||
licenseLink = ""
|
sitelink: http://techmadeplain.com
|
||||||
sitelink = "http://techmadeplain.com"
|
tags:
|
||||||
thumbnail = "/static/img/techmadeplain-tn.jpg"
|
- personal
|
||||||
tags = ["personal", "blog"]
|
- blog
|
||||||
+++
|
thumbnail: /static/img/techmadeplain-tn.jpg
|
||||||
|
title: Tech Made Plain
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
+++
|
---
|
||||||
title = "YSlow Rules"
|
date: 2014-04-07T10:45:00Z
|
||||||
date = 2014-04-07T10:45:00Z
|
description: Community project of YSlow rules translations
|
||||||
description = "Community project of YSlow rules translations"
|
license: MIT License
|
||||||
sourceLink = "https://github.com/checkmyws/yslow-rules"
|
licenseLink: https://raw.github.com/checkmyws/yslow-rules/master/LICENSE
|
||||||
license = "MIT License"
|
sitelink: http://checkmyws.github.io/yslow-rules/
|
||||||
licenseLink = "https://raw.github.com/checkmyws/yslow-rules/master/LICENSE"
|
sourceLink: https://github.com/checkmyws/yslow-rules
|
||||||
sitelink = "http://checkmyws.github.io/yslow-rules/"
|
tags:
|
||||||
thumbnail = "/static/img/yslow-rules.jpg"
|
- community
|
||||||
tags = ["community", "documentation", "translation"]
|
- documentation
|
||||||
+++
|
- translation
|
||||||
|
thumbnail: /static/img/yslow-rules.jpg
|
||||||
|
title: YSlow Rules
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Displaying Taxonomies"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /indexes/displaying/
|
||||||
linktitle: "Displaying"
|
date: 2013-07-01
|
||||||
aliases: ["/indexes/displaying/"]
|
linktitle: Displaying
|
||||||
weight: 20
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'taxonomy'
|
parent: taxonomy
|
||||||
prev: "/taxonomies/usage"
|
next: /taxonomies/templates
|
||||||
next: "/taxonomies/templates"
|
prev: /taxonomies/usage
|
||||||
|
title: Displaying Taxonomies
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
There are four common ways you can display the data in your
|
There are four common ways you can display the data in your
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Ordering Taxonomies"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /indexes/ordering/
|
||||||
linktitle: "Ordering"
|
date: 2013-07-01
|
||||||
aliases: ["/indexes/ordering/"]
|
linktitle: Ordering
|
||||||
weight: 60
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
identifier: "Ordering Taxonomies"
|
identifier: Ordering Taxonomies
|
||||||
parent: 'taxonomy'
|
parent: taxonomy
|
||||||
prev: "/taxonomies/templates"
|
next: /extras/aliases
|
||||||
next: "/extras/aliases"
|
prev: /taxonomies/templates
|
||||||
|
title: Ordering Taxonomies
|
||||||
|
weight: 60
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo provides the ability to both:
|
Hugo provides the ability to both:
|
||||||
|
|
|
@ -1,15 +1,18 @@
|
||||||
---
|
---
|
||||||
title: "Taxonomy Overview"
|
aliases:
|
||||||
linktitle: "Overview"
|
- /indexes/overview/
|
||||||
date: "2013-07-01"
|
- /doc/indexes/
|
||||||
aliases: ["/indexes/overview/","/doc/indexes/", "/extras/indexes"]
|
- /extras/indexes
|
||||||
weight: 10
|
date: 2013-07-01
|
||||||
|
linktitle: Overview
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'taxonomy'
|
identifier: taxonomy overview
|
||||||
identifier: 'taxonomy overview'
|
parent: taxonomy
|
||||||
prev: "/templates/404"
|
next: /taxonomies/usage
|
||||||
next: "/taxonomies/usage"
|
prev: /templates/404
|
||||||
|
title: Taxonomy Overview
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo includes support for user defined groupings of content called
|
Hugo includes support for user defined groupings of content called
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Taxonomy Templates"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /indexes/templates/
|
||||||
linktitle: "Templates"
|
date: 2013-07-01
|
||||||
aliases: ["/indexes/templates/"]
|
linktitle: Templates
|
||||||
weight: 30
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'taxonomy'
|
parent: taxonomy
|
||||||
prev: "/templates/displaying"
|
next: /taxonomies/ordering
|
||||||
next: "/taxonomies/ordering"
|
prev: /templates/displaying
|
||||||
|
title: Taxonomy Templates
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
There are two different templates that the use of taxonomies will require you to provide.
|
There are two different templates that the use of taxonomies will require you to provide.
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Using Taxonomies"
|
date: 2014-05-26
|
||||||
linktitle: "Usage"
|
linktitle: Usage
|
||||||
date: "2014-05-26"
|
|
||||||
weight: 15
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'taxonomy'
|
parent: taxonomy
|
||||||
prev: "/taxonomies/overview"
|
next: /taxonomies/displaying
|
||||||
next: "/taxonomies/displaying"
|
prev: /taxonomies/overview
|
||||||
|
title: Using Taxonomies
|
||||||
|
weight: 15
|
||||||
---
|
---
|
||||||
|
|
||||||
## Defining taxonomies for a site
|
## Defining taxonomies for a site
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "404.html Templates"
|
aliases:
|
||||||
|
- /layout/404/
|
||||||
|
date: 2013-08-21
|
||||||
linktitle: "404"
|
linktitle: "404"
|
||||||
date: "2013-08-21"
|
|
||||||
notoc: true
|
|
||||||
weight: 100
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/404/"]
|
next: /taxonomies/overview
|
||||||
prev: "/templates/sitemap"
|
notoc: true
|
||||||
next: "/taxonomies/overview"
|
prev: /templates/sitemap
|
||||||
|
title: 404.html Templates
|
||||||
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
When using Hugo with [github pages](http://pages.github.com/) you can provide
|
When using Hugo with [github pages](http://pages.github.com/) you can provide
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Single Content Template"
|
aliases:
|
||||||
linktitle: "Single"
|
- /layout/functions/
|
||||||
date: "2013-07-01"
|
date: 2013-07-01
|
||||||
weight: 30
|
linktitle: Single
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/functions/"]
|
next: /templates/list
|
||||||
prev: "/templates/variables"
|
prev: /templates/variables
|
||||||
next: "/templates/list"
|
title: Single Content Template
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
The primary view of content in hugo is the single view. Hugo for every
|
The primary view of content in hugo is the single view. Hugo for every
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Hugo Template Functions"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /layout/functions/
|
||||||
linktitle: "Functions"
|
date: 2013-07-01
|
||||||
aliases: ["/layout/functions/"]
|
linktitle: Functions
|
||||||
weight: 20
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
prev: "/templates/go-templates"
|
next: /templates/variables
|
||||||
next: "/templates/variables"
|
prev: /templates/go-templates
|
||||||
|
title: Hugo Template Functions
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo uses the excellent go html/template library for its template engine.
|
Hugo uses the excellent go html/template library for its template engine.
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Go Template Primer"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /layout/go-templates/
|
||||||
aliases: ["/layout/go-templates/"]
|
date: 2013-07-01
|
||||||
weight: 15
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
prev: "/templates/overview"
|
next: /templates/functions
|
||||||
next: "/templates/functions"
|
prev: /templates/overview
|
||||||
|
title: Go Template Primer
|
||||||
|
weight: 15
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
|
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Homepage"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /layout/homepage/
|
||||||
weight: 50
|
date: 2013-07-01
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/homepage/"]
|
next: /templates/terms
|
||||||
prev: "/templates/list"
|
notoc: true
|
||||||
next: "/templates/terms"
|
prev: /templates/list
|
||||||
|
title: Homepage
|
||||||
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
The home page of a website is often formatted differently than the other
|
The home page of a website is often formatted differently than the other
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Content List Template"
|
aliases:
|
||||||
linktitle: "List"
|
- /layout/indexes/
|
||||||
date: "2013-07-01"
|
date: 2013-07-01
|
||||||
weight: 40
|
linktitle: List
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/indexes/"]
|
next: /templates/homepage
|
||||||
prev: "/templates/content"
|
prev: /templates/content
|
||||||
next: "/templates/homepage"
|
title: Content List Template
|
||||||
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
A list template is any template that will be used to render multiple pieces of
|
A list template is any template that will be used to render multiple pieces of
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Hugo Templates"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /doc/templates/
|
||||||
aliases: ["/doc/templates/", "/layout/templates/"]
|
- /layout/templates/
|
||||||
linktitle: "Overview"
|
date: 2013-07-01
|
||||||
weight: 10
|
linktitle: Overview
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
prev: "/themes/creation"
|
next: /templates/go-templates
|
||||||
next: "/templates/go-templates"
|
prev: /themes/creation
|
||||||
|
title: Hugo Templates
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo uses the excellent go html/template library for its template engine.
|
Hugo uses the excellent go html/template library for its template engine.
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Partial Templates"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /layout/chrome/
|
||||||
weight: 80
|
date: 2013-07-01
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/chrome/"]
|
next: /templates/rss
|
||||||
prev: "/templates/views"
|
prev: /templates/views
|
||||||
next: "/templates/rss"
|
title: Partial Templates
|
||||||
|
weight: 80
|
||||||
---
|
---
|
||||||
|
|
||||||
It's not a requirement to have this, but in practice it's very
|
It's not a requirement to have this, but in practice it's very
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "RSS (feed) Templates"
|
aliases:
|
||||||
linktitle: "RSS"
|
- /layout/rss/
|
||||||
date: "2013-07-01"
|
date: 2013-07-01
|
||||||
weight: 90
|
linktitle: RSS
|
||||||
notoc: "one"
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/rss/"]
|
next: /templates/sitemap
|
||||||
prev: "/templates/partials"
|
notoc: one
|
||||||
next: "/templates/sitemap"
|
prev: /templates/partials
|
||||||
|
title: RSS (feed) Templates
|
||||||
|
weight: 90
|
||||||
---
|
---
|
||||||
|
|
||||||
Like all other templates, you can use a single RSS template to generate
|
Like all other templates, you can use a single RSS template to generate
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Sitemap Template"
|
aliases:
|
||||||
linktitle: "Sitemap"
|
- /layout/sitemap/
|
||||||
date: "2014-05-07"
|
date: 2014-05-07
|
||||||
weight: 95
|
linktitle: Sitemap
|
||||||
notoc: true
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/layout/sitemap/"]
|
next: /templates/404
|
||||||
prev: "/templates/rss"
|
notoc: true
|
||||||
next: "/templates/404"
|
prev: /templates/rss
|
||||||
|
title: Sitemap Template
|
||||||
|
weight: 95
|
||||||
---
|
---
|
||||||
|
|
||||||
A single Sitemap template is used to generate the `sitemap.xml` file.
|
A single Sitemap template is used to generate the `sitemap.xml` file.
|
||||||
|
|
|
@ -1,14 +1,17 @@
|
||||||
---
|
---
|
||||||
title: "Taxonomy Terms Template"
|
aliases:
|
||||||
linktitle: "Taxonomy Terms"
|
- /indexes/lists/
|
||||||
date: "2014-05-21"
|
- /doc/indexes/
|
||||||
weight: 60
|
- /extras/indexes
|
||||||
aliases: ["/indexes/lists/","/doc/indexes/", "/extras/indexes"]
|
date: 2014-05-21
|
||||||
|
linktitle: Taxonomy Terms
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
prev: "/templates/homepage"
|
next: /templates/views
|
||||||
next: "/templates/views"
|
prev: /templates/homepage
|
||||||
|
title: Taxonomy Terms Template
|
||||||
|
weight: 60
|
||||||
---
|
---
|
||||||
|
|
||||||
A unique template is needed to create a list of the terms for a given
|
A unique template is needed to create a list of the terms for a given
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Template Variables"
|
aliases:
|
||||||
linktitle: "Variables"
|
- /doc/variables/
|
||||||
date: "2013-07-01"
|
- /layout/variables/
|
||||||
aliases: ["/doc/variables/","/layout/variables/"]
|
date: 2013-07-01
|
||||||
weight: 20
|
linktitle: Variables
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
prev: "/templates/functions"
|
next: /templates/content
|
||||||
next: "/templates/content"
|
prev: /templates/functions
|
||||||
|
title: Template Variables
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo makes a set of values available to the templates. Go templates are context based. The following
|
Hugo makes a set of values available to the templates. Go templates are context based. The following
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Content Views"
|
aliases:
|
||||||
date: "2013-07-01"
|
- /templates/views/
|
||||||
weight: 70
|
date: 2013-07-01
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'layout'
|
parent: layout
|
||||||
aliases: ["/templates/views/"]
|
next: /templates/partials
|
||||||
prev: "/templates/terms"
|
prev: /templates/terms
|
||||||
next: "/templates/partials"
|
title: Content Views
|
||||||
|
weight: 70
|
||||||
---
|
---
|
||||||
|
|
||||||
In addition to the [single content template](/templates/content/), Hugo can render alternative views of
|
In addition to the [single content template](/templates/content/), Hugo can render alternative views of
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Creating a Theme"
|
date: 2014-05-12T10:09:17Z
|
||||||
weight = 50
|
menu:
|
||||||
date = 2014-05-12T10:09:17Z
|
main:
|
||||||
prev = "/themes/customizing"
|
parent: themes
|
||||||
next = "/templates/overview"
|
next: /templates/overview
|
||||||
|
prev: /themes/customizing
|
||||||
[menu]
|
title: Creating a Theme
|
||||||
[menu.main]
|
weight: 50
|
||||||
parent = "themes"
|
---
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo has the ability to create a new theme in your themes directory for you
|
Hugo has the ability to create a new theme in your themes directory for you
|
||||||
using the `hugo new` command.
|
using the `hugo new` command.
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Customizing a Theme"
|
date: 2014-05-12T10:09:34Z
|
||||||
weight = 40
|
menu:
|
||||||
date = 2014-05-12T10:09:34Z
|
main:
|
||||||
prev = "/themes/usage"
|
parent: themes
|
||||||
next = "/themes/creation"
|
next: /themes/creation
|
||||||
|
prev: /themes/usage
|
||||||
[menu]
|
title: Customizing a Theme
|
||||||
[menu.main]
|
weight: 40
|
||||||
parent = "themes"
|
---
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo themes permit you to supplement or override any template or file
|
Hugo themes permit you to supplement or override any template or file
|
||||||
from within your working directory.
|
from within your working directory.
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Installing Themes"
|
date: 2014-05-12T10:09:49Z
|
||||||
weight = 20
|
menu:
|
||||||
date = 2014-05-12T10:09:49Z
|
main:
|
||||||
prev = "/themes/overview"
|
parent: themes
|
||||||
next = "/themes/usage"
|
next: /themes/usage
|
||||||
|
prev: /themes/overview
|
||||||
[menu]
|
title: Installing Themes
|
||||||
[menu.main]
|
weight: 20
|
||||||
parent = "themes"
|
---
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo themes are located in a centralized github repository. [Hugo Themes
|
Hugo themes are located in a centralized github repository. [Hugo Themes
|
||||||
Repo](http://github.com/spf13/hugoThemes) itself is really a meta
|
Repo](http://github.com/spf13/hugoThemes) itself is really a meta
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Themes Overview"
|
date: 2014-05-12T10:03:52Z
|
||||||
weight = 10
|
menu:
|
||||||
date = 2014-05-12T10:03:52Z
|
main:
|
||||||
prev = "/content/example"
|
parent: themes
|
||||||
next = "/themes/installing"
|
next: /themes/installing
|
||||||
|
prev: /content/example
|
||||||
[menu]
|
title: Themes Overview
|
||||||
[menu.main]
|
weight: 10
|
||||||
parent = "themes"
|
---
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo provides a robust theming system which is simple, yet capable of producing
|
Hugo provides a robust theming system which is simple, yet capable of producing
|
||||||
even the most complicated websites.
|
even the most complicated websites.
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
+++
|
---
|
||||||
title = "Using a Theme"
|
date: 2014-05-12T10:09:27Z
|
||||||
weight = 30
|
menu:
|
||||||
date = 2014-05-12T10:09:27Z
|
main:
|
||||||
prev = "/themes/installing"
|
parent: themes
|
||||||
next = "/themes/customizing"
|
next: /themes/customizing
|
||||||
|
prev: /themes/installing
|
||||||
[menu]
|
title: Using a Theme
|
||||||
[menu.main]
|
weight: 30
|
||||||
parent = "themes"
|
---
|
||||||
+++
|
|
||||||
|
|
||||||
Please make certain you have installed the themes you want to use in the
|
Please make certain you have installed the themes you want to use in the
|
||||||
/themes directory.
|
/themes directory.
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
title: "Hosting on GitHub Pages"
|
author: Spencer Lyon
|
||||||
linktitle: "Hosting on GitHub"
|
date: 2014-03-21
|
||||||
date: "2014-03-21"
|
linktitle: Hosting on GitHub
|
||||||
weight: 10
|
|
||||||
author: "Spencer Lyon"
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'tutorials'
|
parent: tutorials
|
||||||
prev: "/community/contributing"
|
next: /tutorials/mathjax
|
||||||
next: "/tutorials/mathjax"
|
prev: /community/contributing
|
||||||
|
title: Hosting on GitHub Pages
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "MathJax Support"
|
author: Spencer Lyon
|
||||||
date: "2014-03-20"
|
date: 2014-03-20
|
||||||
weight: 10
|
|
||||||
author: "Spencer Lyon"
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'tutorials'
|
parent: tutorials
|
||||||
prev: "/tutorials/github_pages_blog"
|
next: /tutorials/migrate-from-jekyll
|
||||||
next: "/tutorials/migrate-from-jekyll"
|
prev: /tutorials/github_pages_blog
|
||||||
|
title: MathJax Support
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is MathJax?
|
## What is MathJax?
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Migrate to Hugo from Jekyll"
|
date: 2014-03-10
|
||||||
linktitle: "Migrating from Jekyll"
|
linktitle: Migrating from Jekyll
|
||||||
date: "2014-03-10"
|
|
||||||
weight: 10
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: 'tutorials'
|
parent: tutorials
|
||||||
prev: "/tutorials/mathjax"
|
prev: /tutorials/mathjax
|
||||||
|
title: Migrate to Hugo from Jekyll
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
## Move static content to `static`
|
## Move static content to `static`
|
||||||
|
|
Loading…
Reference in a new issue