aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #108 from rlespinasse/frenchTrack32019-12-171-0/+38
|\ | | | | Add French translation
| * Add French translationromain lespinasse2019-10-271-0/+38
|/
* Merge pull request #106 from Nico264/patch-1Track32019-10-271-1/+1
|\ | | | | Add safeURL to social icons links
| * Add safeURL on social icons linksNicolas Guichard2019-10-271-1/+1
| | | | | | | | | | 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:`.
* | Fix homepage overflow (#107)Track32019-10-275-17/+3
| | | | | | | | | | Home content area overflows when screen height is short: Fixed by using min-height instead of fixed 100vh height.
* | Fix redundant .MediaType.Suffix (#100)Tong Wu2019-10-271-1/+1
|/ | | | | Fix alternative output formats list: * Fix redundant .MediaType.Suffix * Correct `title` attribute value to page title
* Fix URLs in Multilingual Mode (#93)Thai Ngo2019-09-154-4/+4
| | | | | | Make below links correct in Multilingual Mode: * tag links in single post page * footer RSS link * 404 page "archive" link
* Add Twitch social icon (#95)Adam Gausmann2019-09-152-0/+3
|
* Add post author display (#91)Dan Ho2019-09-081-0/+3
| | | | Add the ability to display post author set with `author` param in the content's front matter.
* Add code copy button to all code fields in the blog (#81)Alexander Dunkel2019-08-1810-6/+110
|
* Fix Integrity and CORS issue on Chrome (#89)Zorawar Moolenaar2019-08-181-2/+2
| | | Adding `crossorigin="anonymous"` to avoid CORS issues.
* Update README.mdTrack32019-07-281-1/+1
|
* Add new icons for designers (#85)Hervy Qurrotul Ainur2019-07-282-17/+35
| | | | * Add several icons for designers & microstocker: shutterstock, freepik, adobestock, 123rf, dreamstime, dribbble, and behance. * Update telegram & stackoverflow icon.
* Add basic support for nested menuTrack32019-06-228-8/+39
| | | * Related issue: #53
* Fix behaviour of auto-hide header (#78)Akio Taniguchi2019-06-223-11/+1
| | | | 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.
* Add related content section to single page (#77)Track32019-06-218-2/+43
| | | | Set `relatedPosts` to `true` in the config to enable this.
* Improve links designTrack32019-06-194-4/+6
| | | | * To provide a stronger feedback, all `a` tags now has a shadow on mouse hover. * Links in contents now has a better animation.
* Add netlify.tomlTrack32019-06-191-0/+13
|
* Regenerate resources after mergeTrack32019-06-152-2/+2
|
* Improve the contrast between the background and text (#74)Damien Lespiau2019-06-151-1/+1
| | | Change text color from `#c6cddb` to `#e8eef2` in order to improve accessibility. Hermit theme now passes WCAG level AAA (contrast > 7.0).
* Add stackoverflow iconTrack32019-05-262-11/+7
| | | | * See #68
* Update readmeTrack32019-05-111-3/+5
| | | | Add instructions about modifying theme color or fonts, see #66
* Add rel="me" to social icons (#61)Tom Morris2019-04-231-1/+1
|
* Add anchor points to post list pageTrack32019-03-247-5/+16
| | | | * 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
* Update Readme.md (#56)Milad Irannejad2019-03-191-1/+1
| | | Change git submodules link to English version
* Tweak the 404 pageTrack32019-02-265-7/+5
| | | | | | * New svg image with animation * Remove button word-break property (#51) * Adjust margin
* Fix exampleSite taxonomies configurationTrack32019-02-211-1/+1
| | | | * See #50
* Add Netlify status badges and demo link to the readmeTrack32019-02-142-3/+7
|
* Set `word-wrap: break-word` by defaultTrack32019-02-144-4/+4
| | | * Closes #32
* Regenerate resources after mergeTrack32019-02-032-2/+2
|
* Disable wrapping of text in code blocks, scroll instead (#44)Dmitry Yakimenko2019-02-031-3/+1
| | | | * Disable wrapping of text in code blocks, scroll instead * Remove pre.max-height
* Add Telegram icon (#45)Dmitry Yakimenko2019-02-032-0/+3
| | | This icon is originally designed by @dmitrytrusov for Hugo Minimo theme.
* Put metadata tags into partialTrack32019-02-013-4/+10
| | | And update example config.toml (relate to #40)
* Add Italian translation (#40)Giuseppe Pignataro2019-01-311-0/+35
|
* Add anchor links to heading (#38)Track32019-01-275-4/+38
| | | | * Closes #36
* Show "commit detail" link only when `gitUrl` is setTrack32019-01-191-1/+1
| | | | * See #34
* Fix analytics partial (#31)Ge "David" Feng2019-01-101-1/+1
| | | Add the dot to pass along the current context
* Remove absURL for featuredImg & bgImgTrack32019-01-073-3/+3
| | | | See #29
* Fix exampleSite menu urlTrack32019-01-051-2/+2
|
* Fix menu toggleTrack32019-01-043-3/+3
|
* Fix featured image toggleTrack32019-01-039-31/+24
|
* Add featured image to normal page templateTrack32019-01-022-1/+19
|
* Remove inline style and script of bg-imgTrack32019-01-016-33/+61
| | | | * See #22
* Add home footer copyrightTrack32019-01-012-2/+8
| | | | * See #25
* Fix header toggle bg-image buttonTrack32018-12-311-1/+1
|
* Use `images` instead of `featuredImg`Track32018-12-316-16/+41
| | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
* Add more customizationsTrack32018-12-314-24/+27
|
* Modularize analytics and add extra headers (#26)Arnab Kumar Shil2018-12-313-1/+11
|
* Slightly improve accessibilityTrack32018-12-314-4/+20
| | | | * Add `title` attribute to some buttons or icons
* Minor style improvementsTrack32018-12-314-9/+9
| | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style