* Change processing method to more generic hugo .Process and allow resources from local .Page.Resources as well as global resources
* Add comments
* Fix double curly brackets error
Co-authored-by: Xin <fuxin1997@gmail.com>
* Maintain backward compatibility by using defaulting $process to $methd $options
https://github.com/imfing/hextra/pull/538#discussion_r1903250264
* Use printf instead of delimit
Co-authored-by: Xin <fuxin1997@gmail.com>
---------
Co-authored-by: Xin <fuxin1997@gmail.com>
* feat: add icon support to badge shortcodes
- Introduced an optional icon parameter to both badge.html files.
- Updated the badge rendering to include the icon alongside the content.
- Enhanced the layout for better alignment of icon and text.
* feat: add new feature shortcode
* docs: update badge doc
* feat: support link in code block title
* refactor: simplify code block filename link implementation
* docs: update syntax-highlighting.md
* chore: rename `filename_uri_base` to `base_url`
[skip ci]
* refactor: use `base_url` int code block implementation
---------
Co-authored-by: Xin <xin@imfing.com>
* Add support for custom footer
* amend how the custom footer section is displayed
* Add missing class
* add missing class
* Remove context variable and flag in hugo.yaml
* update hugo_stats
* Only show footer section for copyright and PoweredBy if they are enabled
* Add missing compiled css
* Added necessary variables for correct styling of the custom footer in some cases
* make padding consistent for copyright section and custom footer
* chore: update css
* chore: clean up css
* docs: update customization instructions
* fix: footer padding
---------
Co-authored-by: Xin <xin@imfing.com>
* feat: shortcode for Jupyter Notebook
* chore: update generated CSS files
* chore: add example Jupyter Notebook file
* chore: update doc
* chore: enhance jupyter notebook styling
- use raw markdown for contents like code block and markdown text
* feat: support load notebook from assets and remote
- update docs accordingly
- add example notebook file
* chore: rename example file
ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use .Site.Config.Services.GoogleAnalytics.ID instead.
* feat: add support for `hideBreadcrumbs` front-matter param
* docs(en): add some docs about breadcrumb nav, including new hideBreadcrumbs param
* fix: fix typo in hideBreadcrumbs param check in breadcrumbs.html partial
* docs(en): tidy up the Breadcrumb Navigation documentation
* fix: rework hideBreadcrumbs param to breadcrumbs; update docs accordingly
* fix: use relpermalink in breadcrumb
---------
Co-authored-by: Xin <xin@imfing.com>
* feat: add title utility to get page or section title
* with graceful fallback to using the directory or filename
* chore: update link titles in breadcrumb, pager, and sidebar
* fix: RTL Steps in steps.html file
* feat: Add bidirectional support
* fix: RTL problem
* fix: RTL problem, feat: Add Persian CSS counter
* feat: Add Persian for ol counter
* fix: styling text
* Add ol output example
* fix: RTL problem
* fix some issue
* fix some issue
* fix some issue
By adding `canonical` parameter to the front matter and specifying the URL, the canonical URL is added.
If no canonical URL is needed to be specified, the layout will use the current page address for canonical tag.
Example:
```
---
title: "Page Title"
description: "Page description"
canonical: "https://canonicalurl.com"
---
* Add rel="me" attribute to Mastodon navbar icon
The rel="me" attribute enables verified links on the linked Mastodon profile
* Set $rel based on icon name
* feat: support displaying author images in blog post
* chore: fix typo
* chore: run build:css
* refactor: support both plain author list
* chore: run build:css
* chore: add support for local avatar images
* chore: update css classes