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-06-11feat(article): GitLab Snippets Shortcode (#627)rmdhnreza
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-03-20fix(exampleSite): cn.md -> zh-cn.mdJimmy Cai
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): 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-02-27feat(article): add link to translated content (#511)Jimmy Cai
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-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-10-23refactor(menu): use .Params.icon to configure menu item icon (#400)Jimmy Cai
2021-09-24fix(shortcodes): mixed content error with bilibili and tencent video (#365)zhixuan
2021-06-12fix(typo): change 'a ex.*' for 'an ex.*' (#213)k
In order to fix this kind of typo, the (not sophisticated) Regular Expression: `[a-zA-Z] [aA] [aeiouAEIOU]` was ran. That Regular Expression matches some good written sentences like `a User`, therefore, those has been omitted.
2021-03-07refactor: add exampleSite menu using FrontMatter (#167)Jimmy Cai
2020-12-22refactor(article): remove color tag & add custom category color (#75)Jimmy Cai
closes: https://github.com/CaiJimmy/hugo-theme-stack/issues/71
2020-11-01Merge branch 'master' into template-searchJimmy Cai
2020-10-26fix(exampleSite): remove Instagram shortcodeJimmy Cai
ref https://github.com/gohugoio/hugo/issues/7866 closes https://github.com/CaiJimmy/hugo-theme-stack/issues/41
2020-10-10Merge branch 'master' into template-searchJimmy Cai
2020-10-09test: add CJK taxonomy to example postJimmy Cai
2020-10-09Merge branch 'master' into fixRomain
2020-10-09Fix tags and categories using GetTermsromainx
See [documentation](https://gohugo.io/templates/taxonomy-templates/#display-a-single-piece-of-contents-taxonomies)
2020-10-09Merge branch 'master' into template-searchJimmy Cai
2020-10-09doc(exampleSite): add lastmod field to about pageJimmy Cai
To test last updated output
2020-09-26feat(exampleSite): add search page and widgetJimmy Cai
2020-09-13refactor: rename archive -> archivesJimmy Cai
2020-09-09doc(exampleSite): add Chinese test postJimmy Cai
2020-09-08doc(exampleSite): Remove unused markdown filesJimmy Cai
2020-09-06feat(article): custom license per articleJimmy Cai
2020-09-06feat(exampleSite): add featured images from Unsplash for demo siteJimmy Cai
2020-08-24feat: add exampleSiteJimmy Cai