initial commit
This commit is contained in:
parent
b4d93caed3
commit
d479a41527
@ -0,0 +1,5 @@
|
|||||||
|
This is the directory that my website lives in.
|
||||||
|
|
||||||
|
There are two big directories:
|
||||||
|
1. Public - this is where all the public facing files live.
|
||||||
|
2. Private - This is for stuff that is is development.
|
||||||
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
Loading…
x
Reference in New Issue
Block a user