| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor improvements | Track3 | 2020-06-08 | 1 | -1/+1 |
| | | | | | | | * fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix | ||||
| * | Add social icon of QQ (#118) | Tnze | 2020-03-08 | 1 | -1/+3 |
| | | |||||
| * | 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 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 | 1 | -0/+2 |
| | | |||||
| * | 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 | 1 | -2/+11 |
| | | |||||
| * | Fix Integrity and CORS issue on Chrome (#89) | Zorawar Moolenaar | 2019-08-18 | 1 | -2/+2 |
| | | | | Adding `crossorigin="anonymous"` to avoid CORS issues. | ||||
| * | Add new icons for designers (#85) | Hervy Qurrotul Ainur | 2019-07-28 | 1 | -12/+28 |
| | | | | | * 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 | 3 | -6/+14 |
| | | | | * Related issue: #53 | ||||
| * | Add related content section to single page (#77) | Track3 | 2019-06-21 | 2 | -0/+14 |
| | | | | | Set `relatedPosts` to `true` in the config to enable this. | ||||
| * | Add stackoverflow icon | Track3 | 2019-05-26 | 1 | -0/+2 |
| | | | | | * See #68 | ||||
| * | 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 | 1 | -1/+1 |
| | | | | | * 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 | ||||
| * | Tweak the 404 page | Track3 | 2019-02-26 | 1 | -1/+1 |
| | | | | | | | * New svg image with animation * Remove button word-break property (#51) * Adjust margin | ||||
| * | Add Telegram icon (#45) | Dmitry Yakimenko | 2019-02-03 | 1 | -0/+2 |
| | | | | This icon is originally designed by @dmitrytrusov for Hugo Minimo theme. | ||||
| * | Put metadata tags into partial | Track3 | 2019-02-01 | 2 | -3/+7 |
| | | | | And update example config.toml (relate to #40) | ||||
| * | Add anchor links to heading (#38) | Track3 | 2019-01-27 | 2 | -2/+2 |
| | | | | | * 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 | ||||
| * | Fix featured image toggle | Track3 | 2019-01-03 | 3 | -21/+9 |
| | | |||||
| * | Add featured image to normal page template | Track3 | 2019-01-02 | 1 | -1/+18 |
| | | |||||
| * | Remove inline style and script of bg-img | Track3 | 2019-01-01 | 3 | -14/+34 |
| | | | | | * See #22 | ||||
| * | Add home footer copyright | Track3 | 2019-01-01 | 2 | -2/+8 |
| | | | | | * See #25 | ||||
| * | Fix header toggle bg-image button | Track3 | 2018-12-31 | 1 | -1/+1 |
| | | |||||
| * | Use `images` instead of `featuredImg` | Track3 | 2018-12-31 | 2 | -4/+12 |
| | | | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images | ||||
| * | Add more customizations | Track3 | 2018-12-31 | 3 | -16/+20 |
| | | |||||
| * | Modularize analytics and add extra headers (#26) | Arnab Kumar Shil | 2018-12-31 | 2 | -1/+5 |
| | | |||||
| * | Slightly improve accessibility | Track3 | 2018-12-31 | 2 | -4/+4 |
| | | | | | * Add `title` attribute to some buttons or icons | ||||
| * | Minor style improvements | Track3 | 2018-12-31 | 1 | -1/+1 |
| | | | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style | ||||
| * | Add custom css support (#21) | Arnab Kumar Shil | 2018-12-30 | 1 | -0/+3 |
| | | |||||
| * | Improve javascript | Track3 | 2018-12-30 | 5 | -11/+0 |
| | | |||||
| * | Put comments into a partial | Track3 | 2018-12-30 | 3 | -7/+8 |
| | | | | | * Also removed unnecessary Disqus style (didn't regenerate resources) | ||||
| * | Add meta descriptions to document head (#19) | Arnab Kumar Shil | 2018-12-29 | 1 | -0/+3 |
| | | | | Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates | ||||
| * | Merge pull request #18 from Track3/feature-toc | Track3 | 2018-12-28 | 2 | -0/+9 |
| |\ | | | | | Add support for Table of Contents | ||||
| | * | Add toggle toc button | Track3 | 2018-12-28 | 1 | -0/+3 |
| | | | |||||
| | * | Add translation for toc title | Track3 | 2018-12-24 | 1 | -1/+1 |
| | | | |||||
| | * | Add basic toc support | Track3 | 2018-12-24 | 1 | -0/+6 |
| | | | |||||
| * | | Fix menu url in multilingual mode | Track3 | 2018-12-28 | 2 | -3/+3 |
| | | | | | | | | | * See #17 | ||||
| * | | Fixed usage of RelPermalink in baseof.html | Kevin Morgan | 2018-12-26 | 1 | -2/+2 |
| | | | | | | | | | | | When the static site is built, js and css import fails with RelPermalink. | ||||
| * | | Show rss links if `RSS` is not in `disableKinds` (#15) | Ali Cirik | 2018-12-26 | 2 | -2/+2 |
| |/ | | | * If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up | ||||
| * | Add i18n support for translation of strings | Track3 | 2018-12-14 | 2 | -7/+7 |
| | | | | | | * Also add Simplified Chinese translations * See #3 | ||||
| * | Output year based on the current local time | Track3 | 2018-12-13 | 2 | -2/+2 |
| | | | | For footer copyright message | ||||
| * | Remove screen-reader-text (#8) | Track3 | 2018-12-12 | 2 | -2/+2 |
| | | |||||
| * | Improve code quality & consistency | Track3 | 2018-12-12 | 10 | -47/+43 |
| | | | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part | ||||
| * | Fix Disqus | Track3 | 2018-12-11 | 3 | -20/+8 |
| | | | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9 | ||||
| * | Add gitlab in sgv.html | Manuel Pineda | 2018-11-28 | 1 | -1/+3 |
| | | |||||
