Start generic pages
This commit is contained in:
@@ -4,6 +4,9 @@ title = 'David Eisinger'
|
||||
theme = 'v2'
|
||||
enableGitInfo = true
|
||||
|
||||
[permalinks]
|
||||
pages = '/:title'
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
|
||||
7
content/pages/about.md
Normal file
7
content/pages/about.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2023-05-09T09:51:10-04:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Placeholder
|
||||
@@ -1 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<hr>
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user