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-29Merge branch 'master' into canarycanaryJimmy Cai
2022-10-29release: 3.16.0v3.16.0Jimmy Cai
2022-10-29Merge branch 'master' into canaryJimmy Cai
2022-10-29fix(article): frontmatter field `.ReadingTime` should overwrite global ↵Jimmy Cai
configuration (#710)
2022-10-29feat(article): make long KaTeX equations scrollable in the x-axis (#706)MartinAramayo
* Make long KaTeX equations scrollable in the x-axis Suggested from: https://katex.org/docs/issues.html, I have tested it adding a long equation and activating a phone user agent. * refactor: move KaTeX style to article.scss
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-21feat(i18n): add european portuguese translation (#699)Celso Miranda
Very subtle changes from the Brazilian Portuguese translation
2022-10-02release: 3.14.0v3.14.0Jimmy Cai
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-10-02refactor(highlight): extract common parts of styles and keep line number ↵Allen Guan
visible when scrolling (#681) * merge highlight.scss * show line number when scroll
2022-09-29feat(i18n): add categories cloud translation for Arabic (#673)FarisZR
Add categories cloud translation
2022-09-29feat(i18n): update Bengali translation (#665)Mehedi Hasan
2022-09-29feat(i18n): add missing pt-BR translations (#680)Daniel Pessoa
* feat(i18n): Add categoriesCloud for pt-BR
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-09-17chore: simplify README.mdJimmy Cai
2022-08-03feat(i18n): added missing korean translation (categories cloud widget) (#653)Wontory
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-07-28fix(article): footnote reference does not workJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/632
2022-06-13fix(search): long text overflows under the Search iconJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/515
2022-06-12fix(menu): jitter when closing menuJimmy Cai
It's caused by flexbox gap property, which can't animate
2022-06-12feat: i18n support for codeblock copy textJimmy Cai
2022-06-12feat: add style to new codeblockJimmy Cai
2022-06-12fix: one line codeblock style in firefoxJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/564
2022-06-12refactor: remove some usages of `default` in templateJimmy Cai
No longer needed thanks to Hugo's configuration merge
2022-06-12fix: incorrect markdown heading level in example sitev4.0.0-alpha.0Jimmy Cai
2022-06-12fix: extra margin in search resultJimmy Cai
2022-06-12refactor: remove PhotoSwipe from external.yamlJimmy Cai
2022-06-12chore: bump the required hugo version to 0.100.0Jimmy Cai
2022-06-12feat: upgrade to PhotoSwipe v5Jimmy Cai
2022-06-12refactor: drop support for `hidden` field in front matterJimmy Cai
2022-06-12refactor: delete Emoji support post from example siteJimmy Cai
2022-06-12refactor: delete color.tsJimmy Cai
2022-06-12feat: use Hugo's code block render hook to implement code copy buttonJimmy Cai
Now it can have i18n support
2022-06-12refactor: drop linear grandient background featureJimmy Cai
remove node-vibrant from dependencies
2022-06-12feat: add favicon from assets folderJimmy Cai
2022-06-12fix: exampleSite not using correct themeJimmy Cai
2022-06-12refactor: migrate theme configuration to TOMLJimmy Cai
2022-06-12chore: modify go.mod to v4Jimmy Cai
2022-06-12chore: prepare repository for v4.0.0-alphaJimmy Cai
2022-06-12refactor(i18n): simplify the structure of the translation fileJimmy Cai
2022-06-11chore(github): delete unused Github actionsJimmy Cai
2022-06-11chore(github): add browser info field to issue formJimmy Cai
2022-06-11fix(github): try to fix errors with the issue formJimmy Cai