- disable webmentions by changing enable flag to false
- comment out domain and page_url for privacy concerns
- ensure wordcount remains unchanged for future reference
- simplify introduction to webmentions with a link to a detailed guide
- remove detailed configuration steps to streamline content
- adjust shortcode usage instructions for clarity
- update Webmention links to use full URLs for clearer reference
- specify toml code blocks for correct syntax highlighting
- remove redundant footnote links for cleaner documentation
- introduce h-entry, p-name, u-url, u-uid, p-author, dt-published, p-category, dt-updated, and e-content classes
- enhance HTML with semantic and machine-readable attributes for better accessibility and SEO
Also makes code tags slightly smaller (to match the font) in footnotes.
Zola 0.20.0 wraps footnotes in a <footer> tag, which broke existing styles.
This change makes the CSS selectors work with both old (<ol>) and new
(<footer>) HTML structures while maintaining the same visual appearance.
The feed's stylesheet now uses the base URL from Zola's configuration,
ensuring correct stylesheet loading in all contexts (root path,
subdirectories, and subdomains).
Previously, the stylesheet URLs could break when feeds were in
subdirectories.
- change "enable" to "enabled" for correct configuration key
- uncomment and set webmentions configurations for correct functionality
✨ feat(blog): add webmentions shortcode
- insert webmentions shortcode in blog shortcode index for display
🐛 fix(theme): update webmentions configuration in theme
- change "enable" to "enabled" for correct configuration key in theme
- uncomment and set webmentions configurations for correct functionality
- add color and background color variables for consistent styling
- update margins and padding for better layout
♻️ refactor(css): migrate and rename webmention CSS to SCSS
- move webmention.css to sass/parts/_webmention.scss
- remove unused webmention.min.css
- update template to remove old stylesheet link
- introduce a section for displaying webmentions for posts
- include subsections for mentions of posts and sites mentioned in posts
📝 docs(shortcodes): correct typos and improve clarity
- fix spacing and punctuation issues in Mermaid diagrams
- correct typo in "Provides" within the swap image section
- update Markdown syntax in admonition examples
- change "tranquility" to "tranquillity" in multilingual quote
- correct movie title from "Beoning" to "Burning"
- add usage examples for webmentions section
- add webmention.js to enable client-side embedding of webmentions from webmention.io
- support multiple configuration parameters for customization
- based on PlaidWeb/webmention.js
✨ feat(webmention): add minified version of webmention.js
- include webmention.min.js as a minified version for optimized loading
- mirror functionality of the unminified webmention.js