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-03-05chore: add go.mod againv3.9.2v3.9.1Jimmy Cai
2022-03-05chore: delete go.modJimmy Cai
2022-03-05chore: update go.modv3.9.0Jimmy Cai
Trying to figure out what's wrong
2022-03-05fix(RSS): page context selectionJimmy 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-04fix: disable external image lightbox (#525)Jimmy 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-04chore(exampleSite): remove extra home menu itemJimmy Cai
2022-03-04chore(exampleSite): fix home menu item highlightJimmy Cai
2022-03-04Merge branch 'master' of https://github.com/CaiJimmy/hugo-theme-stackJimmy Cai
2022-03-04doc(exampleSite): move chinese-test post to /cnJimmy Cai
2022-03-04chore: add Github link to funding.ymlJimmy Cai
2022-03-04feat(i18n): add Arabic translation (#157)FarisZR
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-04doc: add categories widget to exampleSiteJimmy Cai
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-04fix: article-details gapJimmy Cai
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-12fix: check if paragraph exists before accessing it's textContentJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/490
2022-02-11fix(article): code block background style in light themeJimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/489, https://github.com/CaiJimmy/hugo-theme-stack/issues/492
2022-02-06chore: add /v3 to go.modJimmy Cai
2022-02-06release: 3.8.0v3.8.0Jimmy 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-30fix: disqus dark mode (#478)Jimmy Cai
* fix: disqus dark mode * remove color-scheme add custom chrome scrollbar style (removed in https://github.com/CaiJimmy/hugo-theme-stack/pull/428)
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
2022-01-22feat(article): Scrollspy for the table of contents (#425)Zoroark
* Add first try at scrollspy (broken right now) * Scrollspy actually works now * Fix VS Code errors by setting JS version * Recompute offsets when window size changes * Improve list compatibility for toc active selection Support up to 6 levels of indentation, properly support <ol> * Remove debug string * Add more docs in smoothAnchors * Use a map to match ids to navigation elements
2022-01-20release: 3.7.0v3.7.0Jimmy Cai
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
2022-01-20feat(sidebar): link avatar to homepage (#465)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/399
2022-01-20feat: turn stack theme into a hugo module (#460)Andreas Deininger
* Turn stack theme into a hugo module
2022-01-19feat: add custom.ts (#461)chenlianghong
* feat: add custom.ts * Load custom.ts only if it exists This change avoids loading an empty .js file Co-authored-by: Jimmy Cai <github@jimmycai.com>
2022-01-19feat(comment): update twikoo version to 1.4.15 (#464)tanmx
2022-01-19fix(shortcode): conflict with gist shortcode (#455)zhixuan
2022-01-19refactor(search): avoid issue with one character keyword (#447)Jimmy Cai
* refactor(search): avoid issue with one character keyword closes https://github.com/CaiJimmy/hugo-theme-stack/issues/184 * Remove keyword sorts * fix typo: secion -> section * fix(search): avoid matching html entity * Use | operator to concatenate keywords Idea from https://github.com/CaiJimmy/hugo-theme-stack/pull/436 * Add missing `matchCount` * Limit preview length * Don't add ellipsis to title * add comment to `processMatches` * Initialize DOMParser only once * Remove marker function * Deal with blank search * Use const keyword for constant arrays
2022-01-03fix(README): demo site linkJimmy Cai
closes #449
2021-12-29release: 3.6.0v3.6.0Jimmy Cai