welpo
fa9229377d
✨ feat: add multi-language support
2 years ago
welpo
e316dc25ab
📝 docs: rephrase last sentence
2 years ago
welpo
47caa99e0c
📝 docs: rephrase description
2 years ago
welpo
3389638b06
✏️ docs: close codeblock
2 years ago
welpo
60680fad37
📝 docs: update URL
2 years ago
welpo
358e78d25a
📝 fix: remove extra backtick
2 years ago
welpo
a5981e6fdd
🐛 fix: remove flashing from header text (Firefox)
...
Loads a subset of the sans-serif font for the header.
Fixes #75
2 years ago
welpo
1efb0330e3
🐛 fix: remove flash when navigating in dark-mode
...
The `initialize-theme.js` script takes care of the following:
1. If there is a stored theme value in the localStorage, set the theme
based on that value.
2. If there is no stored theme value, check the user's system
preference (dark or light) and set the theme accordingly.
The new `main.js` takes care of the actual theme switching and listening
to system preference changes (if the user has not manually set a theme).
Now the icons are stored in CSS, and are set according to the current
theme. This allows for having different icons that dynamically switch.
Additionally, wraps social and navigation elements in ul/li.
Fixes #76
2 years ago
welpo
79f8559a3a
📝 docs: stylise KaTeX
2 years ago
welpo
e422c405cb
📝 docs: lowercase 'tabi'
2 years ago
welpo
7543f03e12
📝 docs: mention perfect Lighthouse score
2 years ago
welpo
b841969a8f
✨ feat(shortcodes): update image path retrieval and dimensions in shortcodes
...
- Use `get_url` function to generate correct image paths
- Retrieve image dimensions with `get_image_metadata` function
- Update shortcodes: dimmable_image, dual_theme_image, and invertible_image
These changes reduce layout shifts.
2 years ago
welpo
a2ea8c3f88
📝 docs: update projects
2 years ago
welpo
b5bc0d44db
📝 docs: update description
2 years ago
welpo
dcf1af5ec5
🐛 fix: remove double equals in updated field
2 years ago
welpo
f9335b3fa4
✨ feat: add KaTeX support
2 years ago
welpo
4d18be3a83
📝 fix: clarify requirements for A+ Observatory score
2 years ago
welpo
65a3fcebba
📝 fix: clarify requirements for A+ Observatory score
2 years ago
welpo
2a681f005f
📝 docs: replace "last lines" to "last directive"
2 years ago
welpo
bfda1df9f3
📝 docs: use hierarchical headings
2 years ago
welpo
27dc4b9a96
🔥 refactor: remove unused `section_title` variable
2 years ago
welpo
7532e0ab12
✨ feat: add anchor header links on hover
...
Closes #64
2 years ago
welpo
64449d5d9f
🚚 refactor: move blog posts `blog` section
2 years ago
welpo
de46a24d37
♻️ refactor: rename extra.desc to extra.header
2 years ago
welpo
9b680b0da7
📝 docs: set consistent paths for imgs
2 years ago
welpo
bd72fb84be
🔥 refactor: remove extra last_updated date
2 years ago
welpo
abfe2f9dc8
✏️ fix: update year to current year
2 years ago
welpo
31ea93bbbe
♻️ refactor: use native `updated` field
2 years ago
welpo
ed47f2580b
✨ feat: add 'Last updated' extra tag
2 years ago
welpo
eb60527bfb
📝 docs: change 'Usage' section styling
2 years ago
welpo
b3dc5396b4
✨ feat: add dual image support for switching themes
2 years ago
welpo
2c4b64481c
📝 docs: add closing shortcode tag to references()
2 years ago
welpo
4e4021da5d
✨ feat: format references with custom shortcode
...
Uses hanging indent for a References section.
2 years ago
welpo
69d4985fc5
📝 docs: replace `test` tag with `showcase`
2 years ago
welpo
73a563872e
✏️ docs: fix typos
2 years ago
welpo
d7caa7af5f
✨ feat: allow customizable secure headers (CSP)
2 years ago
welpo
f4cd6e6a92
💄 style: update footnote styling
2 years ago
welpo
2f07137cca
📝 docs: use markdown to showcase theme's capabilities
2 years ago
welpo
83e211a18d
📝 docs: js size has grown :(
2 years ago
welpo
799b31d403
✏️ fix: minor typo
2 years ago
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…)
2 years ago
welpo
2b861ea940
📝 style: mention all table colours change, not just header
2 years ago
welpo
7a69759112
🍱 improvement: use webp instead of png
2 years ago
welpo
f555d34207
🐛 fix: set main image path relative to base_url
2 years ago
welpo
394479d777
📝 style: showcase tables & invertable images
2 years ago
welpo
f2cd044096
💄 style: set tab to 4 spaces; remove newlines
2 years ago
welpo
f6cd7d3cf2
🍱 docs: change the codeblock example
2 years ago
welpo
d412eae7df
💄 style: set Cascadia Code as code font
...
Modifies the markdown file to showcase the font's ligatures.
2 years ago
welpo
9f412205b3
💄 style: move quote author to quote block
2 years ago
welpo
2f4695dd0b
✨ feat: showcase invertable image
2 years ago