Add sample sidebar navigation post
This commit is contained in:
parent
f9a5225c54
commit
db8bbfcfab
4 changed files with 128 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Layout: Sidebar Custom"
|
title: "Layout: Sidebar Custom"
|
||||||
excerpt: "A post to custom sidebar content."
|
excerpt: "A post with custom sidebar content."
|
||||||
author_profile: false
|
author_profile: false
|
||||||
sidebar:
|
sidebar:
|
||||||
- title: "Title"
|
- title: "Title"
|
||||||
|
@ -11,7 +11,7 @@ sidebar:
|
||||||
text: "More text here."
|
text: "More text here."
|
||||||
---
|
---
|
||||||
|
|
||||||
This post has a custom sidebar set in the post's YAML Front Matter..
|
This post has a custom sidebar set in the post's YAML Front Matter.
|
||||||
|
|
||||||
An example of how that YAML could look is:
|
An example of how that YAML could look is:
|
||||||
|
|
||||||
|
|
62
docs/_posts/2012-03-15-layout-sidebar-nav-list.md
Normal file
62
docs/_posts/2012-03-15-layout-sidebar-nav-list.md
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
---
|
||||||
|
title: "Layout: Sidebar with Navigation List"
|
||||||
|
excerpt: "A post with a sidebar navigation list."
|
||||||
|
author_profile: false
|
||||||
|
sidebar:
|
||||||
|
title: "Sample Title"
|
||||||
|
nav: sidebar-sample
|
||||||
|
---
|
||||||
|
|
||||||
|
This post has a custom navigation list set in the post's YAML Front Matter.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
sidebar:
|
||||||
|
title: "Sample Title"
|
||||||
|
nav: sidebar-sample
|
||||||
|
```
|
||||||
|
|
||||||
|
Along with navigation elements set in `_data/navigation.yml`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
sidebar-sample:
|
||||||
|
- title: "Parent Page A"
|
||||||
|
children:
|
||||||
|
- title: "Child Page A1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page A2"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page A3"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page A4"
|
||||||
|
url: /
|
||||||
|
- title: "Parent Page B"
|
||||||
|
children:
|
||||||
|
- title: "Child Page B1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B2"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B3"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B4"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B5"
|
||||||
|
url: /
|
||||||
|
- title: "Parent Page C"
|
||||||
|
children:
|
||||||
|
- title: "Child Page C1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C2"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C3"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C4"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C5"
|
||||||
|
url: /
|
||||||
|
- title: "Parent Page D"
|
||||||
|
children:
|
||||||
|
- title: "Child Page D1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page D2"
|
||||||
|
url: /
|
||||||
|
```
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Layout: Sidebar Custom"
|
title: "Layout: Sidebar Custom"
|
||||||
excerpt: "A post to custom sidebar content."
|
excerpt: "A post with custom sidebar content."
|
||||||
author_profile: false
|
author_profile: false
|
||||||
sidebar:
|
sidebar:
|
||||||
- title: "Title"
|
- title: "Title"
|
||||||
|
@ -11,7 +11,7 @@ sidebar:
|
||||||
text: "More text here."
|
text: "More text here."
|
||||||
---
|
---
|
||||||
|
|
||||||
This post has a custom sidebar set in the post's YAML Front Matter..
|
This post has a custom sidebar set in the post's YAML Front Matter.
|
||||||
|
|
||||||
An example of how that YAML could look is:
|
An example of how that YAML could look is:
|
||||||
|
|
||||||
|
|
62
test/_posts/2012-03-15-layout-sidebar-nav-list.md
Normal file
62
test/_posts/2012-03-15-layout-sidebar-nav-list.md
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
---
|
||||||
|
title: "Layout: Sidebar with Navigation List"
|
||||||
|
excerpt: "A post with a sidebar navigation list."
|
||||||
|
author_profile: false
|
||||||
|
sidebar:
|
||||||
|
title: "Sample Title"
|
||||||
|
nav: sidebar-sample
|
||||||
|
---
|
||||||
|
|
||||||
|
This post has a custom navigation list set in the post's YAML Front Matter.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
sidebar:
|
||||||
|
title: "Sample Title"
|
||||||
|
nav: sidebar-sample
|
||||||
|
```
|
||||||
|
|
||||||
|
Along with navigation elements set in `_data/navigation.yml`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
sidebar-sample:
|
||||||
|
- title: "Parent Page A"
|
||||||
|
children:
|
||||||
|
- title: "Child Page A1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page A2"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page A3"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page A4"
|
||||||
|
url: /
|
||||||
|
- title: "Parent Page B"
|
||||||
|
children:
|
||||||
|
- title: "Child Page B1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B2"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B3"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B4"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page B5"
|
||||||
|
url: /
|
||||||
|
- title: "Parent Page C"
|
||||||
|
children:
|
||||||
|
- title: "Child Page C1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C2"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C3"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C4"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page C5"
|
||||||
|
url: /
|
||||||
|
- title: "Parent Page D"
|
||||||
|
children:
|
||||||
|
- title: "Child Page D1"
|
||||||
|
url: /
|
||||||
|
- title: "Child Page D2"
|
||||||
|
url: /
|
||||||
|
```
|
Loading…
Reference in a new issue