Compare commits

...

3 Commits

Author SHA1 Message Date
0fce11557a remove the "bio" element 2025-05-08 11:39:37 -06:00
09ffa7afb0 add "Posts" menu item 2025-05-08 11:06:09 -06:00
789c5b434d add "posts" archetype for new posts 2025-05-08 11:02:43 -06:00
3 changed files with 11 additions and 5 deletions

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"