Skip to content

Tags: imfing/hextra

Tags

v0.9.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: mermaid script was skipped on home page (#637)

v0.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 docs(showcase): Added Clace to showcase (#623)

v0.9.5

chore: bump minimum hugo version

v0.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance FlexSearch encoding for CJK support (#553)

- 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.

v0.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add tags support (#542)

* feat: basic tags support

* feat: add term page

* chore: update css

v0.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct tabs button color on hover in dark mode (#526)

* fix: tabs toggle button color in dark mode

* chore: update css

v0.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add giscus theme customization (#522)

Co-authored-by: Xin <xin@imfing.com>

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support github style alerts (#513)

* feat: basic github style alerts support

* feat: implement github style alert

* chore: re-generate css

* chore: add missing prettier config

* docs: add alerts instructions to markdown

* chore: revert "docs: add alerts instructions to markdown"

This reverts commit 3a70540.

* chore: redo "docs: add alerts instructions to markdown""

This reverts commit 8399373.

* chore(build): bump hugo version

v0.8.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add back empty content filter in search-data.json (#482)

v0.8.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add customizable primary lightness support (#470)

* Add support for setting lightness for primary color

* Add comment

* change multiplier to just adding percentages

* amend comment

* add to docs

* Fix lightness overflow