mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-08 20:22:44 +02:00
Initial commit.
This commit is contained in:
commit
b3a2e36507
50 changed files with 2152 additions and 0 deletions
10
archetypes/page.md
Normal file
10
archetypes/page.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
math = false
|
||||
meta = false
|
||||
toc = false
|
||||
author = "AUTHOR NAME"
|
||||
|
||||
+++
|
||||
|
||||
|
||||
<!--more-->
|
10
archetypes/post.md
Normal file
10
archetypes/post.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
math = false
|
||||
meta = true
|
||||
toc = true
|
||||
author = "AUTHOR NAME"
|
||||
|
||||
+++
|
||||
|
||||
|
||||
<!--more-->
|
Loading…
Add table
Add a link
Reference in a new issue