mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 16:58:53 +00:00
Make first update with actual layout (1/4)
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ watch = true
|
||||
# Set to true to include a CDN call to FontAwesome
|
||||
usefontawesome = true
|
||||
# Sets the order of site sections in the sidebar navigation
|
||||
sitemenuitems = ["About Hugo", "Getting Started", "Using the Docs", "Community Discussion", "Managing Content", "Templating", "Functions", "Themes", "Hosting and Deployment", "Migrating to Hugo", "News and Articles", "Site Showcase", "Developer Tools", "Themes", "Troubleshooting"]
|
||||
sitemenuitems = ["About Hugo", "Getting Started", "Using the Docs", "Community Discussion", "Managing Content", "Templates", "Functions", "Themes", "Hosting and Deployment", "Migrating to Hugo", "News and Articles", "Site Showcase", "Developer Tools", "Themes", "Troubleshooting"]
|
||||
# MARKDOWN
|
||||
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
|
||||
[blackfriday]
|
||||
|
||||
@@ -15,7 +15,7 @@ notes:
|
||||
Hugo v0.15 and later are released under the Apache 2.0 license.
|
||||
Earlier releases were under the Simple Public License.
|
||||
|
||||
# Apache License
|
||||
## Apache License
|
||||
|
||||
_Version 2.0, January 2004_
|
||||
_<<http://www.apache.org/licenses/>>_
|
||||
@@ -18,7 +18,7 @@ content as efficiently as I wanted to.
|
||||
|
||||
WordPress sites rendered slowly and required I be online to write posts. WordPress is known for its constant security updates and horror stories of hacked blogs. I hated writing content in HTML instead of the much simpler Markdown. Overall, I felt like WordPress hindered more than helped. It kept me from writing great content.
|
||||
|
||||
I looked at existing static site generators like [Jekyll][], [Middleman][] and [Nanoc][]. All had complicated installation dependencies and an unacceptably long time to render my blog with hundreds of posts. I wanted a framework that would give me rapid feedback while making changes to the templates, and the 5-minute-plus render times were just too slow. In general, the static site generators were very blog-minded and didn't provide for other content types and flexible URLs.
|
||||
I looked at existing static site generators like [Jekyll][], [Middleman][], and [Nanoc][]. All had complicated installation dependencies and an unacceptably long time to render my blog with hundreds of posts. I wanted a framework that would give me rapid feedback while making changes to the templates, and the 5-minute-plus render times were just too slow. In general, the static site generators were very blog-minded and didn't provide for other content types and flexible URLs.
|
||||
|
||||
I wanted to develop a fast and full-featured website framework without any
|
||||
dependencies. The [Go language][] seemed to have all the features I needed
|
||||
@@ -27,3 +27,8 @@ language. I hope you will enjoy using Hugo (and contributing to it) as much
|
||||
as I have writing it.
|
||||
|
||||
—Steve Francia ([@spf13][])
|
||||
|
||||
[Jekyll]: https://jekyllrb.com/
|
||||
[Middleman]: https://middlemanapp.com/
|
||||
[Nanoc]: https://nanoc.ws/
|
||||
[@spf13]: https://twitter.com/@spf13
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: absLangURL
|
||||
linktitle:
|
||||
title: abslangurl
|
||||
linktitle: absLangURL
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: absURL
|
||||
linktitle:
|
||||
title: absurl
|
||||
linktitle: absURL
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: base64Decode
|
||||
linktitle:
|
||||
title: base64decode
|
||||
linktitle: base64Decode
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: base64Encode
|
||||
linktitle:
|
||||
title: base64encode
|
||||
linktitle: base64Encode
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
|
||||
@@ -8,9 +8,9 @@ date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
weight:
|
||||
categories: [functions]
|
||||
tags: [filtering content, limiting content]
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
notes:
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: scratch
|
||||
linktitle: Scratch
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
weight:
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
notes:
|
||||
---
|
||||
@@ -15,3 +15,5 @@ slug:
|
||||
aliases: []
|
||||
notes:
|
||||
---
|
||||
|
||||
Here is just some content testing for the where function.
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
title: Download Hugo
|
||||
linktitle:
|
||||
description:
|
||||
date: 2017-03-01
|
||||
publishdate: 2017-03-01
|
||||
lastmod: 2017-03-01
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
weight:
|
||||
draft: false
|
||||
slug:
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Using the Hugo Docs
|
||||
linktitle:
|
||||
description:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
weight: 0
|
||||
draft: false
|
||||
slug:
|
||||
aliases: []
|
||||
notes:
|
||||
---
|
||||
@@ -1,16 +0,0 @@
|
||||
---
|
||||
aliases: []
|
||||
date: 2016-12-26T06:43:32-06:00
|
||||
description: null
|
||||
draft: false
|
||||
lastmod: 2017-01-01
|
||||
linktitle: null
|
||||
notes: null
|
||||
publishdate: 2017-01-01
|
||||
qr_description: null
|
||||
qr_returns: null
|
||||
slug: null
|
||||
title: _index
|
||||
weight: 1
|
||||
---
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Hosting and Deployment
|
||||
linktitle:
|
||||
description:
|
||||
date: 2016-11-01
|
||||
publishdate: 2016-11-01
|
||||
lastmod: 2016-11-01
|
||||
weight: 40
|
||||
draft: false
|
||||
slug:
|
||||
aliases:
|
||||
notes:
|
||||
---
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
title: Content
|
||||
linktitle:
|
||||
description: How content is organized and managed with Hugo.
|
||||
date: 2017-01-09
|
||||
publishdate: 2017-01-09
|
||||
lastmod: 2017-01-09
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
tags: [content, source, organization]
|
||||
categories: [content]
|
||||
weight: 01
|
||||
@@ -4,7 +4,7 @@ date: 2016-12-26T06:45:18-06:00
|
||||
description: null
|
||||
draft: false
|
||||
lastmod: 2017-01-01
|
||||
linktitle: null
|
||||
linktitle: All Sites
|
||||
notes: null
|
||||
publishdate: 2017-01-01
|
||||
qr_description: null
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user