First public release

This commit is contained in:
Paweł Romanowski 2019-02-05 18:27:02 +00:00
commit deee53f745
66 changed files with 1956 additions and 0 deletions

3
content/pages/_index.md Normal file
View file

@ -0,0 +1,3 @@
+++
render = false
+++

6
content/pages/about.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "about me"
path = "about"
+++
Hello, World!

5
content/pages/archive.md Normal file
View file

@ -0,0 +1,5 @@
+++
path = "archive"
template = "archive.html"
title = "blog archive (all posts)"
+++