| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | README.md: Do not fetch Netlify statusHEADfork | Xavier Del Campo Romero | 2023-01-03 | 1 | -2/+0 |
| | | |||||
| * | README.md: Do not fetch images from GitHub | Xavier Del Campo Romero | 2023-01-03 | 1 | -2/+2 |
| | | |||||
| * | Customise favicons | Xavier Del Campo Romero | 2023-01-03 | 7 | -0/+0 |
| | | |||||
| * | Add reference to fork repo | Xavier Del Campo Romero | 2023-01-03 | 2 | -1/+4 |
| | | |||||
| * | style.scss: Do not include syntax.scss or animate.scss | Xavier Del Campo Romero | 2023-01-03 | 1 | -2/+0 |
| | | | | | | These files are no longer used, so we can now reduce website size a bit. | ||||
| * | Perform minor aesthetic CSS changes | Xavier Del Campo Romero | 2023-01-03 | 2 | -8/+6 |
| | | |||||
| * | baseof.html: Do not minify CSS | Xavier Del Campo Romero | 2023-01-03 | 1 | -2/+2 |
| | | |||||
| * | Implement pure CSS nav menu | Xavier Del Campo Romero | 2023-01-03 | 2 | -9/+26 |
| | | |||||
| * | baseof.html: Do not bundle any JS | Xavier Del Campo Romero | 2023-01-03 | 1 | -10/+0 |
| | | |||||
| * | Replace RSS URL from /index.xml with posts/index.xml | Xavier Del Campo Romero | 2022-05-08 | 2 | -2/+2 |
| | | |||||
| * | Minor improvements | Track3 | 2020-06-08 | 5 | -14/+19 |
| | | | | | | | * fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix | ||||
| * | Add social icon of QQ (#118) | Tnze | 2020-03-08 | 2 | -2/+4 |
| | | |||||
| * | Merge pull request #108 from rlespinasse/french | Track3 | 2019-12-17 | 1 | -0/+38 |
| |\ | | | | | Add French translation | ||||
| | * | Add French translation | romain lespinasse | 2019-10-27 | 1 | -0/+38 |
| |/ | |||||
| * | Merge pull request #106 from Nico264/patch-1 | Track3 | 2019-10-27 | 1 | -1/+1 |
| |\ | | | | | Add safeURL to social icons links | ||||
| | * | Add safeURL on social icons links | Nicolas Guichard | 2019-10-27 | 1 | -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) | Track3 | 2019-10-27 | 5 | -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 Wu | 2019-10-27 | 1 | -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 Ngo | 2019-09-15 | 4 | -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 Gausmann | 2019-09-15 | 2 | -0/+3 |
| | | |||||
| * | Add post author display (#91) | Dan Ho | 2019-09-08 | 1 | -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 Dunkel | 2019-08-18 | 10 | -6/+110 |
| | | |||||
| * | Fix Integrity and CORS issue on Chrome (#89) | Zorawar Moolenaar | 2019-08-18 | 1 | -2/+2 |
| | | | | Adding `crossorigin="anonymous"` to avoid CORS issues. | ||||
| * | Update README.md | Track3 | 2019-07-28 | 1 | -1/+1 |
| | | |||||
| * | Add new icons for designers (#85) | Hervy Qurrotul Ainur | 2019-07-28 | 2 | -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 menu | Track3 | 2019-06-22 | 8 | -8/+39 |
| | | | | * Related issue: #53 | ||||
| * | Fix behaviour of auto-hide header (#78) | Akio Taniguchi | 2019-06-22 | 3 | -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) | Track3 | 2019-06-21 | 8 | -2/+43 |
| | | | | | Set `relatedPosts` to `true` in the config to enable this. | ||||
| * | Improve links design | Track3 | 2019-06-19 | 4 | -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.toml | Track3 | 2019-06-19 | 1 | -0/+13 |
| | | |||||
| * | Regenerate resources after merge | Track3 | 2019-06-15 | 2 | -2/+2 |
| | | |||||
| * | Improve the contrast between the background and text (#74) | Damien Lespiau | 2019-06-15 | 1 | -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 icon | Track3 | 2019-05-26 | 2 | -11/+7 |
| | | | | | * See #68 | ||||
| * | Update readme | Track3 | 2019-05-11 | 1 | -3/+5 |
| | | | | | Add instructions about modifying theme color or fonts, see #66 | ||||
| * | Add rel="me" to social icons (#61) | Tom Morris | 2019-04-23 | 1 | -1/+1 |
| | | |||||
| * | Add anchor points to post list page | Track3 | 2019-03-24 | 7 | -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 Irannejad | 2019-03-19 | 1 | -1/+1 |
| | | | | Change git submodules link to English version | ||||
| * | Tweak the 404 page | Track3 | 2019-02-26 | 5 | -7/+5 |
| | | | | | | | * New svg image with animation * Remove button word-break property (#51) * Adjust margin | ||||
| * | Fix exampleSite taxonomies configuration | Track3 | 2019-02-21 | 1 | -1/+1 |
| | | | | | * See #50 | ||||
| * | Add Netlify status badges and demo link to the readme | Track3 | 2019-02-14 | 2 | -3/+7 |
| | | |||||
| * | Set `word-wrap: break-word` by default | Track3 | 2019-02-14 | 4 | -4/+4 |
| | | | | * Closes #32 | ||||
| * | Regenerate resources after merge | Track3 | 2019-02-03 | 2 | -2/+2 |
| | | |||||
| * | Disable wrapping of text in code blocks, scroll instead (#44) | Dmitry Yakimenko | 2019-02-03 | 1 | -3/+1 |
| | | | | | * Disable wrapping of text in code blocks, scroll instead * Remove pre.max-height | ||||
| * | Add Telegram icon (#45) | Dmitry Yakimenko | 2019-02-03 | 2 | -0/+3 |
| | | | | This icon is originally designed by @dmitrytrusov for Hugo Minimo theme. | ||||
| * | Put metadata tags into partial | Track3 | 2019-02-01 | 3 | -4/+10 |
| | | | | And update example config.toml (relate to #40) | ||||
| * | Add Italian translation (#40) | Giuseppe Pignataro | 2019-01-31 | 1 | -0/+35 |
| | | |||||
| * | Add anchor links to heading (#38) | Track3 | 2019-01-27 | 5 | -4/+38 |
| | | | | | * Closes #36 | ||||
| * | Show "commit detail" link only when `gitUrl` is set | Track3 | 2019-01-19 | 1 | -1/+1 |
| | | | | | * See #34 | ||||
| * | Fix analytics partial (#31) | Ge "David" Feng | 2019-01-10 | 1 | -1/+1 |
| | | | | Add the dot to pass along the current context | ||||
| * | Remove absURL for featuredImg & bgImg | Track3 | 2019-01-07 | 3 | -3/+3 |
| | | | | | See #29 | ||||
