* chore: migrate PostCSS configuration to v4
* chore: update dependencies in package.json and package-lock.json
- Bump versions for autoprefixer, postcss, postcss-cli, prettier, and tailwindcss.
- Remove unused dependencies to streamline the project.
* chore: add @tailwindcss/postcss and update package-lock.json
* fix: update import paths in CSS files for consistency
* fix: change prefix from `hx-` to `hx:`
* chore: migrate primary color theme variables to CSS
* fix: remove unnecessary text decoration property from anchor styles in typography CSS
* fix: update CSS styles for improved consistency and clarity across components
* chore: clean up package.json and package-lock.json, remove unused dependencies, and update CSS imports for better organization
* fix: bulk replace prefix `hx-` with `hx:`
* fix: update tailwind css prefix
* fix: styling consistent issues
- steps counter fix in v4
- removed tailwind.css
- update hr border colors
- fix button cursor in v4
- fix border colors in various places
* fix: update class prefixes for consistency in menu and sidebar components
* fix: refine CSS classes and transitions for navbar and sidebar components
- Updated hamburger menu styles for improved animation and structure.
- Adjusted sidebar transition duration for smoother effects.
- Standardized class prefixes for consistency across components.
* fix: update border color in hero badge component for improved styling consistency
* fix: update tab button cursor style for improved user interaction
* chore: recompile css
* fix: dark mode color not applied for before / after elements
* fix: docs navigation
* chore: recompile CSS
* chore: update Tailwind CSS and PostCSS dependencies to version 4.0.17, recompile CSS, and add safelist
* fix: typo in class name and add back decoration-from-font for typography a tags
* fix: update class syntax for Tailwind CSS compatibility in mermaid code block
* 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>
* 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>