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

github.com/Track3/hermit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-08Minor improvementsHEADmasterTrack3
* fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix
2020-03-08Add social icon of QQ (#118)Tnze
2019-12-17Merge pull request #108 from rlespinasse/frenchTrack3
Add French translation
2019-10-27Add French translationromain lespinasse
2019-10-27Merge pull request #106 from Nico264/patch-1Track3
Add safeURL to social icons links
2019-10-27Fix homepage overflow (#107)Track3
Home content area overflows when screen height is short: Fixed by using min-height instead of fixed 100vh height.
2019-10-27Add safeURL on social icons linksNicolas Guichard
The social icon links are generated from developer-controlled config.toml file. They can be considered safe. This enables using various URI schemes such as `tel:`, `sip:`, `geo:` or `whatever:`.
2019-10-27Fix redundant .MediaType.Suffix (#100)Tong Wu
Fix alternative output formats list: * Fix redundant .MediaType.Suffix * Correct `title` attribute value to page title
2019-09-15Fix URLs in Multilingual Mode (#93)Thai Ngo
Make below links correct in Multilingual Mode: * tag links in single post page * footer RSS link * 404 page "archive" link
2019-09-15Add Twitch social icon (#95)Adam Gausmann
2019-09-08Add post author display (#91)Dan Ho
Add the ability to display post author set with `author` param in the content's front matter.
2019-08-18Add code copy button to all code fields in the blog (#81)Alexander Dunkel
2019-08-18Fix Integrity and CORS issue on Chrome (#89)Zorawar Moolenaar
Adding `crossorigin="anonymous"` to avoid CORS issues.
2019-07-28Update README.mdTrack3
2019-07-28Add new icons for designers (#85)Hervy Qurrotul Ainur
* Add several icons for designers & microstocker: shutterstock, freepik, adobestock, 123rf, dreamstime, dribbble, and behance. * Update telegram & stackoverflow icon.
2019-06-22Add basic support for nested menuTrack3
* Related issue: #53
2019-06-22Fix behaviour of auto-hide header (#78)Akio Taniguchi
Fixed #76: On mobile environment (iOS Safari), when the page scrolls to the top then bounce back, the header (bottom bar) turns to hide unexpectedly. Fixed it by forcing `currentScrollPosition` not a negative value.
2019-06-21Add related content section to single page (#77)Track3
Set `relatedPosts` to `true` in the config to enable this.
2019-06-19Improve links designTrack3
* To provide a stronger feedback, all `a` tags now has a shadow on mouse hover. * Links in contents now has a better animation.
2019-06-19Add netlify.tomlTrack3
2019-06-15Regenerate resources after mergeTrack3
2019-06-15Improve the contrast between the background and text (#74)Damien Lespiau
Change text color from `#c6cddb` to `#e8eef2` in order to improve accessibility. Hermit theme now passes WCAG level AAA (contrast > 7.0).
2019-05-26Add stackoverflow iconTrack3
* See #68
2019-05-11Update readmeTrack3
Add instructions about modifying theme color or fonts, see #66
2019-04-23Add rel="me" to social icons (#61)Tom Morris
2019-03-24Add anchor points to post list pageTrack3
* post-year now has anchor point, you can click on it or input url with hash tag to jump to a specific year. * See #39
2019-03-19Update Readme.md (#56)Milad Irannejad
Change git submodules link to English version
2019-02-26Tweak the 404 pageTrack3
* New svg image with animation * Remove button word-break property (#51) * Adjust margin
2019-02-21Fix exampleSite taxonomies configurationTrack3
* See #50
2019-02-14Add Netlify status badges and demo link to the readmeTrack3
2019-02-14Set `word-wrap: break-word` by defaultTrack3
* Closes #32
2019-02-03Regenerate resources after mergeTrack3
2019-02-03Disable wrapping of text in code blocks, scroll instead (#44)Dmitry Yakimenko
* Disable wrapping of text in code blocks, scroll instead * Remove pre.max-height
2019-02-03Add Telegram icon (#45)Dmitry Yakimenko
This icon is originally designed by @dmitrytrusov for Hugo Minimo theme.
2019-02-01Put metadata tags into partialTrack3
And update example config.toml (relate to #40)
2019-01-31Add Italian translation (#40)Giuseppe Pignataro
2019-01-27Add anchor links to heading (#38)Track3
* Closes #36
2019-01-19Show "commit detail" link only when `gitUrl` is setTrack3
* See #34
2019-01-10Fix analytics partial (#31)Ge "David" Feng
Add the dot to pass along the current context
2019-01-07Remove absURL for featuredImg & bgImgTrack3
See #29
2019-01-05Fix exampleSite menu urlTrack3
2019-01-04Fix menu togglev1.2.2Track3
2019-01-03Fix featured image togglev1.2.1Track3
2019-01-02Add featured image to normal page templateTrack3
2019-01-01Remove inline style and script of bg-imgTrack3
* See #22
2019-01-01Add home footer copyrightTrack3
* See #25
2018-12-31Fix header toggle bg-image buttonv1.2.0Track3
2018-12-31Use `images` instead of `featuredImg`Track3
`featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
2018-12-31Add more customizationsTrack3
2018-12-31Modularize analytics and add extra headers (#26)Arnab Kumar Shil