Xin
c2286c9dd1
refactor: modularize scripts partial into separate components ( #587 )
...
* refactor: modularize scripts partial into separate components
* fix: conditionally load Mermaid and KaTeX scripts
2025-02-26 08:39:26 +00:00
Xin
49b1cd11ee
feat: hide navbar on mobile when heading links clicked ( #584 )
2025-02-25 18:48:25 +00:00
Xin
b2e6c30c7f
chore: remove unused hx-mx-2 margin utility class
2025-02-25 08:12:44 +00:00
Nick Gracilla
8eb348323d
docs: fix typo in documentation on customization.md ( #582 )
2025-02-23 10:06:25 +00:00
Connor Lanigan
ab56c66ae5
fix: misaligned page title when logo is not displayed ( #578 )
2025-02-17 17:15:35 +00:00
yuri
ddc017b8dc
docs: mention Hugo Figure shortcode ( #572 )
2025-02-13 11:22:41 +08:00
Khosrow Moossavi
ce837dca42
docs(showcase): add Regolith Desktop ( #568 )
2025-02-13 11:21:59 +08:00
yuri
c60d1f5de7
docs: describe page last modification date ( #562 )
2025-01-23 20:58:03 +00:00
Mir Sobhan
bbe3c46320
chore: add telegram icon ( #558 )
...
* Update icons.yaml | add telegram icon
* chore: update telegram icon
---------
Co-authored-by: Xin <xin@imfing.com>
2025-01-21 21:57:43 +00:00
Gaëtan Steininger
cb3373d500
fix: missing doctype error on 404 page with htmltest scan ( #554 )
...
* Fix missing doctype error on 404 page with htmltest scan
* format 404.html
---------
Co-authored-by: Xin <xin@imfing.com>
2025-01-19 19:35:24 +00:00
Xin
56f28e6f14
chore: 2024 -> 2025
2025-01-19 11:50:14 +00:00
Xin
14036ffea6
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.
2025-01-18 18:54:54 +00:00
Jan Zerfowski
a1232ecf9f
fix: skip image process on svgs and remote images ( #551 )
2025-01-18 17:05:13 +00:00
Nikolay Dubina
a933f464f5
docs: fix wrong param footer ( #543 )
...
it has changed 709a407b2e/layouts/partials/footer.html (L40C40-L40C56)
2025-01-07 10:51:00 +00:00
Xin
709a407b2e
feat: add tags support ( #542 )
...
* feat: basic tags support
* feat: add term page
* chore: update css
2025-01-05 20:33:56 +00:00
Xin
876eb3abff
chore(docs): remove redundant backticks
2025-01-05 19:03:13 +00:00
Jan Zerfowski
a27f6eef5e
refactor: use generic .Process for card processing and allow bundled images ( #538 )
...
* 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>
2025-01-05 19:00:00 +00:00
stoic-hugo
323f4c4b44
i18n: update sw.yaml ( #541 )
2025-01-05 18:59:20 +00:00
Xin
b8f617f1b0
docs(i18n): add ja translation
...
- translated via llm
2024-12-31 01:01:56 +00:00
Xin
9632c4d05a
docs: update zh-cn translations
2024-12-31 00:34:20 +00:00
Xin
594b1f190c
docs: add instruction for enable and configure passthrough for latex ( #530 )
2024-12-30 23:13:23 +00:00
Xin
12815aaddc
docs: documentation updates for alerts and syntax highlighting
2024-12-28 16:23:58 +00:00
Xin
e532637cbc
fix: correct tabs button color on hover in dark mode ( #526 )
...
* fix: tabs toggle button color in dark mode
* chore: update css
2024-12-28 15:51:35 +00:00
Xin
79bb4504a0
feat: add support for icon in badge shortcode ( #525 )
...
* 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
2024-12-28 13:50:22 +00:00
strowk
26a298da5d
feat: support link in code block title ( #523 )
...
* 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>
2024-12-28 12:41:23 +00:00
Xin
cf61e606c1
docs: update customization instructions for footer section
2024-12-26 23:50:18 +00:00
Wonchae Yang
0716533699
feat: add giscus theme customization ( #522 )
...
Co-authored-by: Xin <xin@imfing.com>
2024-12-26 12:29:21 +00:00
Attila Greguss
9efcda2fdd
feat: support custom footer section ( #518 )
...
* 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>
2024-12-25 21:25:47 +00:00
Attila Greguss
655148f329
docs: add advanced theme customization instruction ( #519 )
...
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
* Add docs on how to customize theme
* fix heading level
* extend description
* Add missing classes
* Update exampleSite/content/docs/advanced/customization.md
---------
Co-authored-by: Xin <fuxin1997@gmail.com>
2024-12-18 22:48:42 +00:00
Xin
b6d14afca3
docs(showcase): update link for lutheran-confessions
...
fixes #520
2024-12-18 22:35:52 +00:00
Attila Greguss
bc778ee243
fix: only display footer switches section if it actually has content ( #517 )
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2024-12-16 22:21:15 +00:00
Xin
f377609eba
docs: update HUGO_VERSION to 0.138.0 in deployment documentation
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
2024-12-15 20:32:54 +00:00
Xin
a9b992436e
chore: update HUGO_VERSION to 0.138.0 in GitHub Actions workflow
...
* add FUNDING.yml
2024-12-15 20:26:11 +00:00
dependabot[bot]
7f5a7f2f5a
chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 ( #515 )
2024-12-15 16:33:44 +00:00
dependabot[bot]
30fddec3fa
chore(deps): bump nanoid from 3.3.7 to 3.3.8 ( #514 )
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
2024-12-15 14:20:52 +00:00
Xin
68dd327312
feat: support github style alerts ( #513 )
...
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
* 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 3a70540e0b5651e485612209ee22e04b26432e72.
* chore: redo "docs: add alerts instructions to markdown""
This reverts commit 8399373747f081ff7164c4dd60ac5598a1a0c121.
* chore(build): bump hugo version
v0.9.0
2024-12-14 23:44:10 +00:00
Floren Munteanu
0c90c1aa50
feat: add hextra hero-section shortcode ( #390 )
...
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
* Implement hextra hero-section
* Implement header size
* Update layouts/shortcodes/hextra/hero-section.html
* Update layouts/shortcodes/hextra/hero-section.html
* Update layouts/shortcodes/hextra/hero-section.html
* Update layouts/shortcodes/hextra/hero-section.html
---------
Co-authored-by: Xin <fuxin1997@gmail.com>
2024-12-10 23:58:36 +00:00
Xin
fe2271b60b
docs(showcase): add "Model Context Protocol Specification"
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2024-12-08 12:38:44 +00:00
Torbjørn Pedersen
bd34a5bad3
fix: rerender mermaid diagrams on theme change ( #509 )
...
Make mermaid render diagrams on manual toggle between themes, after initial page load
2024-12-08 12:29:28 +00:00
Nishant Srivastava
0dcf7e7a40
chore(icons): add bluesky icon ( #505 )
...
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
* 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>
2024-12-04 07:34:02 +00:00
Jonas Pleyer
86a1f3fd96
docs(showcase): add cellular_raza ( #498 )
...
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
* add cellular_raza to showcase exampleSite
* use link from github PR to store image
Co-authored-by: Xin <fuxin1997@gmail.com>
---------
Co-authored-by: Xin <fuxin1997@gmail.com>
2024-11-14 11:18:59 +00:00
Xin
4c4f43779c
build(ci): build doc site from latest release instead of main
...
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
- bump hugo version in workflow
- bump github actions deps versions
- minor update to head.html to remove empty spaces
2024-11-03 16:53:18 +00:00
Xin
ff85e6951d
chore: update bug report template
2024-11-03 16:08:29 +00:00
Xin
ec37876f4d
docs(showcase): add Sidekick
2024-11-03 15:35:32 +00:00
Todd Zhou
f65aca556d
fix: typo in ref="noreferrer" ( #489 )
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2024-11-01 10:12:14 +00:00
Xin
7b7eb0f1f3
fix: add back empty content filter in search-data.json ( #482 )
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
v0.8.6
2024-10-21 22:22:56 +01:00
PurpleBabar
80fae9f86d
feat: update mermaid to 11.3.0 ( #477 )
...
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
* feat: update hextra version
* feat: adding mermaid lib
---------
Co-authored-by: LALUNG Alexandre <LB6572@engie.com>
2024-10-18 09:55:14 +01:00
Azat Khasanov
1358c5b945
i18n: add russian language + fix GitHub capitalization ( #476 )
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2024-10-16 19:17:54 +01:00
Evan Huang
b4d292010b
docs: updated translation in the Chinese README
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
2024-10-15 18:12:56 +01:00
Attila Greguss
37089d237a
feat: add customizable primary lightness support ( #470 )
...
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
* Add support for setting lightness for primary color
* Add comment
* change multiplier to just adding percentages
* amend comment
* add to docs
* Fix lightness overflow
v0.8.5
2024-10-14 23:11:37 +01:00