Skip to content

Commit

Permalink
Fix typo: "hugo weight" -> "hugo menu"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Sep 6, 2017
1 parent b2e5c71 commit 0fb646a
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 59 deletions.
24 changes: 24 additions & 0 deletions example-site/content-org/hugo-menu-as-keyword.org
@@ -0,0 +1,24 @@
#+HUGO_BASE_DIR: ../
#+SEQ_TODO: TODO DRAFT DONE
#+HUGO_MENU: :menu "auto weight"

* Post with menu 1 (HUGO_MENU as keyword)
:PROPERTIES:
:EXPORT_FILE_NAME: hugo-menu-as-keyword--post-with-menu-1
:END:
* Post with menu 2 (HUGO_MENU as keyword)
:PROPERTIES:
:EXPORT_FILE_NAME: hugo-menu-as-keyword--post-with-menu-2
:END:
* Post with menu 3 (HUGO_MENU as keyword)
:PROPERTIES:
:EXPORT_FILE_NAME: hugo-menu-as-keyword--post-with-menu-3
:END:
* Post with menu 4 (HUGO_MENU as keyword)
:PROPERTIES:
:EXPORT_FILE_NAME: hugo-menu-as-keyword--post-with-menu-4
:END:
* Post with menu 5 (HUGO_MENU as keyword)
:PROPERTIES:
:EXPORT_FILE_NAME: hugo-menu-as-keyword--post-with-menu-5
:END:
24 changes: 0 additions & 24 deletions example-site/content-org/hugo-weight-as-keyword.org

This file was deleted.

@@ -0,0 +1,7 @@
+++
title = "Post with menu 1 (HUGO_MENU as keyword)"
draft = false
[menu."auto weight"]
weight = 1001
identifier = "post-with-menu-1--hugo-menu-as-keyword"
+++
@@ -0,0 +1,7 @@
+++
title = "Post with menu 2 (HUGO_MENU as keyword)"
draft = false
[menu."auto weight"]
weight = 1002
identifier = "post-with-menu-2--hugo-menu-as-keyword"
+++
@@ -0,0 +1,7 @@
+++
title = "Post with menu 3 (HUGO_MENU as keyword)"
draft = false
[menu."auto weight"]
weight = 1003
identifier = "post-with-menu-3--hugo-menu-as-keyword"
+++
@@ -0,0 +1,7 @@
+++
title = "Post with menu 4 (HUGO_MENU as keyword)"
draft = false
[menu."auto weight"]
weight = 1004
identifier = "post-with-menu-4--hugo-menu-as-keyword"
+++
@@ -0,0 +1,7 @@
+++
title = "Post with menu 5 (HUGO_MENU as keyword)"
draft = false
[menu."auto weight"]
weight = 1005
identifier = "post-with-menu-5--hugo-menu-as-keyword"
+++

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0fb646a

Please sign in to comment.