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:
parent
f91fbdba5e
commit
39da5c0160
3 changed files with 26 additions and 12 deletions
6
content/about.adoc
Normal file
6
content/about.adoc
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "About"
|
||||
draft: true
|
||||
type: About
|
||||
toc: false
|
||||
---
|
8
content/resume.adoc
Normal file
8
content/resume.adoc
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Resume"
|
||||
draft: true
|
||||
type: About
|
||||
toc: true
|
||||
---
|
||||
:toc:
|
||||
:toclevels: 4
|
Loading…
Add table
Add a link
Reference in a new issue