Move press page to top level menu - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit f49b63a4dd2802b186ac0302fc855faebc55625d
DIR parent 4a1773963b1769863eceac16b9699d630249e88e
HTML Author: spf13 <steve.francia@gmail.com>
Date: Mon, 25 May 2015 11:54:22 -0400
Move press page to top level menu
Diffstat:
M docs/config.toml | 5 +++++
M docs/content/community/contributin… | 2 +-
M docs/content/community/mailing-lis… | 2 +-
M docs/content/community/press.md | 5 -----
4 files changed, 7 insertions(+), 7 deletions(-)
---
DIR diff --git a/docs/config.toml b/docs/config.toml
@@ -20,6 +20,11 @@ MetaDataFormat = "yaml"
url = "/showcase/"
weight = -180
[[menu.main]]
+ name = "Press & Articles"
+ pre = "<i class='fa fa-bullhorn'></i>"
+ url = "/community/press/"
+ weight = -170
+[[menu.main]]
name = "Discuss Hugo"
pre = "<i class='fa fa-comments'></i>"
url = "http://discuss.gohugo.io/"
DIR diff --git a/docs/content/community/contributing.md b/docs/content/community/contributing.md
@@ -7,7 +7,7 @@ menu:
main:
parent: community
next: /tutorials/automated-deployments
-prev: /community/press
+prev: /community/mailing-list
title: Contributing to Hugo
weight: 30
---
DIR diff --git a/docs/content/community/mailing-list.md b/docs/content/community/mailing-list.md
@@ -3,7 +3,7 @@ date: 2013-07-01
menu:
main:
parent: community
-next: /community/press
+next: /community/contributing
prev: /extras/urls
title: Mailing List
weight: 10
DIR diff --git a/docs/content/community/press.md b/docs/content/community/press.md
@@ -1,12 +1,7 @@
---
date: 2014-03-24T20:00:00Z
linktitle: Press
-menu:
- main:
- parent: community
-next: /community/contributing
notoc: true
-prev: /community/mailing-list
title: Press, Blogs and Media Coverage
weight: 20
---