diff --git a/README.md b/README.md index c164a7d..8c28db9 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +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. \ No newline at end of file diff --git a/source/_posts/.gitignore b/source/_posts/.gitignore deleted file mode 100644 index 82aebf7..0000000 --- a/source/_posts/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.md -!template.md \ No newline at end of file diff --git a/source/_posts/my-first-post-here-uwu.md b/source/_posts/my-first-post-here-uwu.md new file mode 100644 index 0000000..d73bd9d --- /dev/null +++ b/source/_posts/my-first-post-here-uwu.md @@ -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! \ No newline at end of file diff --git a/source/_posts/template.md b/source/_posts/template.md deleted file mode 100644 index 7bf6f79..0000000 --- a/source/_posts/template.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -extends: _layouts.post -title: Template -date: 2017-03-23 ---- -A basic post is looking like this \ No newline at end of file