diff options
-rw-r--r-- | content-org/blog.org | 24 | ||||
-rw-r--r-- | content/blog/2024/new-blog.md | 24 |
2 files changed, 47 insertions, 1 deletions
diff --git a/content-org/blog.org b/content-org/blog.org index e50d6e1..6f4994c 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -7,12 +7,34 @@ #+HUGO_WEIGHT: auto #+HUGO_SECTION: blog -* 2024 [34/34] :@blog: +* 2024 [35/35] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2024 :END: +** DONE New Blog +CLOSED: [2024-06-19 Wed 09:46] +:PROPERTIES: +:EXPORT_FILE_NAME: new-blog +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Yet another redesign +:END: + +My descend into web's past (or midlife crisis) continues. +My Blog is now rocking a new skin. +It's etched in the past - stripes and 3d borders. +Of course, like everything on my sites it's fully hand coded and created /just/ for this blog. + +But I stole the idea from [[https://www.jlsksr.de/][Julius Kaiser]] (what a name!), but I think it's still distinctly /mine/. + +Now, it's still full of bugs and missing things. +The most enraging one it Hugo's inability to create unique footnote IDs on list pages. + +As a bonus - if you have JS enabled, you can click on my face in header and have some fun. + +Since I, one again, *love* the look of this blog, I'll try to post here often. +I was preoccupied with my other sites recently. + ** DONE Cool Emacs CLOSED: [2024-06-18 Tue 13:00] :PROPERTIES: diff --git a/content/blog/2024/new-blog.md b/content/blog/2024/new-blog.md new file mode 100644 index 0000000..c5fd7ee --- /dev/null +++ b/content/blog/2024/new-blog.md @@ -0,0 +1,24 @@ ++++ +title = "New Blog" +author = ["MichaĆ Sapka"] +date = 2024-06-19T09:46:00+02:00 +categories = ["blog"] +draft = false +weight = 2001 +abstract = "Yet another redesign" ++++ + +My descend into web's past (or midlife crisis) continues. +My Blog is now rocking a new skin. +It's etched in the past - stripes and 3d borders. +Of course, like everything on my sites it's fully hand coded and created _just_ for this blog. + +But I stole the idea from [Julius Kaiser](https://www.jlsksr.de/) (what a name!), but I think it's still distinctly _mine_. + +Now, it's still full of bugs and missing things. +The most enraging one it Hugo's inability to create unique footnote IDs on list pages. + +As a bonus - if you have JS enabled, you can click on my face in header and have some fun. + +Since I, one again, **love** the look of this blog, I'll try to post here often. +I was preoccupied with my other sites recently. |