1
0
Commit Graph

104 Commits

Author SHA1 Message Date
em ecd68a718a Larger search input font size 2022-12-18 18:46:30 +01:00
em 3c7db82812 Fix blockquote background color regression 2022-12-18 18:33:10 +01:00
em 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
em 46d0669be8 Tweak search and border colors 2022-12-08 18:44:57 +01:00
em f0bd2d154e Fix blockquote background color in dark theme 2022-12-08 14:19:56 +01:00
em c67dc35515 Use kronuz theme for syntax highlighting 2022-12-08 14:11:07 +01:00
em 0482cbe6b6 Sticky sidebar 2022-12-08 10:41:49 +01:00
em de2c2497b3 Show page updates in footer 2022-12-04 17:31:33 +01:00
em 6a0b7f5afd More HTML5-compliant semantic layout 2022-11-28 15:11:08 +01:00
em d2d59b6491 Enable dark theme 2022-11-28 14:45:57 +01:00
em 9d2305bd68 Search optimisation 2022-09-30 22:05:25 +02:00
em ec9ffa07f9 New source path 2022-09-27 21:18:02 +02:00
em f0dd3d9a9d Add option to disable TOC
Set `notoc` in [extra].
2022-09-22 12:09:41 +02:00
em 47d5caa51c Better spacing above headers 2022-09-22 12:02:35 +02:00
em 5fc72f78a6 Show TOC after page title 2022-09-22 11:59:17 +02:00
em 334f6752a6 Blue color of blockquote border 2022-09-09 16:27:58 +02:00
em 15676f5d26 Fix table centering and margin 2022-09-09 09:57:33 +02:00
em d094eb14d7 Better blockquotes 2022-09-09 09:55:14 +02:00
em 6ab6193662 Better aside navigation responsivity 2022-06-06 23:19:09 +02:00
em 639d1744b1 Fix line-height in headings 2022-06-01 11:14:39 +02:00
em 62c03ab9a6 Use custom Atom template 2022-04-24 12:14:55 +02:00
em f107f3eca1 Optimize inline code block styles 2022-04-24 11:23:25 +02:00
em 4082b8454f Fix overlowing caused by pre and tables 2022-04-24 11:20:39 +02:00
em 1d4ff89f0d Better URL handling of nav items 2021-12-30 11:07:08 +01:00
em 6ffe23012e Link to all posts at the end of index page 2021-12-30 11:03:24 +01:00
em 75219e95b6 Larger headings spacing 2021-12-30 10:30:27 +01:00
em aa411240ba Sort posts by date 2021-12-28 11:48:29 +01:00
em 0f4f6eee19 Link to Git repository in header 2021-12-15 15:58:33 +01:00
em 030045935b Enable Atom feed 2021-12-14 21:05:55 +01:00
em 132296db66 Remove sample post 2021-12-14 21:03:02 +01:00
em 0a5d50728c Custom selection colour 2021-12-14 20:43:32 +01:00
em 0e6723961d New header 2021-12-14 20:36:55 +01:00
em 5403e0e556 Enable search on category listing 2021-12-04 22:10:40 +01:00
em d090f61543 Add search for js-enabled browsers 2021-12-04 22:05:33 +01:00
em 555128c88b Add page with all posts 2021-12-04 21:34:47 +01:00
em 7009e50ce9 Enable post-specific taxonomy listing 2021-12-04 19:10:58 +01:00
em ae22681f18 List all posts from given category 2021-12-04 18:30:05 +01:00
em 194fcc5b92 More universal macro for listing posts 2021-12-04 18:20:01 +01:00
em e20c485d03 List categories in article info 2021-12-04 18:05:15 +01:00
em e0ca8f1f2c Enable taxonomies and list them in navigation 2021-12-03 23:01:31 +01:00
em 5db0184653 Code styling and highlighting 2021-12-03 22:28:16 +01:00
em 1ca0c21e98 Only print page info when there is date available
Useful for sub-pages which do not necessarily have such metadata.
2021-12-03 21:56:45 +01:00
em 775a43dad2 Article body styles 2021-12-03 21:55:43 +01:00
em 23a204c2cc Enable smart punctuation 2021-12-02 13:17:16 +01:00
em 01ab1f296c Add .gitignore 2021-12-02 13:14:15 +01:00
em 4a418f1a96 Layout change on narrow screens 2021-12-02 13:13:18 +01:00
em 30ba45ccb1 More font styles and formats 2021-12-02 13:09:26 +01:00
em d4f9870a56 Print article info 2021-12-02 12:08:48 +01:00
em 593f510d59 List latest articles on Index 2021-12-02 11:53:48 +01:00
em 7cd81915fa Custom font and rendering 2021-12-02 11:36:56 +01:00