Jimmy Cai and GitHub
7b2fda70a4
fix: one line codeblock style in firefox
...
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/564
2022-06-12 14:06:08 +00:00
Jimmy Cai and GitHub
de22945155
fix: incorrect markdown heading level in example site
2022-06-12 12:40:40 +00:00
Jimmy Cai and GitHub
6e5956b905
refactor: delete Emoji support post from example site
2022-06-12 11:42:13 +00:00
Jimmy Cai and GitHub
ba3dbc4163
feat: add favicon from assets folder
2022-06-12 10:50:04 +00:00
Jimmy Cai and GitHub
7d838dc7fd
fix: exampleSite not using correct theme
2022-06-12 10:39:27 +00:00
Jimmy Cai and GitHub
2d9c27a7c6
refactor: migrate theme configuration to TOML
2022-06-12 10:27:18 +00:00
rmdhnreza and GitHub
3d09c23284
feat(article): GitLab Snippets Shortcode ( #627 )
2022-06-11 11:04:20 +02:00
Mehedi Hasan and GitHub
49c0a2bc56
feat(i18n): add Bengali translation ( #625 )
2022-06-09 20:48:24 +02:00
luoboQAQ and GitHub
9eec31f0b6
feat(comment): Update Waline to V2 version ( #616 )
...
* ✨ feat(comment): 更新Waline至V2版本
* 保留placeholder属性
2022-06-08 18:30:52 +02:00
955bb8dd7f
feat(shortcodes): add quote shortcode, and example ( #414 )
...
* Add quote shortcode, and example
* Use trim to improve whitespace
* Allow for quote with neither author nor source
* Format code and move quote.scss to article.scss
This style is only used on the article page, so it makes more sense to have it there.
Co-authored-by: Jimmy Cai <github@jimmycai.com >
2022-06-08 17:59:23 +02:00
Zsombor Udvardy and GitHub
add8f364e0
feat(i18n): add Hungarian translation ( #584 )
2022-06-05 18:00:05 +02:00
Jimmy Cai and GitHub
de952be116
fix(exampleSite): cn.md -> zh-cn.md
2022-03-19 23:16:58 +00:00
Hugoo and GitHub
1cfd39c627
feat(i18n): add Catalan translation ( #557 )
2022-03-20 00:14:26 +01:00
Konnyaku and GitHub
da6a50ddb5
feat(i18n): add Chinese(Hong Kong) translation ( #560 )
2022-03-20 00:05:12 +01:00
zhixuan and GitHub
2671f292fd
fix(exampleSite): wrong zh-cn about page filename ( #562 )
2022-03-20 00:00:08 +01:00
Jimmy Cai and GitHub
7d1713d407
refactor(i18n): use lowercase language codes
...
Related with this Hugo issue: https://github.com/gohugoio/hugo/issues/7344
2022-03-09 15:04:24 +00:00
Jimmy Cai and GitHub
b5d0c5b37d
fix(exampleSite): cn -> zh-CN
2022-03-09 14:59:36 +00:00
Jimmy Cai and GitHub
c122e5e9a1
chore(exampleSite): remove extra home menu item
2022-03-04 08:47:51 +00:00
Jimmy Cai and GitHub
15d2040f7e
chore(exampleSite): fix home menu item highlight
2022-03-04 08:46:27 +00:00
Jimmy Cai and GitHub
c4e864a08d
doc(exampleSite): move chinese-test post to /cn
2022-03-04 08:41:47 +00:00
FarisZR and GitHub
0d0375a7fc
feat: add RTL Support and update demo site to Show Arabic/RTL content ( #519 )
...
* add LanguageDirection variable
* add .direction-rtl and .direction-ltr clases
* margin -right > margin-inline-end
* keep Codeblocks LTR
* switch to logical properties
* left -> inset-inline-start
* Add Arabic/RTL placeholder text
* Add arabic language
* remove space
* use Html Dir instead of class
* Move codeblock code to layout/article.css and fix 4 spaces codeblocks
* remove unused clases
2022-03-04 00:25:34 +01:00
Jimmy Cai and GitHub
86ad00cf8c
doc: add categories widget to exampleSite
2022-03-03 22:48:26 +00:00
Jimmy Cai and GitHub
b3b8fa73ef
feat(article): add link to translated content ( #511 )
2022-02-27 09:48:57 +01:00
Jimmy Cai and GitHub
4d552a9df5
feat: article page widget support ( #488 )
...
* feat: article page widget support
* refactor: get rid of article toolbar
Same 3 column layout for article page and homepage
* add missing space
2022-02-26 23:45:25 +01:00
Jimmy Cai and GitHub
d75dbe2b6e
fix: copy code button does not work when line number is enabled ( #487 )
...
* fix: copy code button does not work when line number is enabled
* fix pre style
* Add gist shortcode to exampleSite
2022-02-06 20:32:37 +01:00
Jimmy Cai and GitHub
88beecd101
fix: hyperlinked image ( #485 )
...
* fix: hyperlinked image
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/410
* feat: add support to inline images
* Remove unused code
* Remove data-alt-html
2022-02-06 19:58:10 +01:00
Marcel and GitHub
7dc5def217
feat(comments): add https://cactus.chat support ( #298 )
...
* feat: Add https://cactus.chat as comments provider
* Add cactus comments config fields to exampleSite
* Add cactus css and js to external.yaml and move custom cactus css to html
* Remove unneeded cactus comments css
* Load external dependencies for cactus comments in the comments provider
* Use safeJS instead of safeHTML
2022-01-23 13:10:00 +01:00
zhixuan and GitHub
0af9d23e49
feat(article): add scroll for table ( #428 )
...
* feat: table can't scroll & delete scrollbar style for Chromium
* Undo some line breaks
* Add a table with overflow to exampleSite
2022-01-20 12:09:25 +01:00
Jimmy Cai and GitHub
a669b60cdd
chore(exampleSite): make default pages use page bundle feature
...
To avoid confusions
2021-12-28 10:33:48 +00:00
Jimmy Cai and GitHub
455e23f22b
feat: page links ( #446 )
2021-12-28 11:28:20 +01:00
Jimmy Cai and GitHub
4e2c8e74be
fix: add missing diff syntax highlight ( #445 )
...
closes: https://github.com/CaiJimmy/hugo-theme-stack/issues/434
2021-12-28 10:48:22 +01:00
zhixuan and GitHub
497643b363
feat: add alt message for archive & related contents images ( #411 )
2021-12-04 21:05:53 +01:00
volodymyrmarkiv and GitHub
a7d316365c
feat(i18n): add Ukrainian translation ( #404 )
2021-10-30 21:22:08 +02:00
TonyPepeBear and GitHub
ea74aecadb
feat(i18n): add zh-TW ( #402 )
2021-10-30 21:18:02 +02:00
Jimmy Cai and GitHub
661e59b85d
feat: social menu ( #401 )
2021-10-23 11:58:55 +02:00
Jimmy Cai and GitHub
7c59ac7713
refactor(menu): use .Params.icon to configure menu item icon ( #400 )
2021-10-23 09:18:44 +02:00
Christos Manios and GitHub
ca9dcc870d
feat(i18n): add Greek translation ( #378 )
2021-10-22 16:12:44 +02:00
Ar-ruk Kachen and GitHub
913a4e8898
feat(i18n): Thai language ( #396 )
2021-10-17 12:34:19 +02:00
WingLim and GitHub
d8c9468c68
feat(comments): add Cusdis support ( #372 )
...
* feat: add cusdis support
* docs: add cusdis example config
2021-10-01 16:38:37 +02:00
zhixuan and GitHub
57bfea8338
fix(shortcodes): mixed content error with bilibili and tencent video ( #365 )
2021-09-24 20:32:53 +02:00
QIN2DIM and GitHub
7845f5dfe7
feat(config): add hasCJKLanguage parameter ( #360 )
2021-09-24 20:22:58 +02:00
Cookiekira and GitHub
66bd8a2997
feat(comments): add Gitalk support ( #351 )
2021-09-18 10:03:08 +02:00
Jimmy Cai and GitHub
5693c4bf7a
doc: add markup.goldmark.renderer.unsafe option in config.yaml
2021-09-03 19:05:10 +02:00
Franziskus Kiefer and GitHub
fe94466ec4
fix(config): doc link ( #323 )
2021-08-24 12:16:27 +02:00
9f734a0647
feat(comments): DisqusJS integration ( #307 )
...
* add comment provider: DisqusJS
* Simplify `if` condition, and format code
* Load disqusjs.scss only when it's enabled
* Use `let` instead of `var`
Co-authored-by: sspirits <admin@lv5.moe >
Co-authored-by: Jimmy Cai <github@jimmycai.com >
2021-08-15 19:19:51 +02:00
c4cd4bf9a1
feat(comments): giscus integration ( #304 )
...
Co-authored-by: Jimmy Cai <github@jimmycai.com >
2021-08-15 12:03:59 +02:00
Jimmy Cai and GitHub
4a0cbac234
feat(menu): support open an entry in new tab ( #294 )
...
* feat(menu): support open an entry in new tab
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/230
* Revert change in markup.tableOfContents.ordered
* Upgrade Netlify Hugo version
* doc: require Hugo Extended >= 0.87.0
2021-08-08 17:39:33 +02:00
7b51bea912
feat(comment): add Twikoo support ( #286 )
...
* Create twikoo.html
* Upgrade to Twikoo 1.4.3 and add `lang` param
* Add twikoo section in config.yaml
Co-authored-by: Jimmy Cai <github@jimmycai.com >
2021-08-04 20:49:21 +02:00
giacomocarrozzo and GitHub
910d93b4ce
feat(i18n): Italian translation ( #281 )
2021-07-29 15:59:15 +02:00
dcfc7b5589
feat(article): reading time ( #204 )
...
* add reading time feature
* Revert change in jsconfig.json
* feat: add article.readingTime param, and improve style
* Revert change in jsconfig.json x2
* Remove reading time in compact layout
It doesn't look right to me for now
* feat: add i18n support to reading time string
* Hide footer.article-time when there's not content
Co-authored-by: Jimmy Cai <github@jimmycai.com >
2021-07-23 18:37:30 +02:00