65 Commits

Author SHA1 Message Date
welpo
14156b590a
🚚 refactor: move blog posts to blog section 2023-03-05 19:53:52 +01:00
welpo
8ac1894a66
💄 style: redesign tag pages 2023-03-05 19:52:51 +01:00
welpo
7605ccaf54
♻️ refactor: use consistent pagination 2023-03-05 19:51:20 +01:00
welpo
a8e49cfedf
♻️ refactor: use consistent pagination 2023-03-05 19:48:16 +01:00
welpo
6938ae42f9
🔥 refactor: remove 403 page 2023-03-05 19:46:26 +01:00
welpo
de46a24d37
♻️ refactor: rename extra.desc to extra.header 2023-03-01 12:34:10 +01:00
welpo
b33a942766
💄 style: use cards/boxes for tag list 2023-03-01 00:57:44 +01:00
welpo
a761fd00ee
🚧 style: list all posts per tag 2023-02-28 18:36:31 +01:00
welpo
887929fac7
♻️ refactor: wrap tags in ul>li
Long tags will get wrapped onto new lines now.
2023-02-27 18:45:46 +01:00
welpo
0648bc80e2
♻️ refactor: rename 'Categories' to 'Tags' 2023-02-27 01:45:42 +01:00
welpo
31ea93bbbe
♻️ refactor: use native updated field 2023-02-27 01:03:33 +01:00
welpo
ed47f2580b
feat: add 'Last updated' extra tag 2023-02-27 00:55:17 +01:00
welpo
b3dc5396b4
feat: add dual image support for switching themes 2023-02-25 22:28:43 +01:00
welpo
4e4021da5d
feat: format references with custom shortcode
Uses hanging indent for a References section.
2023-02-25 02:00:42 +01:00
welpo
54ae781352
🔒️ fix: prevent malformed CSP header 2023-02-23 01:35:06 +01:00
welpo
aa00640e96
feat: use custom separator from config in meta & title 2023-02-22 23:56:34 +01:00
welpo
9ac150423b
♻️ refactor: remove unused set_title argument 2023-02-22 23:33:45 +01:00
welpo
53d2624133
🐛 fix: use set_title macro to set proper titles
Fixes #33
2023-02-22 23:28:14 +01:00
welpo
d7caa7af5f
feat: allow customizable secure headers (CSP) 2023-02-22 01:47:32 +01:00
welpo
3aa22cb3ad
♻️ refactor: split macros.html in different files
Clearer macros format.
2023-02-21 19:39:54 +01:00
welpo
9ed4034260
🥚 refactor: show word count as reading time tooltip 2023-02-21 14:51:02 +01:00
welpo
d9cd64e5a4
feat: display word count when hovering over read time 2023-02-21 02:43:23 +01:00
welpo
1c93df0a6f
️ refactor: improve table of contents accessibility 2023-02-20 01:21:20 +01:00
welpo
e4c6705843
💄 style: resize headers 2023-02-19 21:23:10 +01:00
welpo
83b7bb9d3a
💄 style: increase margins before content & after ToC 2023-02-19 16:27:43 +01:00
welpo
0ecc6eff78
feat: use ordinal day number in dates
If the date_format variable in config.toml is empty, the new format date
will be used. Example: 2nd August 2043.
2023-02-19 02:27:01 +01:00
welpo
4390b7bdfb
💄 style: coloured links in paragraph; meta changes
- Links in paragraphs are no longer underlined, but rather coloured with
the accent-colour of the theme.
- The meta section on posts (date, time to read, tags) is rehauled. It's
more compact, less distracting and more minimal.
- Line height is increased.
2023-02-19 00:31:57 +01:00
Óscar
9ff7462ccd
Merge branch 'main' into style/redesign-posts 2023-02-18 19:31:03 +01:00
welpo
8fe96d3f46
Commit Message: Refactor font weight and size, add article max-width, update color variables 2023-02-18 19:27:46 +01:00
welpo
799b31d403
✏️ fix: minor typo 2023-02-18 03:24:58 +01:00
Óscar
586b5617b2
Merge pull request #39 from welpo/feature/default-theme-switcher
Change default theme to OS default; listen to OS default theme changes and switch accordingly (as long as there's no user preference set)
2023-02-17 13:47:59 +01:00
welpo
bd8dd87cd5
feat: add dimmable-image shortcode for dark theme
Reduces contrast and brightness of images when the dark theme is active.
Useful when invertable-image is not appropriate (photographs, paintings,
colour drawings…)
2023-02-16 00:22:31 +01:00
welpo
2f4d0658d8
🐛 fix: rename sun icon reference 2023-02-15 01:33:43 +01:00
welpo
84b4469b07
️ improvement: switch from webp to svg icons
Saves a bit of space :)
2023-02-14 23:21:32 +01:00
welpo
c6e5de7dee
️ improvement: use webp instead of png 2023-02-11 21:48:47 +01:00
welpo
9de7a7a02d
feat: allow realtive paths in images
Useful when hosting on a subdirectory. Replaces $BASE_URL by the
base_url set in config.toml.
2023-02-10 13:25:55 +01:00
welpo
389c724fe0
feat: add invertable image shortcode
Useful to invert diagrams, graphs, etc. in dark theme.
To use it in a markdown file, add a line like:
{{ invertable_image(src="/img.png", alt="alt text") }}
2023-02-10 02:36:23 +01:00
welpo
5c48acba58
🐛 fix: close div class"tags-item" 2023-02-08 14:30:01 +01:00
welpo
4fe8643a1a
💄 style: larger section titles 2023-02-08 01:39:48 +01:00
welpo
6e471450c6
💄 fix: remove double bottom-boder/div on Archive 2023-02-08 01:26:16 +01:00
Óscar
0068912163
Merge branch 'main' into fix/style 2023-02-07 20:11:38 +01:00
welpo
fa781db0e4
💄 style: set consistent underline in headers 2023-02-07 18:43:17 +01:00
serginogal
3434cbc926 feat: add archive screen 2023-02-07 17:26:29 +09:00
Sergi Nogal
40017f069f
Merge pull request #14 from welpo/feature/add-md-support-to-index
Feature/add md support to index
2023-02-07 00:22:06 +09:00
serginogal
c29697c421 💄 feat: change markdown description style 2023-02-07 00:03:08 +09:00
welpo
32d4a9358c feat: set Table of Contents per page, not globally 2023-02-06 16:01:46 +01:00
welpo
988034ba4e ♻️ refactor: set datetime format as a variable 2023-02-06 14:42:41 +01:00
welpo
095b9d0d07 🐛 fix: add end-of-file newline 2023-02-06 02:20:56 +01:00
welpo
1242b909a2 🐛 fix: consistent date format & remove invalid <time> tags 2023-02-06 01:40:39 +01:00
welpo
4cef13a7dd 🐛 fix: remove duplicated meta description 2023-02-06 01:37:34 +01:00