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 (Expand)Author
2020-09-24release: version 1.0.4v1.0.4Jimmy Cai
2020-09-21feat(article): add KaTeX supportJimmy Cai
2020-09-21fix(disqus): fix container paddingJimmy Cai
2020-09-20feat(archive widget): improve "more" linkJimmy Cai
2020-09-20fix: use .RelPermalink to include CSSJimmy Cai
2020-09-18fix(article/details): fix custom taxonomy linkJimmy Cai
2020-09-18feat(tag cloud): add support for custom taxonomy linkJimmy Cai
2020-09-18Merge branch 'master' into custom-taxonomy-permalinkJimmy Cai
2020-09-18fix: add .Type as second cache key for helper/imageJimmy Cai
2020-09-18feat(article): add support for custom taxonomy linkJimmy Cai
2020-09-18feat(article): add partialCached to article/components/detailsJimmy Cai
2020-09-17feat: add partialCached for data/title data/descriptionJimmy Cai
2020-09-17feat: add partialCached to helper/image invocationJimmy Cai
2020-09-17feat(article): better syntax highlight styleJimmy Cai
2020-09-17refactor(footer): add footer/include.htmlJimmy Cai
2020-09-14fix(menu): use <ol> to wrap menu itemsJimmy Cai
2020-09-14fix(article list): specify image width in srcsetJimmy Cai
2020-09-14feat(footer): add rel="noopener" to footer linksJimmy Cai
2020-09-13fix: use absLangURL for menu urlJimmy Cai
2020-09-13refactor: rename archive -> archivesJimmy Cai
2020-09-13refactor: use relLangURL to build relative linksJimmy Cai
2020-09-12fix(helper/image): add support for relative linked imageJimmy Cai
2020-09-12style(partial/article): remove empty space in classnameJimmy Cai
2020-09-12fix(head): default description not applied correctlyJimmy Cai
2020-09-12reafctor(head): rewrite description.html functionJimmy Cai
2020-09-11refactor(head): rewrite title functionJimmy Cai
2020-09-11refactor: move partial/head.html and partial/footer.htmlJimmy Cai
2020-09-11refactor(head): remove favicon outputJimmy Cai
2020-09-11refactor(head): remove empty linesJimmy Cai
2020-09-11refactor(head/opengraph): split code into modulesJimmy Cai
2020-09-11style(helper/image): code formattingJimmy 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
2020-09-11feat(helper/image): new way to set default imageJimmy Cai
2020-09-11feat(helper/image): new return formatJimmy Cai
2020-09-11feat(helper/image): better detection of external imageJimmy Cai
2020-09-10feat(helper/image): new image helper (WIP)Jimmy Cai
2020-09-09feat(i18n): change `lastUpdatedOn` item structJimmy Cai
2020-09-09feat(i18n): make dateFormat part of theme configJimmy Cai
2020-09-09feat(i18n): initial support for i18nJimmy Cai
2020-09-09refactor(scss): remove `comments` scss folder. Include style of each comment ...Jimmy Cai
2020-09-09fix(comments): remove div.comments-container, apply card style depending on c...Jimmy Cai
2020-09-09feat(comments): prepare for more third party comments system integrationJimmy Cai
2020-09-08fix(head): remove <base> tagJimmy Cai
2020-09-06fix(article/footer): display last updated time only when it's different to ar...Jimmy Cai
2020-09-06feat(article): display last updated time of a postJimmy Cai
2020-09-06feat(article/details): better article time displayJimmy Cai
2020-09-06feat(article list/default): better thumbnailJimmy Cai
2020-09-06feat(article): custom license per articleJimmy Cai
2020-09-06feat(config.toml): change config structure for article licenseJimmy Cai