aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Do not fetch Netlify statusHEADforkXavier Del Campo Romero2023-01-031-2/+0
|
* README.md: Do not fetch images from GitHubXavier Del Campo Romero2023-01-031-2/+2
|
* Customise faviconsXavier Del Campo Romero2023-01-037-0/+0
|
* Add reference to fork repoXavier Del Campo Romero2023-01-032-1/+4
|
* style.scss: Do not include syntax.scss or animate.scssXavier Del Campo Romero2023-01-031-2/+0
| | | | | These files are no longer used, so we can now reduce website size a bit.
* Perform minor aesthetic CSS changesXavier Del Campo Romero2023-01-032-8/+6
|
* baseof.html: Do not minify CSSXavier Del Campo Romero2023-01-031-2/+2
|
* Implement pure CSS nav menuXavier Del Campo Romero2023-01-032-9/+26
|
* baseof.html: Do not bundle any JSXavier Del Campo Romero2023-01-031-10/+0
|
* Replace RSS URL from /index.xml with posts/index.xmlXavier Del Campo Romero2022-05-082-2/+2
|
* Minor improvementsTrack32020-06-085-14/+19
| | | | | | * fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix
* Add social icon of QQ (#118)Tnze2020-03-082-2/+4
|
* 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