| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix URLs in Multilingual Mode (#93) | Thai Ngo | 2019-09-15 | 1 | -1/+1 |
| | | | | | | | Make below links correct in Multilingual Mode: * tag links in single post page * footer RSS link * 404 page "archive" link | ||||
| * | 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 related content section to single page (#77) | Track3 | 2019-06-21 | 1 | -0/+3 |
| | | | | | Set `relatedPosts` to `true` in the config to enable this. | ||||
| * | Add anchor links to heading (#38) | Track3 | 2019-01-27 | 1 | -1/+1 |
| | | | | | * Closes #36 | ||||
| * | Show "commit detail" link only when `gitUrl` is set | Track3 | 2019-01-19 | 1 | -1/+1 |
| | | | | | * See #34 | ||||
| * | Remove absURL for featuredImg & bgImg | Track3 | 2019-01-07 | 1 | -1/+1 |
| | | | | | See #29 | ||||
| * | Fix featured image toggle | Track3 | 2019-01-03 | 1 | -7/+3 |
| | | |||||
| * | Remove inline style and script of bg-img | Track3 | 2019-01-01 | 1 | -6/+16 |
| | | | | | * See #22 | ||||
| * | Use `images` instead of `featuredImg` | Track3 | 2018-12-31 | 1 | -2/+6 |
| | | | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images | ||||
| * | Improve javascript | Track3 | 2018-12-30 | 1 | -1/+0 |
| | | |||||
| * | Put comments into a partial | Track3 | 2018-12-30 | 1 | -4/+2 |
| | | | | | * Also removed unnecessary Disqus style (didn't regenerate resources) | ||||
| * | Add translation for toc title | Track3 | 2018-12-24 | 1 | -1/+1 |
| | | |||||
| * | Add basic toc support | Track3 | 2018-12-24 | 1 | -0/+6 |
| | | |||||
| * | Add i18n support for translation of strings | Track3 | 2018-12-14 | 1 | -4/+4 |
| | | | | | | * Also add Simplified Chinese translations * See #3 | ||||
| * | Improve code quality & consistency | Track3 | 2018-12-12 | 2 | -26/+26 |
| | | | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part | ||||
| * | Fix Disqus | Track3 | 2018-12-11 | 1 | -2/+4 |
| | | | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9 | ||||
| * | First commit | Track3 | 2018-10-23 | 2 | -0/+83 |
