added layout for about pages.
This commit is contained in:
parent
1b9296d8ac
commit
fa88ddaf7d
6 changed files with 85 additions and 32 deletions
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: "About"
|
||||
draft: true
|
||||
type: About
|
||||
toc: false
|
||||
---
|
||||
+++
|
||||
title = 'About'
|
||||
draft = true
|
||||
type = 'about'
|
||||
showToc = false
|
||||
+++
|
||||
|
||||
== TODO
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "Archlinux install with btrfs, systemd-boot, and full-disk encryption"
|
||||
date: 2021-04-11T19:19:51-05:00
|
||||
draft: false
|
||||
---
|
||||
+++
|
||||
title = "Archlinux install with btrfs, systemd-boot, and full-disk encryption"
|
||||
date = 2021-04-11T19:19:51-05:00
|
||||
draft = false
|
||||
+++
|
||||
:toc:
|
||||
:toclevels: 4
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "Mapping caps lock to ctrl in the TTY"
|
||||
date: 2021-05-23T04:59:28-05:00
|
||||
draft: false
|
||||
---
|
||||
+++
|
||||
title = "Mapping caps lock to ctrl in the TTY"
|
||||
date = 2021-05-23T04:59:28-05:00
|
||||
draft = false
|
||||
+++
|
||||
:toc:
|
||||
:toclevels: 4
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
title: "Resume"
|
||||
draft: true
|
||||
type: About
|
||||
toc: true
|
||||
---
|
||||
+++
|
||||
title = 'Resume'
|
||||
draft = true
|
||||
type = 'about'
|
||||
showToc = true
|
||||
+++
|
||||
:toc:
|
||||
:toclevels: 4
|
||||
|
||||
== TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue