initial setup. make pages work, basic layouts, config, markdown blog
This commit is contained in:
parent
6979f11d92
commit
af0f3e6268
13 changed files with 438 additions and 12 deletions
8
content/layouts/blogpost.njk
Normal file
8
content/layouts/blogpost.njk
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
layout: 'base.njk'
|
||||
---
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
<small>{{date}} {% if modified !== date %}(Last modified: {{modified}}){% endif %}</small> </br>
|
||||
<a href="/blog/"><- Back to posts list</a>
|
||||
{{content | safe}}
|
Loading…
Add table
Add a link
Reference in a new issue