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/src/js
AgeCommit message (Collapse)Author
2021-09-08Fix eslintThibaud Lepretre
2021-08-11Add support for touch swipe left to close sidebarThibaud Lepretre
2021-08-11Fix swipe and transformThibaud Lepretre
- [x] sidebarBehavior 3 & 6 still have issue partially fixes #342 and #318
2021-08-11Fix ESLint errorsThibaud 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-11Revamp sidebar translationThibaud Lepretre
Use `transform: translate3d` as much as possible instead of `width` for better performance (really visibile on slow device like phone)
2019-07-01Fix eslint errorThibaud Lepretre
2017-09-10Upgrade theme base on hexo 1.10.0 versionThibaud Leprêtre
- [x] Italian translation - [x] `showMeta` & `showActions` - [x] `rel="noopener"` - [x] _sharing options_ - [x] XLG side bar bug on Edge - [x] 'OLDER POSTS' Button Overlaps Sidebar - [x] Print media queries However I will not backport persian translation because I can't handle by myself the missing translation for that theme that is not exist on hexo one closes #132
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`