Added first blog post
This commit is contained in:
parent
f977d4541e
commit
99c431fd6e
2 changed files with 8 additions and 1 deletions
1
source/_posts/.gitignore
vendored
1
source/_posts/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.md
|
8
source/_posts/my-first-post-here-uwu.md
Normal file
8
source/_posts/my-first-post-here-uwu.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
extends: _layouts.post
|
||||
title: My first post here UwU
|
||||
date: 2017-03-23
|
||||
---
|
||||
So I have completely rewritten my blog page. Why you may ask? Because I discovered the static site generator jigsaw,
|
||||
wich does a far better job then jekyll, at least in my opinion. Anything here is made without any templates from scratch,
|
||||
without any JavaScript bloat. Enjoy your stay!
|
Loading…
Reference in a new issue