203 Commits

Author SHA1 Message Date
welpo
cd2cbf36fa
📝 docs(mastering-tabi): favour GitHub discussions over comment section 2023-12-31 02:19:49 +01:00
Óscar Fernández
d257e022ea
feat(tags): add compact_tags option (#232)
Co-authored-by: arichtman <10679234+arichtman@users.noreply.github.com>
2023-12-30 16:41:08 +01:00
welpo
2a5c025f6e
📝chore(privacy-policy): update server location 2023-12-07 20:30:29 +01:00
Óscar Fernández
920aa609f0
feat(feed): support hiding pages and sections (#227) 2023-12-04 23:27:49 +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
c2664c85cd
📝 docs(shortcodes): link commit and PR for relative image paths 2023-11-24 02:15:54 +01:00
Óscar Fernández
7796162e37
feat: allow relative paths for image shortcodes (#222) 2023-11-24 02:10:43 +01:00
Óscar Fernández
1df3f7f89c
feat(sitemap): add XML styling (#221) 2023-11-14 23:26:44 +01:00
welpo
741a7e7c6f
📈 docs(privacy): use GoatCounter sessions
GoatCounter is broken if sessions aren't tracked.
See: https://github.com/arp242/goatcounter/issues/704
2023-11-07 21:48:37 +01:00
welpo
88240071c4
📝 chore(docs): update updated date 2023-11-07 15:41:10 +01:00
ZzMzaw
b6fa54c556
feat(copyright): set copyright translations outside toml files & enhance $VARs (#215)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2023-11-05 21:20:21 +01:00
Óscar Fernández
46e0681193
📈 chore(demo-site): add analytics and privacy policy (#220) 2023-10-31 14:46:32 +01:00
Joberth Rogers
de91dfb0a7
🐛 fix(footer): fix external link redirection in footer (#219)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2023-10-31 13:29:09 +01:00
welpo
a7d4120339
📝 docs(i18n): fix language switcher description
It no longer works on hover, but on click, as per #183.
2023-10-27 20:03:27 +02:00
Óscar Fernández
de28c7fdeb
feat(comments): allow page override of global system (#216) 2023-10-27 02:03: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
228f1ea6e5
feat: support privacy-respecting analytics (#193) 2023-10-04 15:01:54 +02:00
welpo
9c9ba7f734
📝 chore: sort tabi's features by line length 2023-09-23 01:26:51 +02:00
welpo
9f2b630d3d
📝 chore: fix broken zola links 2023-09-22 15:31:51 +02:00
welpo
dcc7efc864
📝 chore: sort tabi's features by line length 2023-09-22 01:43:33 +02:00
welpo
78fd8b8f0e
📝 docs(i18n): mention IETF BCP 47 codes 2023-09-19 13:38:40 +02:00
welpo
35904683e1
📝 docs(projects): remove bullet points from tabi features 2023-09-18 23:47:50 +02:00
welpo
7cecdadaa7
🔍️ chore(projects): update canonical URLs 2023-09-18 23:21:09 +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
793b063c77
📝 docs(faq-languages): improve phrasing/translation 2023-09-17 23:41:54 +02:00
welpo
09fb5f097a
🔥 chore(about): remove unused giscus comments 2023-09-17 20:07:14 +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
Ó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
welpo
3f2e45601a
🐛 docs(ToC): fix broken code block 2023-09-08 17:00:32 +02:00
Óscar
d6a5b1ab93
💄 style(code blocks): change syntax highlighting theme & text size (#131)
📝 docs: remove opening and closing +++ in TOML codeblocks
2023-09-07 01:46:20 +02:00
Óscar
d53b8470a6
feat: add support for social media cards (#130) 2023-09-06 13:38:52 +02:00
Óscar
f61c9ec309
feat(settings): add hierarchy-based setting overrides (#128) 2023-09-01 14:03:37 +02:00
Óscar
9c3e5d3990
🐛 fix(home-banner): allow missing image & correct spacing (#123)
Also removes the necessity for $BASE_URL in specifying home banner images.
2023-08-29 15:38:51 +02:00
Óscar
1c3db86b75
feat(image shortcodes): add lazy loading (#116)
Additionally sets the `alt` parameters as optional and cleans HTML output.
2023-08-26 01:57:19 +02:00
Óscar
151063d74b
feat(shortcode): add spoiler shortcode (#113) 2023-08-24 14:27:33 +02:00
welpo
427ffc7241
feat(footer/socials): add base64 encoded email protection 2023-08-18 18:39:24 +02:00
welpo
07ceddcc00
feat: enhance Table of Contents
- Introduce `toc_ignore_pattern` to ignore specific headers based on regex.
- Allow custom ToC placement with shortcode or "<!-- toc -->" marker.
- Increase max depth for ToC to 4.
- Update Documentation for the above features.
 - Move ToC generation to a macro file.
2023-08-14 15:08:22 +02:00
welpo
a47a8be011
🚸 docs: add ToC and quick navigation buttons 2023-08-12 00:07:25 +02:00
welpo
965af4b3dd
feat: add toc_levels to control ToC depth 2023-08-12 00:06:24 +02:00
welpo
fb0dea0106
feat: add wide container shortcode 2023-08-11 23:36:59 +02:00
welpo
41009a50a1
📝 docs: clarify the 2 possible paths for custom skins 2023-08-10 20:02:25 +02:00