Commit Graph

17 Commits

Author SHA1 Message Date
Thai Ngo 91a18a1a92 Fix URLs in Multilingual Mode (#93)
Make below links correct in Multilingual Mode:
* tag links in single post page
* footer RSS link
* 404 page "archive" link
2019-09-15 17:04:56 +08:00
Dan Ho 3f7461d95d Add post author display (#91)
Add the ability to display post author set with `author` param in the content's front matter.
2019-09-08 21:27:52 +08:00
Track3 6cee5adc69
Add related content section to single page (#77)
Set `relatedPosts` to `true` in the config to enable this.
2019-06-21 13:15:53 +08:00
Track3 545a122d6c
Add anchor links to heading (#38)
* Closes #36
2019-01-27 12:20:29 +08:00
Track3 503a9a3934 Show "commit detail" link only when `gitUrl` is set
* See #34
2019-01-19 12:15:54 +08:00
Track3 f995f7313c Remove absURL for featuredImg & bgImg
See #29
2019-01-07 20:39:51 +08:00
Track3 334d05e5a1 Fix featured image toggle 2019-01-03 18:25:14 +08:00
Track3 1e17ccb801 Remove inline style and script of bg-img
* See #22
2019-01-01 17:53:20 +08:00
Track3 4b2192f2fa Use `images` instead of `featuredImg`
`featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
2018-12-31 20:08:04 +08:00
Track3 4fb41e8a9a Improve javascript 2018-12-30 11:52:17 +08:00
Track3 efb0b592a0 Put comments into a partial
* Also removed unnecessary Disqus style (didn't regenerate resources)
2018-12-30 11:06:38 +08:00
Track3 2b5999616d Add translation for toc title 2018-12-24 22:56:07 +08:00
Track3 feb4c38717 Add basic toc support 2018-12-24 22:17:22 +08:00
Track3 8711c169be Add i18n support for translation of strings
* Also add Simplified Chinese translations
* See #3
2018-12-14 15:17:48 +08:00
Track3 3bb532df30 Improve code quality & consistency
* Add EditorConfig
* Rebuild animate.css: remove an unused animation
* Slightly rewrite header part
2018-12-12 00:02:36 +08:00
Track3 caf088cbfb Fix Disqus
* Use Hugo's built-in disqus template
* Add some extra style
* See #9
2018-12-11 13:41:01 +08:00
Track3 44dbcd6f34 First commit 2018-10-23 13:15:50 +08:00