Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-15feat(search): add local search (#231)Dillon
* feat(search): add local search * docs: add docs for search
2020-03-17feat(shortcode): add link shortcode (#179)Dillon
* feat(shortcode): add link shortcode * docs: add docs for link shortcode * docs: fix 'mailto' in link shortcode docs error
2020-03-16feat: add detection of the theme version and Hugo version (#173)Dillon
* feat: add detection of the theme version and Hugo version * fix: hugo.IsProduction is incompatible in Hugo v0.62.0
2020-03-15chore(docs): update theme preview (#160)Dillon
2020-03-14docs: update theme preview image and fix some docs error (#151)Dillon
2020-03-14fix(SEO): some bad escape sequence in JSON-LDDillon
2020-03-10fix(animation): lost animationDillon
2020-03-10fix(comment): fix visitors count for valineDillon
2020-03-09feat(assets): add SRI config for stylesheet and scriptDillon
2020-03-08feature(doc): complete all Chinese and English documents and fix many bugsDillon
2020-03-02feat(environment): use hugo.Environment to judge the production environmentDillon
2020-02-24chore(lib): update mermaid 8.4.2 -> 8.4.8 echarts 4.5.0 -> 4.6.0 gitalk ↵Dillon
1.5.0 -> 1.6.0
2020-02-16chore(config): update config nameDillon
2020-02-16chore(hook): add babel pre-commit hookDillon