1
0
Fork 0
Commit Graph

64 Commits

Author SHA1 Message Date
Emil Miler a104f6f2c0 Improve search script 2024-05-06 12:45:39 +02:00
Emil Miler fb04f3a7a1 Add local content 2024-05-06 12:30:55 +02:00
Emil Miler df0680e756 Align "All Posts" button to the right 2024-05-06 12:24:42 +02:00
Emil Miler 8ace90578e Add favicon 2024-01-26 17:12:11 +01:00
Emil Miler 4fd68a25ff Remove redundant <p> tag 2024-01-25 20:18:56 +01:00
Emil Miler f4df8d0d1d Rename post overview to search 2024-01-19 10:50:17 +01:00
Emil Miler c8e14ca3e4 Clean external links 2024-01-19 10:50:17 +01:00
Emil Miler d76079f63e Do not show author name in article overview 2024-01-19 10:50:17 +01:00
Emil Miler a6db9739bd Change page title 2024-01-19 10:50:17 +01:00
Emil Miler 772790e4e8 Fix table overflow 2024-01-19 10:50:17 +01:00
Emil Miler ecd68a718a Larger search input font size 2022-12-18 18:46:30 +01:00
Emil Miler 3c7db82812 Fix blockquote background color regression 2022-12-18 18:33:10 +01:00
Emil Miler aa289de836 Search optimisation
These changes make the code more efficient, since going trough an array
with `forEach` is faster than iterating with a foor loop on every input
change. Using `indexOf()` instead of `includes()` is faster as well.
2022-12-09 13:17:29 +01:00
Emil Miler 46d0669be8 Tweak search and border colors 2022-12-08 18:44:57 +01:00
Emil Miler f0bd2d154e Fix blockquote background color in dark theme 2022-12-08 14:19:56 +01:00
Emil Miler c67dc35515 Use kronuz theme for syntax highlighting 2022-12-08 14:11:07 +01:00
Emil Miler 0482cbe6b6 Sticky sidebar 2022-12-08 10:41:49 +01:00
Emil Miler de2c2497b3 Show page updates in footer 2022-12-04 17:31:33 +01:00
Emil Miler 6a0b7f5afd More HTML5-compliant semantic layout 2022-11-28 15:11:08 +01:00
Emil Miler d2d59b6491 Enable dark theme 2022-11-28 14:45:57 +01:00
Emil Miler 9d2305bd68 Search optimisation 2022-09-30 22:05:25 +02:00
Emil Miler ec9ffa07f9 New source path 2022-09-27 21:18:02 +02:00
Emil Miler f0dd3d9a9d Add option to disable TOC
Set `notoc` in [extra].
2022-09-22 12:09:41 +02:00
Emil Miler 47d5caa51c Better spacing above headers 2022-09-22 12:02:35 +02:00
Emil Miler 5fc72f78a6 Show TOC after page title 2022-09-22 11:59:17 +02:00
Emil Miler 334f6752a6 Blue color of blockquote border 2022-09-09 16:27:58 +02:00
Emil Miler 15676f5d26 Fix table centering and margin 2022-09-09 09:57:33 +02:00
Emil Miler d094eb14d7 Better blockquotes 2022-09-09 09:55:14 +02:00
Emil Miler 6ab6193662 Better aside navigation responsivity 2022-06-06 23:19:09 +02:00
Emil Miler 639d1744b1 Fix line-height in headings 2022-06-01 11:14:39 +02:00
Emil Miler 62c03ab9a6 Use custom Atom template 2022-04-24 12:14:55 +02:00
Emil Miler f107f3eca1 Optimize inline code block styles 2022-04-24 11:23:25 +02:00
Emil Miler 4082b8454f Fix overlowing caused by pre and tables 2022-04-24 11:20:39 +02:00
Emil Miler 1d4ff89f0d Better URL handling of nav items 2021-12-30 11:07:08 +01:00
Emil Miler 6ffe23012e Link to all posts at the end of index page 2021-12-30 11:03:24 +01:00
Emil Miler 75219e95b6 Larger headings spacing 2021-12-30 10:30:27 +01:00
Emil Miler aa411240ba Sort posts by date 2021-12-28 11:48:29 +01:00
Emil Miler 0f4f6eee19 Link to Git repository in header 2021-12-15 15:58:33 +01:00
Emil Miler 030045935b Enable Atom feed 2021-12-14 21:05:55 +01:00
Emil Miler 132296db66 Remove sample post 2021-12-14 21:03:02 +01:00
Emil Miler 0a5d50728c Custom selection colour 2021-12-14 20:43:32 +01:00
Emil Miler 0e6723961d New header 2021-12-14 20:36:55 +01:00
Emil Miler 5403e0e556 Enable search on category listing 2021-12-04 22:10:40 +01:00
Emil Miler d090f61543 Add search for js-enabled browsers 2021-12-04 22:05:33 +01:00
Emil Miler 555128c88b Add page with all posts 2021-12-04 21:34:47 +01:00
Emil Miler 7009e50ce9 Enable post-specific taxonomy listing 2021-12-04 19:10:58 +01:00
Emil Miler ae22681f18 List all posts from given category 2021-12-04 18:30:05 +01:00
Emil Miler 194fcc5b92 More universal macro for listing posts 2021-12-04 18:20:01 +01:00
Emil Miler e20c485d03 List categories in article info 2021-12-04 18:05:15 +01:00
Emil Miler e0ca8f1f2c Enable taxonomies and list them in navigation 2021-12-03 23:01:31 +01:00