mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Converting front matter to YAML
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
---
|
||||
title: "Installing Hugo"
|
||||
date: "2013-07-01"
|
||||
aliases: ["/doc/installing/"]
|
||||
weight: 20
|
||||
aliases:
|
||||
- /doc/installing/
|
||||
date: 2013-07-01
|
||||
menu:
|
||||
main:
|
||||
parent: 'getting started'
|
||||
|
||||
prev: '/overview/quickstart'
|
||||
next: '/overview/usage'
|
||||
|
||||
parent: getting started
|
||||
next: /overview/usage
|
||||
prev: /overview/quickstart
|
||||
title: Installing Hugo
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Hugo is written in Go with support for Windows, Linux, FreeBSD and OSX.
|
||||
|
||||
Reference in New Issue
Block a user