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
2021-07-07feat(comment/vssue): add parameter 'autoCreateIssue' (#258)慕枫Go
It's default false
2021-06-21feat: Table of Contents (#232)Jimmy Cai
Currently, the new table of contents is disabled by default. I will change that after several versions. ------------- * feat: Table of Content (WIP) * fix: set scratch inside define block * fix(toc): darkmode text color * feat: unify page layout, and add config to disable toc * feat: add scroll-behavior: smooth to html * fix: use <ol> for TOC. And Disable TOC by default for now * refactor: use css flexbox for article page with toc enable toc for example site * feat(i18n): add i18n entry for "Back" and "Table of Contents" * style: remove unused `keep-sidebar` class * doc: add table of contents as feature
2021-06-14feat(comment): add Waline (#200)暁学生
* feat(comment): add Waline * fix: waline client config * fix: waline client config * #200#issuecomment-860025299 * Update config.yaml * Update Waline section of config.yaml * Remove double quote escape Co-authored-by: zhixuan <jinzhixuan666@gmail.com> Co-authored-by: Jimmy Cai <jimmehcai@gmail.com>
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-04-26feat: add Vssue comment (#197)慕枫Go
* 添加Vssue评论插件 * 修复默认代理过期问题 * style(comment/vssue): format html Co-authored-by: Jimmy Cai <github@jimmycai.com>
2021-04-03feat(i18n): add Dutch (#180)miclnl
2021-03-27refactor: add missing i18n option 'es'Matthias Thym
2021-03-27i18n: German translationMatthias Thym
2021-03-07refactor: add exampleSite menu using FrontMatter (#167)Jimmy Cai
2021-02-13feat: Tencent video shortcode and remark42 integration (#143)Jimmy Cai
* 增加remark42的评论系统支持,config中增加对应配置。 * remark42评论系统,语言配置加入到config中,修正切换theme时评论区跟随主题切换。 * - 新增腾讯视频的支持 - 支持通过frontmatter配置在文章中插入音频 * 更新readme * Delete README.md * Create README.md * Remove MetingJS * fix(shortcode/tencent): switch to HTML5 The old one was showing video using Flash. * style(comments): clean remark42 integration code Co-authored-by: wood <wood@hfge.cn> Co-authored-by: Wood <34589275+hfge@users.noreply.github.com>
2021-02-11feat: Google Analytics support (#135)Julian Alarcon
* Added Google Analytics feature * style: load GA script before head/custom * style(config): googleAnalytics field empty by default Co-authored-by: Jimmy Cai <github@jimmycai.com>
2021-02-11fix(utterances): set color scheme on load (#138)Jimmy Cai
* fix(utterances): set color scheme on load Remove utterances.theme option from config.yaml * fix(utterances): restore async tag
2021-01-01refactor(widget/archives): remove .widgets.archives.path configJimmy Cai
The theme will automatically detect the permalink to the archives page.
2020-12-23feat: add option to disable image processing (#83)Jimmy Cai
* feat: add option to disable image processing closes https://github.com/CaiJimmy/hugo-theme-stack/issues/37 * refactor(list): use article/components/header inside default.html * refactor: use .Fill for cover image
2020-12-23feat(darkmode): dark mode toggle (#82)Jimmy Cai
* feat(darkmode): initial support for dark mode toggle * fix(darkmode): add svg icons * feat(darkmode): dispatch onColorSchemeChange event * add head/darkmode * feat(darkmode); add colorScheme config * style: remove empty line * refactor(darkmode): simplify code * style: add comment for darkmode config * i18n support for dark mode toggle * Some renaming
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-12-20feat(footer): add copyright since & custom text (#74)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/55
2020-12-20feat(head): add favicon setting in config.yaml (#73)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/42
2020-12-20refactor(opengraph): add default value for twitter:card (#72)Jimmy Cai
2020-12-15refactor(config): use YAML instead of TOML (#65)Jimmy Cai
* refactor(config): use YAML instead of TOML closes https://github.com/CaiJimmy/hugo-theme-stack/issues/62 * refactor(config.yaml): clear up * style(config): formatting & add i18n comment
2020-12-11feat(sidebar): add support for external avatar (#53)Victor Lourme
add [params.sidebar.avatar] section in config.toml, with 2 fields: local and src Migration guide: - Copy the old value of `params.sidebar.avatar` to `param.sidebar.avatar.src` - Set params.sidebar.avatar.local = true Co-authored-by: Jimmy Cai <jimmehcai@gmail.com>
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-10-05Merge branch 'master' into template-searchJimmy Cai
2020-10-05refactor(config): add line break between sections (#26)Jimmy Cai
For better readability
2020-10-05refactor(config): deprecate article default imageJimmy Cai
Remove [params.defaultImage.article] and [params.defaultImage.articleList] from config.toml
2020-10-04Merge branch 'master' into template-searchJimmy Cai
2020-10-04feat(comments): add utterances supportJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/21
2020-10-04Merge branch 'master' into template-searchJimmy Cai
2020-10-03fix(config.toml): typo Licenced -> Licensed (#22)ress
2020-09-26feat(exampleSite): add search page and widgetJimmy Cai
2020-09-23feat(rss): add RSS templateJimmy Cai
fix: hidden post being shown in RSS output feat: add config to output full content in RSS
2020-09-21feat(article): add KaTeX supportJimmy Cai
2020-09-17ci(netlify): move `plugins` folder to exampleSiteJimmy Cai
2020-09-17feat(article): better syntax highlight styleJimmy Cai
Adapt to light & dark mode
2020-09-13fix: use absLangURL for menu urlJimmy Cai
To avoid problem when the site is hosted in subdirectory
2020-09-13feat: add avatar placeholder to assets/imgJimmy Cai
2020-09-13refactor: rename archive -> archives in config.tomlJimmy Cai
And rename SVG icon.
2020-09-13refactor: rename archive -> archivesJimmy Cai
2020-09-13doc(config.toml): change baseurl to https://example.comJimmy Cai
Following Hugo theme showcase guideline
2020-09-11refactor(head): remove favicon outputJimmy Cai
It's better to use favicon generator tools, and paste HTML in head/custom.html
2020-09-11refactor(head/opengraph): split code into modulesJimmy Cai
2020-09-11feat(image): add article and article list default image settingsJimmy Cai
2020-09-11feat(helper/image): customize field used to get featured imageJimmy Cai