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-01-01fix: make Disqus / Utterances follow the global color scheme (#111)Jimmy Cai
* fix: make Disqus / Utterances follow the global color scheme * fix: check if DISQUS exists before executing DISQUS.reset closes https://github.com/CaiJimmy/hugo-theme-stack/issues/107
2021-01-01fix(search): add missing i18n text (#110)Jimmy Cai
2021-01-01Merge pull request #109 from CaiJimmy/refactor-widgetJimmy Cai
feat(widget): detect automatically path to archives / search page
2021-01-01refactor(widget/archives): remove .widgets.archives.path configJimmy Cai
The theme will automatically detect the permalink to the archives page.
2021-01-01fix(widget/search): remove hardcoded form actionJimmy Cai
2021-01-01refactor(archives): remove archive.categories i18n item (#108)Jimmy Cai
It's possible in the future to display another kind of taxonomy. To translate that title, create _index.md under content/categories, with the following content: --- title: Category ---
2020-12-30feat(i18n): add Russian translation (#101)SOT-TECH
2020-12-30feat(i18n): improve Japanese translation (#99)zhixuan
2020-12-30feat: add bilibili shortcode (#97)zoxoy
2020-12-28chore(style): update compiled scssJimmy Cai
2020-12-28feat(i18n): add Turkish language file (#96)İsmail Özçelik
2020-12-26chore: release 2.0.1v2.0.1Jimmy Cai
2020-12-25refactor(article): improve category tag style (#94)Jimmy Cai
2020-12-25fix(search): wrong permalink to page (#93)Jimmy Cai
- Show external image closes https://github.com/CaiJimmy/hugo-theme-stack/issues/92
2020-12-24fix(article): twitter_simple shortcode text color (#90)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/85
2020-12-24fix: dark mode toggle inconsistent positioning (#89)Jimmy Cai
2020-12-24feat(math): add inline math support (#88)Jimmy Cai
2020-12-24fix(list): add missing object-fit property to compact list (#87)Jimmy Cai
2020-12-24chore: release 2.0.0v2.0.0Jimmy Cai
2020-12-24doc: update READMEJimmy Cai
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-23Bump required Hugo version to 0.78.0Jimmy Cai
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-23chore: change funding link to Ko-fiJimmy Cai
2020-12-22feat(list): add subsection support (#81)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/48
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-22 refactor(gallery): rewrite gallery (#79)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/70
2020-12-22refactor(ts): import script using new Hugo Module logic (#77)Jimmy Cai
Allows user to overwrite a specific script. Note: The required version of Hugo might bump up.
2020-12-21fix(list): section title style (#76)Jimmy Cai
2020-12-20ci: add refactor section for release noteJimmy Cai
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-19refactor(i18n): translation key renaming (#68)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/63
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(i18n): add Indonesian translation (#64)Rizki Prastyo
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-12-11feat(i18n): Coverage improvements (#59)Daniel Pessoa
* Replace hardcoded text with i18n * Add categoriesTitle text * Add categoriesTitle text * Add new strings available Co-authored-by: Daniel Pessoa <cobalto@users.noreply.github.com>
2020-12-07Merge pull request #57 from cobalto/i18n/brazilian-portugueseJimmy Cai
Add pt-BR.toml
2020-12-07Merge pull request #58 from BasixKOR/masterJimmy Cai
feat(i18n): add Korean translations
2020-12-06Add Korean translationsBasix
2020-12-06Add pt-BR.tomlDaniel Pessoa
Add file for Brazilian Portuguese i18n
2020-12-04doc: migrate to GitBookJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/47
2020-12-04ci: upgrade Hugo version to 0.79.0 (#56)Jimmy Cai
2020-11-28Merge pull request #52 from vlourme/translationsJimmy Cai
i18n: added french translations & footer translation
2020-11-28i18n: add variables for footer translationJimmy Cai
2020-11-28Merge branch 'master' into translationsJimmy Cai
2020-11-23Merge pull request #51 from vlourme/emojiJimmy Cai
sidebar: hide emoji placeholder when no emoji is specified
2020-11-23style: add indent to /partials/sidebar/left.htmlJimmy Cai
2020-11-23i18n: added footer translationsVictor Lourme