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-08-11Add gitalk supportThibaud Lepretre
2021-08-11Update fontawesome to v5Thibaud Lepretre
2021-08-11Comment systemsThibaud 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
2021-08-11reversed the order of og:image & twitter:image metaRafael Castro
2021-08-11Fix post to posts migrationThibaud Lepretre
2021-08-11Rename post to postsThibaud Lepretre
To stick official organization https://gohugo.io/content-management/organization/ fixes #374
2021-08-11Build prodThibaud Lepretre
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)
2021-08-11Revert #293Thibaud Lepretre
2021-08-11Add missing class without language- prefixThibaud Lepretre
```html <figure class="language-js ..." ...> ```` must become ```html <figure class="language-js js ..." ...> ``` In addition fix padding to get the same pixel alignment for gutter and sourcecode
2021-08-11update generator theme versionThibaud Lepretre
2021-08-11Correct 2 link constructionsLaurent G
2020-05-30:bookmark: version 0.4.8-betaThibaud Lepretre
2020-05-30Fix and syntaxThibaud Lepretre
Regression from hugo 0.71 fixes #429
2019-08-15:bookmark: version 0.4.7-BETAThibaud Lepretre
2019-08-15Upgrade index.html to support changes from 0.57Thibaud Lepretre
see https://github.com/gohugoio/hugoThemes/issues/678 fixes #371
2019-07-10update generator theme version0.4.6-BETAThibaud Lepretre
2019-07-10Remove stupid previous cover Image fixThibaud Lepretre
use `relUrl` instead fixes #236 and #321 and #305
2019-07-03buildThibaud Lepretre
2019-07-03Remove search stuffs if algolia is not setThibaud Lepretre
fixes #283
2019-07-03Always fetch cover image from base pathThibaud Lepretre
fixes #236
2019-07-01Add check on legacy file pathThibaud Lepretre
To do not break hard to much
2019-07-01Merge pull request #329 from xenlo/masterThibaud Lepretre
Correct some references of the orginial theme (Universal)
2019-07-01Update base code to fix hugo warningsThibaud Lepretre
2019-07-01Merge pull request #349 from cloudfstrife/masterThibaud Lepretre
fix:warn when use 0.55.5
2019-07-01Merge pull request #341 from NikiN2/masterThibaud Lepretre
Update menu.html
2019-06-18Proposition to correct issue #327, align static image behaviorLaurent G
Second attempt with the right account this time I hope
2019-06-18Revert "Proposition to correct issue #327, align static image behavior"Laurent G
This reverts commit 4be94f80856d60981768f2db1242fc5a4019a48b.
2019-06-18Proposition to correct issue #327, align static image behaviorLaurent G
2019-05-22Update menu.htmlNikiN2
support tel: callto: skype: url in menu
2019-05-17fix:warn when use 0.55.5Cloud Strife
hugo version ``` $ hugo version Hugo Static Site Generator v0.55.5/extended windows/amd64 BuildDate: unknown ``` warn: ``` $ hugo Building sites … WARN 2019/05/17 19:58:25 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function. WARN 2019/05/17 19:58:25 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like: {{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}. WARN 2019/05/17 19:58:25 Page's .UniqueID is deprecated and will be removed in a future release. Use .File.UniqueID. ``` Changes to be committed: * modified: layouts/partials/head.html * modified: layouts/partials/meta.html * modified: layouts/taxonomy/category.terms.html
2018-09-19Make list template work for any content type name.Ana Ulin
2018-09-09Add missing implementation from original authorThibaud Leprêtre
2018-09-09Add first draft support for MathJaxThibaud Leprêtre
You should enable it with `Params.math` or `.Site.Params.math` fixes #170
2018-09-09Fix content out of the container when open sidebarjohnsoncodehk
fixes #278
2018-08-26Remove urlize on display nameThibaud Leprêtre
fixes #269
2018-08-26Fix script attr defer/asyncThibaud Leprêtre
On chrome you must not add `async=false` is not working properly to disable `async` instead you must no add attr fixes #186
2018-08-26Allow mailto link as menu linkThibaud Leprêtre
Fixes #208
2018-01-01remove unnecessary blank linesdojineko
2017-11-26Merge pull request #233 from zacbook/developThibaud Lepretre
Add custom summary / excerpt feature
2017-11-23Rework meta and social tagThibaud Leprêtre
- Add more twitter meta tag - Fix existing social tag - Add link canonical Merge both existing PR #206 and 216
2017-11-23Merge pull request #237 from yamila-moreno/BUG/223/fix_render_abbr_acronymThibaud Lepretre
Fix #223 render abbr acronym
2017-11-23 Fix #223 render abbr acronymYamila Moreno
2017-11-18Merge pull request #235 from wtrdr/fix/menu-icon-not-work-on-spThibaud Lepretre
Fix: js is broken on the page.
2017-11-18Fix: not work on spyasuyuki toriumi
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-12Preparing next release 0.4.4-SNAPSHOTThibaud Leprêtre
2017-11-12:bookmark: version 0.4.3-BETA0.4.3-BETAThibaud Leprêtre