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
AgeCommit message (Collapse)Author
2021-09-08Merge branch 'develop' into bugfix/properly-handle-relative-urlsThibaud Lepretre
2021-08-11Sync from 1cafcb39c8a101893ae30f92a0a789e2c1d8b85bThibaud Lepretre
- [x] SCSS - [x] JS - [x] i18n files - [x] HTML - [x] gitalk - [x] FontAwesome 5 - [ ] Docs Fixes #287
2021-08-11add link posts supportkvaps
2019-03-18Summary: Handle relative URLs properly for thumbnail generationSascha Wolf
2017-11-13Added ability to override Hugo's Summary feature with a summary defined in ↵Zac Harmany
the YAML front matter of a post.
2017-11-01Global param thumbnailimageposition was ignoredThibaud Leprêtre
Fixes #179
2017-04-22Do not markdownify summary contentThibaud Leprêtre
fixes #151
2016-12-04Uniformise config key caseThibaud Leprêtre
Use camelCase over snake_case to be more consistant with Hugo Style and fontmatter closes #25
2016-11-20Add theme translationThibaud Leprêtre
- [x] replace hardcoded string by `{{ i18n KEY }}` in html file - [x] Add *en-US* translation file - [x] Add *fr-FR* translation file - [x] Add *es-ES* translation file - [x] Add *ja* translation file - [x] Add *pt-br* translation file - [x] Add *ru* translation file - [x] Add *zh-cn* translation file - [x] Add *zh-tw* translation file - [x] Add *vi* translation file - [x] Add *de-de* translation file - [x] translate menu - [x] localize date (if possible) fixes #9
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`