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
path: root/src
AgeCommit message (Collapse)Author
2020-04-22feat(home): add custom content for home page (#248)Dillon
2020-04-21feat: improve configuration (#245)Dillon
* feat: improve configuration * fix: fix partials/footer.html error
2020-04-18feat(code): add copy button for code (#239)Dillon
2020-04-15feat(search): add local search (#231)Dillon
* feat(search): add local search * docs: add docs for search
2020-03-21feat(shortcode): add mapbox shortcode (#190)Dillon
* feat(shortcode): add mapbox shortcode * docs: split shortcodes into built-in shortcodes and extended shortcodes * docs(shortcodes): add docs for mapbox shortcode * docs(shortcodes): fix an error in shortcodes docs
2020-03-16feat(fixed-btns): add title for fixed buttons (#176)Dillon
2020-03-16feat(button): add 'comment' fixed button (#169)Dillon
2020-03-16feat(style): improve toc style (#167)Dillon
2020-03-14feat(style): adjust style of header, tags and dynamic-to-top buttonDillon
2020-03-10fix(animation): lost animationDillon
2020-03-09fix(typeit): fix a TypeIt header link style bugDillon
2020-03-09feat(toc): add custom TOC font sizeDillon
2020-02-27fix(srcatch): fix srcatch bugsDillon
2020-02-21chore(partials): refactor partialsDillon
2020-02-21fix(toc): fix toc link bugDillon
2020-02-18fix(toc): fix toc script bugDillon
2020-02-18fix(check): fix some html check bugsDillon
2020-02-16chore(hook): add babel pre-commit hookDillon