welpo
79af568078
🍱 feat(socials): add Nostr icon
...
Updates social_icons LICENSE
2023-12-29 22:37:03 +01:00
welpo
dd76c18faa
🍱 feat(socials): add Google Scholar icon
...
Recently added to Font Awesome:
https://github.com/FortAwesome/Font-Awesome/issues/541#issuecomment-1830481944
Made it black and white to match the rest of the icons.
2023-11-28 20:14:47 +01:00
Óscar Fernández
bf31f7ff47
✨ feat(theme-switcher)!: respect theme_default
when JS is enabled ( #224 )
...
BREAKING CHANGE: changes the behaviour of `theme_default`
2023-11-25 00:08:58 +01:00
welpo
ee2b171fbd
🐛 fix(theme-switcher): match functionality of minified and non-minified files
2023-11-22 00:18:05 +01:00
welpo
012d819f38
⬆️ feat(fonts): upgrade Inter to 4.0
2023-11-20 01:18:23 +01:00
welpo
381f41dd0d
✨ feat(sitemap): mention baseurl in header & title
...
Related: #221
2023-11-15 00:28:00 +01:00
welpo
c8a1705b51
🐛 fix(sitemap): use the base url for JS/CSS loading
...
Related: #221
2023-11-14 23:48:04 +01:00
Óscar Fernández
1df3f7f89c
✨ feat(sitemap): add XML styling ( #221 )
2023-11-14 23:26:44 +01:00
Óscar Fernández
ea791f3a29
🐛 fix(stylised-feed): set proper date class ( #207 )
2023-10-17 21:35:13 +02:00
welpo
5458b1c533
🎨 style: fix whitespace issues
2023-10-07 23:31:59 +02:00
Óscar Fernández
8aabeaecc3
⚡ ️ refactor: co-locate images ( #200 )
2023-10-07 23:27:55 +02:00
Óscar Fernández
afbf4017e2
✨ feat(theme-switcher): add theme reset button ( #198 )
2023-10-06 01:36:56 +02:00
Óscar Fernández
1bc52944c9
✨ feat(footer): add configurable footer menu ( #197 )
2023-10-05 14:20:34 +02:00
Óscar Fernández
040a46dc4b
🐛 fix(hyvor-talk): switch from ID to class selector for initialisation ( #196 )
2023-10-04 18:02:36 +02:00
Almost-Senseless-Coder
2eaee6557c
🌐 fix(theme-switcher): properly translate aria-label ( #192 )
...
Co-authored-by: Tim Böttcher <tim.boettcher2@rwth-aachen.de>
Co-authored-by: welpo <welpo@users.noreply.github.com>
2023-10-04 12:41:31 +02:00
welpo
5aece9856a
🐛 fix(fonts): fix extension woff -> woff2
2023-10-03 12:22:47 +02:00
welpo
4687418469
⏪ ️ revert: use ttf serif font for compatibility
2023-10-03 12:13:19 +02:00
Óscar Fernández
a7044d2d8a
⚡ ️ feat(fonts): optimise font size ( #186 )
2023-10-03 01:23:38 +02:00
Óscar Fernández
2c6ac293ad
♿ ️ fix: improve accessibility and i18n ( #183 )
2023-10-02 18:08:57 +02:00
welpo
28fb52581f
✨ feat(social-icons): add Matrix icon
2023-10-01 02:01:46 +02:00
welpo
1bac809096
🔍 ️ chore(SEO): update social media cards
2023-09-18 23:18:00 +02:00
Óscar Fernández Vázquez
99b8972cf6
📝 docs: add guide to all of tabi's features ( #169 )
2023-09-18 22:59:13 +02:00
welpo
b797879403
🍱 feat(social-icons): add X icon
2023-09-17 01:29:50 +02:00
welpo
47c493be89
🐛 fix(isso-comments): actually set maxCommentsNested
2023-09-17 00:45:26 +02:00
welpo
b26902da16
🔍 ️ fix(SEO): set proper social image cards
2023-09-15 19:49:08 +02:00
welpo
cfa9f9d432
🚑 ️ chore: update social media cards
2023-09-15 19:45:16 +02:00
Óscar
5a2161f529
✨ feat: allow internal project links ( #157 )
2023-09-15 19:42:11 +02:00
welpo
d9eb641caf
📝 chore(about): update personal page link to matching language
2023-09-13 20:00:31 +02:00
Óscar
1c87b96ac1
✨ feat(header): add img_alt attribute for customisable alt text ( #153 )
2023-09-13 19:49:09 +02:00
welpo
f1d92a73ce
📝 chore: update screenshots
2023-09-13 01:57:21 +02:00
Óscar
6f269eee4a
✨ feat(templates): introduce info-page template ( #147 )
2023-09-13 01:38:25 +02:00
welpo
cc029d0b19
🔍 ️ chore(SEO): update social media cards
2023-09-12 21:09:36 +02:00
Óscar
32a2d5094b
🌐 feat(i18n): overhaul translation system & add languages ( #145 )
...
Revamp the existing translation system, simplifying
management and adding several new languages. The new system reads from
TOML files in the `/i18n` directory and improves template structures.
It also enhances customisation options and robustness by providing
fallbacks and modularity.
- Implement a new, streamlined translation macro.
- Load translations from `/i18n` TOML files.
- Remove redundant configuration requirements.
- Refactor templates to align with new i18n system.
- Add support for Hindi, Japanese, Russian, Portuguese, Chinese,
Italian, German, Ukranian, Korean, and French languages.
- Credit Thomas Weitzel (@thomasweitzel) for inspiration.
2023-09-12 18:58:58 +02:00
Óscar
d53b8470a6
✨ feat: add support for social media cards ( #130 )
2023-09-06 13:38:52 +02:00
welpo
ab4b523f9c
🐛 fix(favicon): use get_url
for favicon
2023-09-01 23:50:52 +02:00
Óscar
78f97e17b4
♻️ refactor(translation): introduce translation macro ( #129 )
2023-09-01 23:29:11 +02:00
welpo
9f74868c72
💄 style(isso): align buttons and input & cleanup
2023-08-26 23:38:15 +02:00
welpo
85fe38f815
💄 style(isso): clean isso styles & use CSS variables
2023-08-26 20:11:47 +02:00
welpo
427ffc7241
✨ feat(footer/socials): add base64 encoded email protection
2023-08-18 18:39:24 +02:00
welpo
68e37f4574
🐛 fix(styled feed): url to "Visit Website"
...
Before this, it was linking to the own feed.
Now it links to the homepage of the corresponding language.
2023-08-18 12:55:57 +02:00
welpo
725101300e
⚡ ️ refactor(utterances): further minify JS
2023-08-17 23:58:08 +02:00
welpo
6abb756d88
📸 chore: update mint screenshots to match the rest
2023-08-10 17:10:59 +02:00
Óscar
f8cce3001c
✨ feat: introduce skins to customise the theme ( #105 )
2023-08-10 13:21:52 +02:00
welpo
9ad08838c7
🐛 fix: add missing images for new shortcodes
2023-08-09 18:49:14 +02:00
welpo
c53ecdc472
🔥 style: remove dark primary colour variable
2023-08-06 21:21:08 +02:00
welpo
113a7f4e5d
✨ feat(theme-switcher): hide button if JS is disabled
2023-08-03 00:12:00 +02:00
welpo
a4e48b48fd
💡 chore: add comments
2023-08-02 23:52:28 +02:00
welpo
92e6af1d58
⚡ ️ refactor: further minify theme initialization
2023-08-02 23:51:52 +02:00
Óscar
5cdc18e688
✨ feat: add backlinks to footnotes ( #101 )
2023-08-02 18:35:27 +02:00
welpo
b2ca636eb9
🐛 fix: correct CSS path for GitHub pages
2023-07-31 21:15:34 +02:00