mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix front matter in getting started section files
This commit is contained in:
@@ -11,6 +11,7 @@ weight: 01
|
||||
draft: false
|
||||
slug:
|
||||
aliases: []
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
---
|
||||
title: Download Hugo
|
||||
linktitle:
|
||||
linktitle: Download Hugo
|
||||
description:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
categories: [getting started]
|
||||
tags: []
|
||||
weight:
|
||||
draft: false
|
||||
slug:
|
||||
aliases: []
|
||||
toc:
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
---
|
||||
title: Install from Source
|
||||
linktitle:
|
||||
title: Install From Source
|
||||
linktitle: Install From Source
|
||||
description:
|
||||
date: 2016-11-01
|
||||
publishdate: 2016-11-01
|
||||
lastmod: 2016-11-01
|
||||
categories: [getting started]
|
||||
tags: []
|
||||
weight:
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
@@ -6,10 +6,10 @@ date: 2016-11-01
|
||||
publishdate: 2016-11-01
|
||||
lastmod: 2016-11-01
|
||||
weight:
|
||||
categories: [getting started]
|
||||
tags: []
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
@@ -1,17 +1,15 @@
|
||||
---
|
||||
title: Install on Mac OSX
|
||||
linktitle:
|
||||
linktitle: Install on Mac OSX
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
date: 2016-11-01
|
||||
publishdate: 2016-11-01
|
||||
lastmod: 2016-11-01
|
||||
categories: [getting started]
|
||||
tags: []
|
||||
weight:
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
@@ -1,17 +1,15 @@
|
||||
---
|
||||
title: Install on PC
|
||||
linktitle:
|
||||
linktitle: Install on PC
|
||||
description:
|
||||
qr_description:
|
||||
qr_returns:
|
||||
date: 2016-11-01
|
||||
publishdate: 2016-11-01
|
||||
lastmod: 2016-11-01
|
||||
categories: [getting started]
|
||||
tags: []
|
||||
weight:
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
@@ -5,11 +5,13 @@ description:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
categories: [getting started]
|
||||
tags: []
|
||||
weight:
|
||||
draft: false
|
||||
slug:
|
||||
aliases: []
|
||||
toc:
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
|
||||
|
||||
@@ -5,11 +5,13 @@ description:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
tags: [usage]
|
||||
categories: [getting started]
|
||||
tags: [usage,livereload]
|
||||
weight:
|
||||
draft: false
|
||||
slug:
|
||||
aliases: [/overview/usage/,/extras/livereload/]
|
||||
toc: false
|
||||
notes:
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user