Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-29Revert "Merge branch 'canary' into master" (#712)Jimmy Cai
Revert "Merge branch 'canary' into master (#711)" This reverts commit 8a597a5c9c861d2bce22a5e06c7667cd9c8e263a.
2022-10-29Merge branch 'canary' into master (#711)Jimmy Cai
* 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-22feat: add a separate configuration field for site description (#672)FarisZR
* Add an optional site description option * Add site description to the example site (Chinese Auto-translated)
2022-10-02docs: update the notes about favicon in the configuration file (#670)TsaiRongFu
* Update the notes about favicon in the configuration theme * Update note about favicon Co-authored-by: Jimmy Cai <github@jimmycai.com>
2022-06-11feat(article): GitLab Snippets Shortcode (#627)rmdhnreza
2022-06-09feat(i18n): add Bengali translation (#625)Mehedi Hasan
2022-06-08feat(comment): Update Waline to V2 version (#616)luoboQAQ
* ✨ feat(comment): 更新Waline至V2版本 * 保留placeholder属性
2022-06-08feat(shortcodes): add quote shortcode, and example (#414)Simon Guest
* 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-05feat(i18n): add Hungarian translation (#584)Zsombor Udvardy
2022-03-20fix(exampleSite): cn.md -> zh-cn.mdJimmy Cai
2022-03-20feat(i18n): add Catalan translation (#557)Hugoo
2022-03-20feat(i18n): add Chinese(Hong Kong) translation (#560)Konnyaku
2022-03-20fix(exampleSite): wrong `zh-cn` about page filename (#562)zhixuan
2022-03-09refactor(i18n): use lowercase language codesJimmy Cai
Related with this Hugo issue: https://github.com/gohugoio/hugo/issues/7344
2022-03-09fix(exampleSite): cn -> zh-CNJimmy Cai
2022-03-04chore(exampleSite): remove extra home menu itemJimmy Cai
2022-03-04chore(exampleSite): fix home menu item highlightJimmy Cai
2022-03-04doc(exampleSite): move chinese-test post to /cnJimmy Cai
2022-03-04feat: add RTL Support and update demo site to Show Arabic/RTL content (#519)FarisZR
* 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-04doc: add categories widget to exampleSiteJimmy Cai
2022-02-27feat(article): add link to translated content (#511)Jimmy Cai
2022-02-27feat: article page widget support (#488)Jimmy Cai
* 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-06fix: copy code button does not work when line number is enabled (#487)Jimmy Cai
* fix: copy code button does not work when line number is enabled * fix pre style * Add gist shortcode to exampleSite
2022-02-06fix: hyperlinked image (#485)Jimmy Cai
* 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-01-23feat(comments): add https://cactus.chat support (#298)Marcel
* 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-20feat(article): add scroll for table (#428)zhixuan
* feat: table can't scroll & delete scrollbar style for Chromium * Undo some line breaks * Add a table with overflow to exampleSite
2021-12-28chore(exampleSite): make default pages use page bundle featureJimmy Cai
To avoid confusions
2021-12-28feat: page links (#446)Jimmy Cai
2021-12-28fix: add missing diff syntax highlight (#445)Jimmy Cai
closes: https://github.com/CaiJimmy/hugo-theme-stack/issues/434
2021-12-04feat: add alt message for archive & related contents images (#411)zhixuan
2021-10-30feat(i18n): add Ukrainian translation (#404)volodymyrmarkiv
2021-10-30feat(i18n): add zh-TW (#402)TonyPepeBear
2021-10-23feat: social menu (#401)Jimmy Cai
2021-10-23refactor(menu): use .Params.icon to configure menu item icon (#400)Jimmy Cai
2021-10-22feat(i18n): add Greek translation (#378)Christos Manios
2021-10-17feat(i18n): Thai language (#396)Ar-ruk Kachen
2021-10-01feat(comments): add Cusdis support (#372)WingLim
* feat: add cusdis support * docs: add cusdis example config
2021-09-24fix(shortcodes): mixed content error with bilibili and tencent video (#365)zhixuan
2021-09-24feat(config): add `hasCJKLanguage` parameter (#360)QIN2DIM
2021-09-18feat(comments): add Gitalk support (#351)Cookiekira
2021-09-03doc: add `markup.goldmark.renderer.unsafe` option in `config.yaml`Jimmy Cai
2021-08-24fix(config): doc link (#323)Franziskus Kiefer
2021-08-15feat(comments): DisqusJS integration (#307)SSpirits
* 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-15feat(comments): giscus integration (#304)zhixuan
Co-authored-by: Jimmy Cai <github@jimmycai.com>
2021-08-08feat(menu): support open an entry in new tab (#294)Jimmy Cai
* 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-04feat(comment): add `Twikoo` support (#286)zhixuan
* 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-07-29feat(i18n): Italian translation (#281)giacomocarrozzo
2021-07-23feat(article): reading time (#204)Bachrul uluum
* 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-23feat(sidebar): add option to disable avatar in left sidebar (#268)Hendra Manudinata
* Allow to disable logo image in left sidebar * Enable sidebar avatar by default for backward compatibility Co-authored-by: Jimmy Cai <github@jimmycai.com>
2021-07-09ci: remove exampleSite/pluginsv2.6.0Jimmy Cai