Compare commits

...

5 Commits

4 changed files with 9 additions and 9 deletions

View File

@ -5,4 +5,4 @@ Here is the template of my blog, released under the MIT license.
Format Date for Posts like here
https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table
The Blog needs at least one post to compile sucessfully, because of that, there is already a template.md in `source/_posts`
If you want to use the post for yourself, create own posts in `source/_posts` and edit the content of `source/about.blade.php` and `source/projects.blade.php`. To change the name of the pages, you also have to edit the navbar in the `source/_layouts/main.blade.php` to your choosen names.

View File

@ -1,2 +0,0 @@
*.md
!template.md

View 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!

View File

@ -1,6 +0,0 @@
---
extends: _layouts.post
title: Template
date: 2017-03-23
---
A basic post is looking like this