From 99c431fd6e5aac7c104e3d21496d37ca729eeafd Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Sun, 22 May 2022 10:18:29 +0200 Subject: [PATCH 1/2] Added first blog post --- source/_posts/.gitignore | 1 - source/_posts/my-first-post-here-uwu.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 source/_posts/.gitignore create mode 100644 source/_posts/my-first-post-here-uwu.md diff --git a/source/_posts/.gitignore b/source/_posts/.gitignore deleted file mode 100644 index 2e1fa2d..0000000 --- a/source/_posts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.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 From c98db7577821adef1f221a1ee0c9c327a1438cbe Mon Sep 17 00:00:00 2001 From: "jonas.psotka" Date: Thu, 23 Jun 2022 09:32:17 +0200 Subject: [PATCH 2/2] updated instruction to edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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