Commit graph

1099 commits

Author SHA1 Message Date
welpo
dcb67ffad6
update docs 2025-06-08 21:46:10 +02:00
Óscar
0a7ce5358b
Merge branch 'main' into webmentions 2025-06-08 21:39:10 +02:00
welpo
a5bedcbbc6
Follow hierarchy + update docs + screenshot + sort settings/docs 2025-06-08 21:37:45 +02:00
bajacc
84c67ab2b2
🐛 fix: allow feed icon to be hidden (#533) 2025-06-01 19:56:50 +02:00
Cameron Taylor
979f347fb0
feat: extend tabi <head> and <body> elements (#528)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-06-01 17:12:41 +02:00
b1n
5c1e4acbb1
📝 misc(README): add b1n.io to 'sites using tabi' (#531) 2025-05-30 10:09:47 +02:00
welpo
152b37ecc5
Add Indieweb support with microformats and webmentions to README and project index 2025-05-24 15:13:58 +02:00
welpo
7fb563464a
Link webmentions in quick button + load webmentions after comments 2025-05-24 15:08:08 +02:00
welpo
0c2e0f36c4
Cache bust webmentions JS + drop unused config 2025-05-24 14:45:20 +02:00
welpo
d9be49ac20
Drop 'hello' 2025-05-24 14:39:06 +02:00
welpo
b669be9f59
Undo testing JS change + minify further 2025-05-24 14:07:50 +02:00
welpo
19b0cb3ce1
restore date change 2025-05-18 23:39:27 +02:00
welpo
86f1ba0aaa
Update webmentions styling
+ add EOL newline
+ restore some changes
2025-05-18 23:37:21 +02:00
Jeremiah Russell
c190f4001d
💄 style(webmentions): remove extra spaces and format script tag
- remove unnecessary spaces and adjust indentation for consistency
- format script tag to improve readability

 feat(webmentions): add greeting text to webmentions container

- include "hello" text within the webmentions container for initial display
2025-05-12 07:59:32 +01:00
tzinm
68c35b02f8
🐛 fix(feed): prioritise description > summary (#525) 2025-05-11 14:33:27 +02:00
Henri Bourcereau
5f28b0e87e
feat(webmentions): add hcard in post page (#524)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-05-10 16:51:35 +02:00
Jeremiah Russell
d3d5e2439e
Merge pull request #6 from mmai/webmentions
Update Webmentions template & style
2025-05-10 08:54:09 +01:00
Henri Bourcereau
0fac9e4a8d 💄 style(webmentions): update dynamic webmentions css & js templates 2025-05-10 08:58:52 +02:00
Henri Bourcereau
fab267f0a7 🐛 fix(webmentions): remove "hello" placeholder 2025-05-08 15:37:24 +02:00
Jeremiah Russell
114b861039
Update templates/page.html
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
2025-05-02 12:06:19 +01:00
Jeremiah Russell
1f31b1c1ce
Update templates/page.html
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
2025-05-02 12:05:58 +01:00
Jeremiah Russell
555e7c6255
Update templates/page.html
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
2025-05-02 12:05:23 +01:00
Jeremiah Russell
ddc5be9248
Update templates/page.html
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
2025-05-02 12:04:44 +01:00
Jeremiah Russell
c788fb9ed8
♻️ refactor(webmentions): consolidate webmentions template
- move webmentions logic from shortcodes to partials for centralized management
- remove redundant webmentions shortcode file to eliminate duplication
2025-04-30 12:00:04 +01:00
Jeremiah Russell
9fe3bcc487
♻️ refactor(template): relocate webmentions include logic
- move webmentions include from header to specific page section
- ensure webmentions are conditionally included based on configuration
2025-04-30 11:57:06 +01:00
Jeremiah Russell
e71516ddc4
📝 docs(shortcodes): remove webmentions section from documentation
- delete outdated webmentions section to improve clarity and relevance
2025-04-30 11:41:58 +01:00
Jeremiah Russell
74af4512e2
💄 style(html): enhance author name styling
- wrap author names in span with class "p-author" for consistent styling
- modify author separator and conjunction for improved readability
2025-04-30 11:37:48 +01:00
Jeremiah Russell
df91442a2b
💄 style(html): adjust class attribute order in tag list
- move class "p-category" to the anchor tag for better semantic HTML structure
2025-04-30 11:27:16 +01:00
Jeremiah Russell
58b664c73f
💄 style(html): improve HTML semantics for last updated date
- wrap updated date in a <time> element with datetime attribute for better semantics and accessibility
2025-04-30 11:25:27 +01:00
Jeremiah Russell
234ed29ad9
💄 style(html): enhance date markup for improved semantics
- wrap date in a <time> element with datetime attribute for better accessibility and semantics
2025-04-30 11:17:49 +01:00
Jeremiah Russell
da4b49c2a6
📝 docs(blog): update webmentions link format
- change the webmentions link to use the correct file path format
2025-04-30 11:05:54 +01:00
Jeremiah Russell
59be662c90
💄 style(shortcodes): fix spacing in class diagram associations
- add spaces around association operators for consistent formatting
2025-04-30 11:02:11 +01:00
Jeremiah Russell
bb411abfc2
chore: Merge latest changes from the main branch 2025-04-30 10:39:37 +01:00
tzinm
c4f39d7643
feat(feed): add feed icon tag pages (#522)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-30 09:28:25 +02:00
rktjump
93af295d78
feat: parse markdown in post summary & description (#517)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-26 19:53:19 +02:00
tzinm
f47cefd42b
♻️ refactor: add "target_attribute" macro (#515)
Co-authored-by: Óscar <welpo@users.noreply.github.com>
2025-04-26 11:21:09 +02:00
Gabriel Martinez
221e245671
🍱 feat(socials): add itch.io icon (#520) 2025-04-26 11:18:36 +02:00
Olexandr88
b9b76799eb
📝 misc(README): fix broken link tag (#516) 2025-04-14 19:03:16 +02:00
github-actions[bot]
2d68b40e14
⬆️ chore(deps): upgrade KaTeX to v0.16.22 (#511)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-10 21:09:37 +02:00
Henri Bourcereau
3d2c3a14b8
🐛 fix: fix hcard html tags (#508) 2025-04-05 22:53:51 +02:00
Henri Bourcereau
94af15b6e8
feat(indieweb): add hidden h-card (#506)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-05 14:10:16 +02:00
welpo
a384ac80c8
♻️ refactor: improve error message when title is unset
Resolves #502
2025-04-05 00:06:15 +02:00
Axel Karjalainen
cc39652eb5
feat: cache bust images in shortcodes (#504) 2025-04-02 22:25:23 +02:00
Axel Karjalainen
c7bc652618
🌐 feat(i18n): add Finnish language (#505)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-02 22:21:39 +02:00
github-actions[bot]
a59310a6b2
⬆️ chore(deps): upgrade mermaid to v11.6.0 (#500)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-03-26 08:27:44 +01:00
Jeremiah Russell
d5d6e91e53
🔧 chore(config): update webmention configurations
- remove default page URL comment in config.toml
- disable webmentions in theme.toml by default
- clear domain field in theme.toml for flexibility
2025-03-19 15:51:25 +00:00
Jeremiah Russell
2251289e90
🔧 chore(config): update webmentions configuration
- disable webmentions by changing enable flag to false
- comment out domain and page_url for privacy concerns
- ensure wordcount remains unchanged for future reference
2025-03-19 15:49:35 +00:00
Jeremiah Russell
2d8ab844f0
🐛 fix(config): correct webmentions configuration key
- change "enabled" to "enable" in config.toml for webmentions
- update template files to reflect the corrected configuration key
2025-03-19 15:44:55 +00:00
Jeremiah Russell
bc65184cd6
🧹 chore(webmentions): remove commented-out script tags
- delete unused script tags from the webmentions partial template
- cleanup improves readability and reduces clutter
2025-03-19 15:01:21 +00:00
Jeremiah Russell
98e8c8eb1e
💄 style(header): streamline HTML formatting
- remove unnecessary line breaks for cleaner HTML structure
- condense noscript and script tags for improved readability
2025-03-19 14:58:51 +00:00