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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tasks
AgeCommit message (Collapse)Author
2021-08-11Fix embed fontawesome css usage and migrate to dart sassThibaud Lepretre
2021-08-11Build prodThibaud Lepretre
2019-07-01Fix eslint errorThibaud Lepretre
2019-07-01Update deps & fix build for latest nodeThibaud Lepretre
2017-01-08Fix grunt eslint cmdThibaud Leprêtre
2016-11-27De-bundlize external scriptThibaud Leprêtre
For many reasons: 1. Easier to upgrade for user, simply change html 2. Avoid growing git repo size 3. Allow browser cache usage Upgrade fontawesome in same time that fixes #58
2016-11-16Remove eslint testing configThibaud Leprêtre
2016-11-16Remove npm deps that is not usedThibaud Leprêtre
2016-11-16Fix linter errorThibaud Leprêtre
fixes #41
2016-10-01Transform hexo template to hugoThibaud Lepretre
- [x] show case Transformation - [x] _default - [x] single - [x] summary - [x] list - [x] index (aka layout) - [x] all-archives - [x] all-categories - [x] all-tags - [x] archives - [x] categories - [x] page - [x] post - [x] tag - [x] partials - [x] about - [x] archive-post - ~~[ ] archive~~ Not compatible replace by Taxonomy list (like `taxonomy/category.html` or `taxonomy/tag.html`) - [x] cover - [x] footer - [x] google-analytics - [x] head - [x] header - [x] index - [x] pagination - [x] post - [x] action - [x] category - [x] disqus - [x] gallery - [x] header-cover - [x] header - [x] meta - [x] share-options - [x] tag - [x] script - [x] sidebar --- Misc - [x] Rename `.Site.params.author.picture` to `.Site.Author.picture` - [x] Use new function `md5` for gravatar email - [x] Rename `.Site.params.gravatar_email` to `.Site.Author.gravatar` - [x] Refactor menu to use `Hugo` menu system - [x] Upgrade code to `1.9.1` (currently based on `1.7.1`) - [x] Support non-production and production css/js - [x] TOC ? - [x] Custom tag --- Not supported - Archives pages by years `/archives/2015` - Archives pages by month `/archives/2015/01`