Commit Graph

167 Commits

Author SHA1 Message Date
1AoB
e396ac5e41 change README 2023-11-02 09:37:39 +08:00
1AoB
b31b2054ea change README 2023-11-02 09:35:21 +08:00
1AoB
d2359044d0 change README 2023-11-02 09:32:28 +08:00
1AoB
3f80904b87 change README 2023-11-02 09:29:35 +08:00
1AoB
e5100f9e18 change about 2023-11-02 00:51:10 +08:00
1AoB
631a1d7a18 change about 2023-11-02 00:48:38 +08:00
1AoB
2f0aae048d change about 2023-11-02 00:47:39 +08:00
1AoB
3c2ef63b58 change about 2023-11-02 00:42:17 +08:00
1AoB
149415a6cd change about 2023-11-02 00:41:17 +08:00
1AoB
a3d3f11f6d change about 2023-11-02 00:40:08 +08:00
1AoB
2de7a2ca2e change about 2023-11-02 00:38:38 +08:00
1AoB
bacb359913 change about 2023-11-02 00:36:00 +08:00
1AoB
83c691d404 change about 2023-11-02 00:34:15 +08:00
1AoB
0d533b37f2 change about 2023-11-02 00:32:28 +08:00
1AoB
21d6b82cb7 change about 2023-11-02 00:28:55 +08:00
1AoB
6239ef10ee change about 2023-11-02 00:01:37 +08:00
1AoB
dde0deedf5 change about 2023-11-01 23:58:15 +08:00
1AoB
b0d70df8ab change about 2023-11-01 23:55:58 +08:00
1AoB
7c78a41264 change about 2023-11-01 23:52:18 +08:00
1AoB
d245ec0d77 change about 2023-11-01 23:48:25 +08:00
1AoB
9c06fe1377 change about 2023-11-01 23:44:47 +08:00
1AoB
2062b8604e change about 2023-11-01 23:41:09 +08:00
1AoB
3dc4b45f9c change about 2023-11-01 23:40:14 +08:00
1AoB
6a7a5c1015 change about 2023-11-01 23:36:50 +08:00
1AoB
6792e10ae8 change about 2023-11-01 23:31:04 +08:00
1AoB
96f76200f7 change about 2023-11-01 23:29:33 +08:00
1AoB
dbbe99c608 change about 2023-11-01 23:24:41 +08:00
1AoB
687521155b change about 2023-11-01 23:21:24 +08:00
1AoB
6a0ab925b9 change about 2023-11-01 23:16:54 +08:00
1AoB
1762f7f690 change about 2023-11-01 23:15:14 +08:00
1AoB
5d6eff5199 change about 2023-11-01 22:56:42 +08:00
1AoB
84b29f3057 change about 2023-11-01 22:53:11 +08:00
1AoB
46717e4ba6 change about 2023-11-01 22:50:28 +08:00
1AoB
85aec98277 change about 2023-11-01 22:47:15 +08:00
1AoB
4e8dddfb5e change about 2023-11-01 22:37:34 +08:00
1AoB
d3cfe505d2 change about 2023-11-01 22:36:30 +08:00
1AoB
ce40aeb325 change about 2023-11-01 22:35:19 +08:00
1AoB
5d5c0f07c0 change about 2023-11-01 22:34:27 +08:00
1AoB
04ce910b7d change about 2023-11-01 22:30:26 +08:00
1AoB
7d5fdede77 change Wxn's blog 2023-11-01 22:15:31 +08:00
1AoB
c68a67c8f4 change Wxn's blog 2023-11-01 22:11:43 +08:00
Jimmy Cai
70bcf9cbe0 doc: added a note that exampleSite should not be used as a starter template 2023-09-07 21:30:32 +02:00
Brandon Szeto
5d90624441
doc: Inline math example previously not working as intended (#834)
Inline math example previously not working as intended
2023-08-16 14:21:23 +02:00
Jimmy Cai
41c3033d1a
feat(article): add style to <kbd> tag (#862)
* fix: set `unsafe` to true for exampleSite

To display `<kbd>` tag correctly

* feat(article): add style to `kbd` tag

* feat: improve `<kbd>` style
2023-08-15 13:15:32 +02:00
Jimmy Cai
cabaf06ef2
fix: custom params on the language top level is deprecated (#857)
* fix: custom params on the language top level is deprecated

New with Hugo 0.112.0

closes #853

* ci: upgrade Netlify CI Hugo version to 0.117.0
2023-08-12 12:20:19 +02:00
Rich
51e0ec7f99
feat: allow footer copyright to be different to the site title (#839)
* Allow copyright to be different to the site title

* Add copyright to exampleSite
2023-08-12 11:29:56 +02:00
Jimmy Cai
b03390d237
Revert "Merge branch 'canary' into master" (#712)
Revert "Merge branch 'canary' into master (#711)"

This reverts commit 8a597a5c9c.
2022-10-29 17:14:19 +02:00
Jimmy Cai
8a597a5c9c
Merge branch 'canary' into master (#711)
* refactor(i18n): simplify the structure of the translation file

* chore: prepare repository for v4.0.0-alpha

* chore: modify go.mod to v4

* refactor: migrate theme configuration to TOML

* fix: exampleSite not using correct theme

* feat: add favicon from assets folder

* refactor: drop linear grandient background feature

remove node-vibrant from dependencies

* feat: use Hugo's code block render hook to implement code copy button

Now it can have i18n support

* refactor: delete color.ts

* refactor: delete Emoji support post from example site

* refactor: drop support for `hidden` field in front matter

* feat: upgrade to PhotoSwipe v5

* chore: bump the required hugo version to 0.100.0

* refactor: remove PhotoSwipe from external.yaml

* fix: extra margin in search result

* fix: incorrect markdown heading level in example site

* refactor: remove some usages of `default` in template

No longer needed thanks to Hugo's configuration merge

* fix: one line codeblock style in firefox

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/564

* feat: add style to new codeblock

* feat: i18n support for codeblock copy text

* fix(menu): jitter when closing menu

It's caused by flexbox gap property, which can't animate

* fix(search): long text overflows under the Search icon

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/515
2022-10-29 17:02:24 +02:00
FarisZR
70f431ea18
feat: add a separate configuration field for site description (#672)
* Add an optional site description option

* Add site description to the example site (Chinese Auto-translated)
2022-10-22 11:56:38 +02:00
TsaiRongFu
378370f6db
docs: update the notes about favicon in the configuration file (#670)
* Update the notes about favicon in the configuration theme

* Update note about favicon

Co-authored-by: Jimmy Cai <github@jimmycai.com>
2022-10-02 11:56:56 +02:00