Realized I need to start making custom layouts.

Need to make a custom layout for 'about' type pages, with no date and
optional TOC.
This commit is contained in:
Gabe Venberg 2023-06-26 02:15:27 -05:00
parent f91fbdba5e
commit 39da5c0160
3 changed files with 26 additions and 12 deletions

6
content/about.adoc Normal file
View file

@ -0,0 +1,6 @@
---
title: "About"
draft: true
type: About
toc: false
---

8
content/resume.adoc Normal file
View file

@ -0,0 +1,8 @@
---
title: "Resume"
draft: true
type: About
toc: true
---
:toc:
:toclevels: 4