716af59393
fix: clear top margin for nested list recursively ( #280 )
...
* fix: clear top margin for nested list children
* chore: run `npm run build:css`
2024-02-06 22:04:37 +00:00
7191e25958
fix: set top margin to zero for nested list ( #276 )
v0.7.2
2024-02-03 09:09:16 -05:00
c630805511
fix: details toggle display issue ( #273 )
...
when more than two lines of summary are provided
2024-02-02 23:37:54 +00:00
cb274c8ac5
feat: add canonical to head.html ( #269 )
...
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 "
---
2024-02-01 22:52:41 +00:00
fbe1aac123
i18n: add german translation ( #271 )
...
Signed-off-by: Achim Krämer <39946364+pxlfrk@users.noreply.github.com >
2024-02-01 22:48:22 +00:00
ff8f2537ca
fix: accurate editURL
resolution in translated sites ( #264 )
2024-01-21 10:33:49 +00:00
728fe21ef1
chore: add canonical URL to head template ( #261 )
2024-01-19 21:56:21 +00:00
fc964f11a6
showcase: clever cloud documentation ( #262 )
2024-01-19 21:34:32 +00:00
09e9f52019
chore(i18n): add Czech translation ( #246 )
...
Czech translation
2024-01-10 14:52:58 +00:00
f5e4283961
chore: add rel="me" attribute to Mastodon navbar icon ( #243 )
...
* 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
v0.7.1
2024-01-08 18:25:54 +00:00
10f1d85ab4
docs: update zh-cn translation ( #236 )
...
* Update customization.zh-cn.md
* Translate: Update translation of outdated docs
* Fix error
2024-01-08 18:24:38 +00:00
fd9a87a86a
fix(docs): add editURL.enable = true ( #245 )
...
The MR documents the requirement to enable editURL setting.
[A prior commit](04a5c7378a (diff-5311bf4e1519696010f8298385d9de30210dfcd9dee8785f6deba3a084b62eecL26)
) the behavior changed from a default of "disable = false" to a default of "enabled = false".
2024-01-08 18:22:15 +00:00
1f9e7c8b39
chore: add Codeberg icon ( #244 )
2024-01-08 18:19:37 +00:00
7772313a53
docs: correct editURL config instruction ( #215 )
...
* docs: fix the documentation error about editURL
* docs: fix the documentation error about editURL
* Update configuration.md
* Update configuration.zh-cn.md
---------
Co-authored-by: Xin <xin@imfing.com >
2023-11-21 20:50:29 +00:00
7f0a35ab48
chore: add Osuny to showcase ( #218 )
2023-11-21 08:36:06 -05:00
35c733b7ee
chore: increase time for "copied" animation duration ( #214 )
...
* align-logo-footer
add vertical align 2px for logo footer
* modify logo align in footer
* noobie things
* modify logo & vertical align
* build css
* revert change in icons.yaml
* increase duration for copied button effect
* Update hugo_stats.json
* Update main.css
* Update footer.html
* modify timeout to 1000 (1sec)
2023-11-21 00:07:14 +00:00
aad68d8afd
chore(style): better footer logo alignment ( #212 )
2023-11-18 15:31:30 +00:00
d58a8b5469
feat: exclude page from sidebar ( #209 )
...
* feat: allow excluding page from sidebar
* chore: tidy up
* docs: add instruction for excluding a page from sidebar
* feat: allow hiding sidebar for pages
* chore: add comment
v0.7.0
2023-11-17 23:00:05 +00:00
64ac97b2d6
feat: allow overriding poweredBy in footer ( #207 )
2023-11-17 02:03:40 +00:00
27c976bcc1
feat: display author avatar images in blog post ( #204 )
...
* 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
2023-11-17 01:49:18 +00:00
d675d3bc7b
feat: support separator in sidebar ( #199 )
...
* feat: support adding pages as separator for sidebar
* Update sidebar.html
2023-11-12 14:03:30 +00:00
456c96921a
typo: fix typos in sidebar.html ( #203 )
...
@OliverWu515 finds this issue, I help pr this. Hope it helps. The theme helps a lot for our org to build our documents. We found this issue when we use it.
2023-11-12 13:47:20 +00:00
c2d7ba8ce5
fix: code copy issue for code blocks in shortcode ( #201 )
...
* chore: add translation key for copy code button title
* chore: remove id from code block elements
* fix: copy the correct code target in code-copy.js
* chore: update details.md
* chore: remove console.log :)
* chore: remove `$` in shell commands
* chore: update docs
2023-11-12 01:14:39 +00:00
8801a04ebe
feat: add include
shortcode ( #198 )
2023-11-11 00:10:32 +00:00
21b0acdec5
chore: improve cards compatibility with steps ( #197 )
v0.6.5
2023-11-10 23:45:42 +00:00
c0a1bc32dd
fix: ensure relref in search index is properly rendered ( #196 )
...
* fix: ensure relref in search index is properly rendered
* chore: remove empty whitespace
v0.6.4
2023-11-10 22:21:54 +00:00
4ea18168e3
fix: correctly set editURL in front-matter ( #195 )
2023-11-10 22:03:08 +00:00
23c84e124c
fix: navbar url for multi-lang site ( #193 )
...
* fix: image URL in feature card
* fix: use relLangURL of pageRef for navbar entries
2023-11-10 17:45:44 +00:00
678f0b86ee
fix: htmlUnescape toc title ( #190 )
v0.6.3
2023-11-05 10:26:00 +00:00
defc9bc11b
fix(docs): showcase starter template URL ( #189 )
...
* Update URl for Hextra Starter Template
* Update index.md
---------
Co-authored-by: Saurabh Mishra <saurabh.m@mailfence.com >
Co-authored-by: Xin <xin@imfing.com >
2023-11-05 10:09:58 +00:00
363c8c91ee
fix: scroll bug due to incorrect toggle state ( #186 )
...
* fix: add mobile menu overlay to toggle body scroll
* chore: update styles
v0.6.2
2023-11-03 20:39:36 +00:00
088e9f7821
fix(style): add backdrop to code copy button ( #185 )
...
* fix(style): add backdrop to code copy button
* chore: run build:css
2023-11-02 22:43:50 +00:00
7be079f504
i18n: update es.yaml ( #180 )
...
* Update es.yaml
Update spanish translations, using keys from `zh-cn.yaml`.
* Update es.yaml
---------
Co-authored-by: Xin <xin@imfing.com >
v0.6.1
2023-11-01 20:28:29 +00:00
10ba5533e5
i18n: refactor translations for docs site ( #181 )
...
* i18n: move some translations under example site
* chore: update i18n/ja.yaml
* i18n: update zh-tw.yaml
* i18n: update fr.yaml
* i18n: update pt.yaml
* i18n: update ko.yaml
* i18n: update nb.yaml and nn.yaml
* i18n: update sw.yaml
* i18n: update vi.yaml
* i18n: update sw.yaml
* docs: clean up ja site as it's incomplete
2023-11-01 20:26:54 +00:00
433beed666
fix: plainify Toc headings ( #178 )
2023-10-31 23:14:42 +00:00
56a87e559d
i18n: update pt.yaml ( #174 )
...
Update the Portuguese translation.
2023-10-31 09:15:51 +00:00
9d68f7c71a
docs: minor update deploy site doc
2023-10-31 09:14:46 +00:00
e3f6069968
chore: support services.googleAnalytics.ID
( #173 )
...
* chore: support `services.googleAnalytics.ID`
and deprecate `site.googleAnalytics`
* chore: remove warning
2023-10-30 23:48:48 +00:00
de1286c7fc
i18n: Add language strings for Norwegian bokmål and Norwegian nynorsk ( #172 )
...
The two main written languages in Norway.
2023-10-30 22:42:30 +00:00
c0a1d5cb67
chore(i18n): add French translation ( #166 )
...
* Create fr-fr.yaml
* Rename fr-fr.yaml to fr.yaml
* Modify Showcase
showcase ressemble a vitrine mais je pense que laissé showcase n'est pas problématique
* Remove comments
* Resolve duplicate
duplicate
Co-authored-by: Xin <fuxin1997@gmail.com >
* correction
résultats à la place de résulats (classique)
Co-authored-by: Xin <fuxin1997@gmail.com >
---------
Co-authored-by: Xin <fuxin1997@gmail.com >
2023-10-29 17:57:45 +00:00
50f1b084ae
chore(icons): add linkedin
...
[skip ci]
2023-10-29 17:55:27 +00:00
0d629b67b9
docs: add instructions for configuring layouts ( #167 )
2023-10-29 17:52:34 +00:00
7c902b4eb9
chore(style): enhance not-prose elements styling ( #163 )
...
* chore(css): improve not-prose tags styling
* fix: typo
* chore(style): improve appearance in prose
* feat: support icon in callout shortcode
* chore: add RSS badge to blog list page
* chore: run build:css
* chore: run build:css
* chore: remove unused CSS
* chore: add footer.enable explicitly to config
* chore: use `where` pseudo class for more prose elements
* chore: run build:css
* chore: remove blank space
* chore: rebuild css
* chore: update figure css
2023-10-29 15:19:31 +00:00
9744b4d727
feat: option to show tags for blog list ( #161 )
...
* feat: option to show tags for blog list
* chore: update hugo_stats.json
v0.6.0
2023-10-28 15:56:58 +01:00
34aecec9d4
docs: fix some spelling mistakes ( #159 )
...
* chore: fix README.md
* docs: minor fix the docs site
2023-10-27 23:15:06 +01:00
15ea31c389
docs: add Deploy Site page ( #158 )
...
* docs: add Deploy Site page
* docs: update deploy-site.md
2023-10-27 23:09:38 +01:00
141e0d8f8c
fix(style): remove sidebar item extra padding and gap ( #155 )
...
* fix: remove sidebar item extra padding and gap
* chore: run build:css
2023-10-27 14:57:48 +01:00
2d2e8aec4c
fix(style): remove padding for highlighted code ( #157 )
...
* fix(style): remove padding for highlighted lines
* chore: run build:css
2023-10-27 14:56:39 +01:00
c6f432566d
docs: update editURL description ( #154 )
2023-10-27 05:39:31 -04:00
ae01ac08b6
feat: improve Cards link behaviour ( #153 )
...
* clickable feature-card when a link is provided
* unclickable card when no link is provided
---------
Co-authored-by: Xin <xin@imfing.com >
2023-10-26 23:13:24 +01:00