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"
|
image = "img/DrewBowering.jpg"
|
||||||
# imageQuality = 96
|
# imageQuality = 96
|
||||||
headline = "IT Architect, Developer, Canoeist, Tubist"
|
headline = "IT Architect, Developer, Canoeist, Tubist"
|
||||||
bio = "A little bit about me"
|
# bio = "A little bit about me"
|
||||||
links = [
|
links = [
|
||||||
# { email = "mailto:hello@your_domain.com" },
|
# { email = "mailto:hello@your_domain.com" },
|
||||||
# { link = "https://link-to-some-website.com/" },
|
# { link = "https://link-to-some-website.com/" },
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
# overridden by providing a weight value. The menu will then be
|
# overridden by providing a weight value. The menu will then be
|
||||||
# ordered by weight from lowest to highest.
|
# ordered by weight from lowest to highest.
|
||||||
|
|
||||||
#[[main]]
|
[[main]]
|
||||||
# name = "Blog"
|
name = "Posts"
|
||||||
# pageRef = "posts"
|
pageRef = "posts"
|
||||||
# weight = 10
|
weight = 10
|
||||||
|
|
||||||
#[[main]]
|
#[[main]]
|
||||||
# name = "Parent"
|
# name = "Parent"
|
||||||
|
Reference in New Issue
Block a user