Maxwell Jay
ba7707d4d9
docs: add showcase - HITSZ OpenAuto ( #373 )
...
* docs: add showcase - HITSZ OpenAuto
* alter showcase image
* Update index.md
* Update index.zh-cn.md
---------
Co-authored-by: Xin <xin@imfing.com>
2024-04-28 11:30:06 +01:00
Kowyo
234fd39254
docs: fix deploy-site zh-cn lang filename ( #371 )
2024-04-24 12:39:32 +02:00
Xin
4a7ab16695
docs: fix deploy site title
2024-04-23 22:20:01 +02:00
Xin
19852552c6
docs: update zh-cn sidebar titles
2024-04-23 22:16:55 +02:00
Xin
80a1692ade
docs: fix deploy-site zh-cn lang filename
2024-04-23 22:08:06 +02:00
纳兰音韵
81720c7727
docs: update zh-cn translation ( #365 )
2024-04-21 11:46:21 +01:00
Xin
bf38320797
chore: 2023 -> 2024
2024-04-17 21:36:25 +00:00
Kowyo
e4cdabff12
docs(i18n): add zh-cn translation of RSS button ( #353 )
...
I notice that RSS button is missed when switching language to Chinese in the documentation of Hextra. It's added now in this PR, hope it helps.
2024-04-06 09:59:27 +02:00
Xin
6d4bbac085
feat: support sort blog post list page ( #348 )
2024-04-02 08:52:26 +01:00
Xin
1936b46af4
docs: add more projects to showcase
2024-03-31 23:31:27 +01:00
Xin
ab9e40effd
chore: add quicklink script to head in doc site
2024-03-31 22:24:24 +01:00
Xin
5080877576
feat: configurable cols for feature-grid shortcode ( #342 )
...
* feat: configurable cols for feature-grid shortcode
* chore: update css files
* chore: add hextra prefix to cards css var
* chore: rebuild css
2024-03-31 22:06:26 +01:00
Xin
24fb13b221
refactor: extract card shortcode to partial ( #339 )
...
* refactor: extract card shortcode to partial
* chore: update hugo stats
2024-03-31 11:06:47 +01:00
Xin
ef536af9e8
fix: typo in code-copy.css
...
* regenerate css and update hugo stats json
2024-03-28 09:33:35 +00:00
Xin
d8351aa432
feat: allow enable/disable code block copy button ( #331 )
...
* refactor: move codeblock to a partial component
* feat: add flags for code block copy button
* allow disable code copy button completely
* allow make the copy button always visible
* chore: run build:css
2024-03-28 07:32:51 +00:00
Xin
741a640b1a
fix: update dead link for Porter
2024-03-20 10:38:35 +00:00
Xin
29e70c8b21
fix: code copy button is invisible when hover ( #323 )
...
* fix: code copy button is invisible when hover
* chore: update hugo_stats.json file
2024-03-18 18:37:47 +00:00
loenvom
c634cb83eb
feat: support customize flexsearch tokenize option ( #319 )
...
Co-authored-by: loenvom <loenvom@qq.com>
2024-03-17 18:50:22 +00:00
Goudarz Jafari
22d4737b99
fix: RTL Steps
FileTree
, feat: Add Persian number for ol
label counter and Steps ( #314 )
...
* fix: RTL Steps in steps.html file
* feat: Add bidirectional support
* fix: RTL problem
* fix: RTL problem, feat: Add Persian CSS counter
* feat: Add Persian for ol counter
* fix: styling text
* Add ol output example
* fix: RTL problem
* fix some issue
* fix some issue
* fix some issue
2024-03-05 07:47:29 +00:00
Xin
07b67ff112
fix: module imports should be array in hugo config
2024-03-01 23:40:55 +00:00
Xin
5c7303bee7
feat: add hx-
prefix to Hextra Tailwind CSS classes ( #300 )
...
* feat: add prefix to tailwind css classes
* fix: remove unnecessary prefixes
* fix: add missing prefix in other places
* chore: regenerate hugo_stats.json
* chore: run `npm run build:css`
* chore: add `hx-` prefix to _index.fa.md
* fix: lang switcher display issue
* fix: add `hx-` prefix to showcase/index.fa.md
* fix: lang switch param mistake
2024-02-20 22:59:31 +00:00
Xin
0e312d3476
docs: update GitHub Action deploy template
2024-02-20 22:55:54 +00:00
Goudarz Jafari
9995617c66
docs(i18n): add Persian translation and support rtl languageDirection
( #301 )
...
* feat: add persian translation
* Add Persian translation
* Add fa support, languageDirection method in hugo.yaml
* Add languageDirection method
* Update hugo.yaml
* Update baseof.html
2024-02-19 21:40:50 +00:00
Julia March
fc964f11a6
showcase: clever cloud documentation ( #262 )
2024-01-19 21:34:32 +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
John Hogenmiller
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
longlin li
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
Arnaud Levy
7f0a35ab48
chore: add Osuny to showcase ( #218 )
2023-11-21 08:36:06 -05:00
c2tz
aad68d8afd
chore(style): better footer logo alignment ( #212 )
2023-11-18 15:31:30 +00:00
Xin
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
2023-11-17 23:00:05 +00:00
Xin
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
Xin
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
Saurabh Mishra
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
Xin
363c8c91ee
fix: scroll bug due to incorrect toggle state ( #186 )
...
* fix: add mobile menu overlay to toggle body scroll
* chore: update styles
2023-11-03 20:39:36 +00:00
Xin
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
Xin
9d68f7c71a
docs: minor update deploy site doc
2023-10-31 09:14:46 +00:00
Xin
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
Xin
0d629b67b9
docs: add instructions for configuring layouts ( #167 )
2023-10-29 17:52:34 +00:00
Xin
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
Xin
9744b4d727
feat: option to show tags for blog list ( #161 )
...
* feat: option to show tags for blog list
* chore: update hugo_stats.json
2023-10-28 15:56:58 +01:00
Xin
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
Xin
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
Xin
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
rwxguo
c6f432566d
docs: update editURL description ( #154 )
2023-10-27 05:39:31 -04:00
Xin
cf7b669278
docs: add zh-cn translation for home page ( #151 )
...
* i8n: add noResultsFound and clean up zh-cn.yaml
* i8n: add translation for home page
* i18n: translate showcase for zh-cn
2023-10-25 23:32:33 +01:00
Xin
e135f5a6b4
docs: improve icon shortcode documentation ( #149 )
2023-10-25 20:50:15 +01:00
Xin
97e6945c04
feat: add option to set default theme and hide toggle button ( #146 )
...
resolves #135
Light / dark theme can be configured via:
```yaml
theme:
# light | dark | system
default: system
displayToggle: true
```
2023-10-21 22:18:04 +01:00
Xin
93cb788e52
feat(search): support different search index types ( #145 )
...
* add support for different search index types: `content | summary | heading | title`
* resolves #139
2023-10-21 21:00:39 +01:00
Sid
6641d36b98
docs: add using Hextra as Git submodule ( #137 )
...
* docs: update docs relating to getting started and Hugo modules
* docs: add docs to use Hextra as Git submodule, closes #107
* chore: use paragraph instead of callout, refactor docs
* Update getting-started.md
* Update getting-started.md
---------
Co-authored-by: Xin <xin@imfing.com>
2023-10-16 14:28:28 +01:00
Xin
28a20e1e7e
chore: add code copy button icons in js ( #133 )
2023-10-07 20:01:19 +01:00