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-29fix: incorrect menu URL when baseURL is a subpath (#713)HEADmasterJimmy Cai
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-29release: 3.16.0v3.16.0Jimmy Cai
2022-10-29fix(article): frontmatter field `.ReadingTime` should overwrite global ↵Jimmy Cai
configuration (#710)
2022-10-29style: fix indentJimmy Cai
2022-10-29feat: add `rel=me` to social links (#707)Tom Morris
Adds rel-me to social links [rel="me"] is a commonly used way to show that that two websites or social media accounts are the same, and is used for authentication and proving site ownership in a variety of ways. [rel="me"]: https://indieweb.org/rel-me
2022-10-22release: 3.15.0v3.15.0Jimmy Cai
2022-10-22feat(page): add `keywords` front matter field for better SEO (#664)gursi26
* added keywords metadata tag for google SEO * fix: avoid empty keywords meta tag Co-authored-by: Jimmy Cai <github@jimmycai.com>
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-22feat(article): add `readingTime` front matter field to overwrite global ↵Ahmad Helaly
configuration (#701) * add DisableReadTime for articles * change frontmatter disableReadingTime to readingTime
2022-10-21refactor(grid): avoid sidebar layout shift when main content loads slowly (#677)星の光
Co-authored-by: Luguoba <80254980+luguoba@users.noreply.github.com>
2022-10-02release: 3.14.0v3.14.0Jimmy Cai
2022-09-29fix(comments): update Remark42 source code (#683)Dmitry Verkhoturov
update remark42 source code Updated frontend code taken from https://remark42.com/docs/configuration/frontend/
2022-07-31release: 3.13.0v3.13.0Jimmy Cai
2022-07-31feat(comment): add `strict` and `input-position` to Giscus config (#648)辛巳流火
* 添加giscus设置选项 根据giscus官方文档,添加了data-strict和data-input-position设置选项 * feat: add strict and inputPosition to giscus config section Co-authored-by: Jimmy Cai <github@jimmycai.com>
2022-06-11feat(article): GitLab Snippets Shortcode (#627)rmdhnreza
2022-06-11release: 3.12.0v3.12.0Jimmy Cai
2022-06-11fix(comments): Twikoo dark mode emoji selector backgroundJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/583 credit: https://github.com/CaiJimmy/hugo-theme-stack/issues/583#issuecomment-1096270207 (@rmdhnreza)
2022-06-09fix: check if DISQUS is loaded before accessing it (#626)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/571
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-05chore: update twikoo version to 1.5.11 (#613)Weltolk
2022-06-05fix: read `imageProcessing.cover.enabled` correctly (#621)Jimmy Cai
2022-06-05refactor: rename "Related contents" to "Related content" (#567)Spence Churchill
2022-03-20release: 3.11.0v3.11.0Jimmy Cai
2022-03-20fix(vssue): Vue version compatibility (#546)慕枫Go
2022-03-06release: 3.10.0v3.10.0Jimmy Cai
2022-03-06feat: same container width on all pages (#534)Jimmy Cai
2022-03-05Resolve merge conflictJimmy Cai
2022-03-05Merge branch 'fix-rss-pctx' of https://github.com/nella17/hugo-theme-stack ↵Jimmy Cai
into nella17-fix-rss-pctx
2022-03-05fix: remove section filter in rss.xmlJimmy Cai
2022-03-04release: 3.9.0v.3.9.0Jimmy Cai
2022-03-04feat: new left sidebar layout (#524)Jimmy Cai
* feat: more compact menu style * add compact option to sidebar * fix mobile menu style
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-04feat(widget): add category widget (#475)Felix Niederwanger
* Add category widget Adds the ability to add a category to the widgets. * Adapt to new widget scheme Co-authored-by: Jimmy Cai <github@jimmycai.com>
2022-03-04refactor: add flexbox gap to .article-detailsJimmy Cai
2022-03-04refactor: Use flexbox gap (#520)Jimmy Cai
2022-03-03Revert "fix(RSS): hidden post visible on feed (#514)" (#517)Jimmy Cai
2022-03-03fix(RSS): page context selectionAllen Guan
2022-03-02feat(comments): add lang option for giscus (#498)zhixuan
2022-03-02fix(RSS): hidden post visible on feed (#514)Allen Guan
2022-02-27feat: multilingual site switch (#512)Jimmy Cai
* feat: multilingual site switch * fix menu item margin switch to flexbox gap
2022-02-27feat(article): add link to translated content (#511)Jimmy Cai
2022-02-27chore: update twikoo version to 1.4.18 (#496)v3.9.0-alphaJesseJeson
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-06release: 3.8.0v3.8.0Jimmy Cai
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-23fix(comments): fix cactus commentsJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/470
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