* chore(ci): add support for building docs for multiple versions
* chore(ci): enable fetching tags in GitHub Actions workflow
* chore(build): add v0.8.6 version to build script
* sidebar: fix more menu item with multilingual
Fixes#593
Correctly parses multilingual URL in sidebar, particularly if
lang code follows a nested sub directory.
For instance, GH pages hosting where the baseurl might be of the
format `https://<USERNAME>.github.io/<REPO>/`.
* Update sidebar.html
---------
Co-authored-by: Xin <xin@imfing.com>
- Added support for CJK (Chinese, Japanese, Korean) languages in FlexSearch encoding.
- Introduced `isCJK` function to detect language and select appropriate encoding method.
- Implemented `encodeCJK` and `encodeDefault` functions for different tokenization strategies.
* 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>
* Update icons.yaml to add bsky icon
Added BlueSky icon to socials
* update the fill color to current color
* Update data/icons.yaml
---------
Co-authored-by: Xin <fuxin1997@gmail.com>