Start generic pages

This commit is contained in:
David Eisinger
2023-05-09 09:53:58 -04:00
parent 545be896b2
commit a5ee36f514
3 changed files with 16 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ title = 'David Eisinger'
theme = 'v2' theme = 'v2'
enableGitInfo = true enableGitInfo = true
[permalinks]
pages = '/:title'
[markup] [markup]
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]

7
content/pages/about.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "About"
date: 2023-05-09T09:51:10-04:00
draft: false
---
Placeholder

View File

@@ -1 +1,7 @@
{{ define "main" }}
<hr>
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ end }}