mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-23 17:23:39 +02:00
First public release
This commit is contained in:
commit
deee53f745
66 changed files with 1956 additions and 0 deletions
3
content/pages/_index.md
Normal file
3
content/pages/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
render = false
|
||||
+++
|
6
content/pages/about.md
Normal file
6
content/pages/about.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "about me"
|
||||
path = "about"
|
||||
+++
|
||||
|
||||
Hello, World!
|
5
content/pages/archive.md
Normal file
5
content/pages/archive.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
path = "archive"
|
||||
template = "archive.html"
|
||||
title = "blog archive (all posts)"
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue