initial commit
This commit is contained in:
commit
7a32292dda
91 changed files with 3095 additions and 0 deletions
3
posixlycorrect/themes/terminimal/content/pages/_index.md
Normal file
3
posixlycorrect/themes/terminimal/content/pages/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
render = false
|
||||
+++
|
6
posixlycorrect/themes/terminimal/content/pages/about.md
Normal file
6
posixlycorrect/themes/terminimal/content/pages/about.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "About Me"
|
||||
path = "about"
|
||||
+++
|
||||
|
||||
Hello, World!
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Archive"
|
||||
path = "archive"
|
||||
template = "archive.html"
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue