Compare commits
3 Commits
e8bce810a7
...
0fce11557a
Author | SHA1 | Date | |
---|---|---|---|
0fce11557a
|
|||
09ffa7afb0
|
|||
789c5b434d
|
6
archetypes/posts.md
Normal file
6
archetypes/posts.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
description: ''
|
||||
---
|
@ -20,7 +20,7 @@ title = "Drew Bowering"
|
||||
image = "img/DrewBowering.jpg"
|
||||
# imageQuality = 96
|
||||
headline = "IT Architect, Developer, Canoeist, Tubist"
|
||||
bio = "A little bit about me"
|
||||
# bio = "A little bit about me"
|
||||
links = [
|
||||
# { email = "mailto:hello@your_domain.com" },
|
||||
# { link = "https://link-to-some-website.com/" },
|
||||
|
@ -10,10 +10,10 @@
|
||||
# overridden by providing a weight value. The menu will then be
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
#[[main]]
|
||||
# name = "Blog"
|
||||
# pageRef = "posts"
|
||||
# weight = 10
|
||||
[[main]]
|
||||
name = "Posts"
|
||||
pageRef = "posts"
|
||||
weight = 10
|
||||
|
||||
#[[main]]
|
||||
# name = "Parent"
|
||||
|
Reference in New Issue
Block a user