Merge pull request 'nikus-blog' (#2) from Nikurasu/simple-blog:nikus-blog into main
Reviewed-on: https://git.oishi-ra.men/oishi-ramen/simple-blog/pulls/2
This commit is contained in:
commit
eaaf50b2e4
4 changed files with 9 additions and 9 deletions
|
@ -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.
|
2
source/_posts/.gitignore
vendored
2
source/_posts/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.md
|
||||
!template.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!
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
extends: _layouts.post
|
||||
title: Template
|
||||
date: 2017-03-23
|
||||
---
|
||||
A basic post is looking like this
|
Loading…
Reference in a new issue