From 02326652779f0750a1c1db1e20daa2bf9d44f034 Mon Sep 17 00:00:00 2001 From: NotFenixio <103071021+NotFenixio@users.noreply.github.com> Date: Wed, 1 May 2024 14:44:13 +0200 Subject: [PATCH] Add some visual changes --- README.md | 4 +--- _layouts/main.html | 20 ++++++++++++++++++++ _layouts/post.html | 10 +++++++--- _posts/2024-05-01-helloworld.md | 1 + blog.html | 7 +++---- index.html | 8 +++++++- 6 files changed, 39 insertions(+), 11 deletions(-) create mode 100644 _layouts/main.html diff --git a/README.md b/README.md index 47c34af..2d63d7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,2 @@ # snazzle-updatesite -Snazzle updates site repo (as requested by juniper, redstonescratch) - -website coming in afew days +Snazzle updates site repo (as requested by juniper, redstonescratch) \ No newline at end of file diff --git a/_layouts/main.html b/_layouts/main.html new file mode 100644 index 0000000..81cb3b9 --- /dev/null +++ b/_layouts/main.html @@ -0,0 +1,20 @@ + + +
+ +{{ page.date | date_to_string }} - {{ page.author }}
+{{ page.date | date_to_string }}
{{ content }} diff --git a/_posts/2024-05-01-helloworld.md b/_posts/2024-05-01-helloworld.md index f0b1681..b6e7133 100644 --- a/_posts/2024-05-01-helloworld.md +++ b/_posts/2024-05-01-helloworld.md @@ -1,6 +1,7 @@ --- layout: post author: NotFenixio +title: "Hello World" --- Hello, Jekyll! :) \ No newline at end of file diff --git a/blog.html b/blog.html index e7d1509..858d5b2 100644 --- a/blog.html +++ b/blog.html @@ -1,7 +1,8 @@ --- -layout: post -title: Blog +layout: main +title: "Latest posts from SnarpleDev" --- + @@ -10,12 +11,10 @@