Commit Graph

29 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 3a3d1322b9 Add reference to fork repo 2023-01-03 04:20:33 +01:00
Xavier Del Campo Romero 9a389175d7 style.scss: Do not include syntax.scss or animate.scss
These files are no longer used, so we can now reduce website size a
bit.
2023-01-03 04:18:59 +01:00
Xavier Del Campo Romero 9e57dd43f0 Perform minor aesthetic CSS changes 2023-01-03 04:18:24 +01:00
Xavier Del Campo Romero 72a11d6751 Implement pure CSS nav menu 2023-01-03 04:15:41 +01:00
Track3 2dc35c5c6a Minor improvements
* fix footnote style
* speed up header animations
* update animate.css, remove `-webkit-` vendor prefix
2020-06-08 22:30:36 +08:00
Track3 a39f22f280 Fix homepage overflow (#107)
Home content area overflows when screen height is short:
Fixed by using min-height instead of fixed 100vh height.
2019-10-27 20:36:43 +08:00
Alexander Dunkel 16c9d78ae5 Add code copy button to all code fields in the blog (#81) 2019-08-18 22:27:31 +08:00
Track3 00dbd49a94 Add basic support for nested menu
* Related issue: #53
2019-06-22 18:44:30 +08:00
Akio Taniguchi c2e02c5dff Fix behaviour of auto-hide header (#78)
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.
2019-06-22 17:27:00 +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 e333628a26 Improve links design
* To provide a stronger feedback, all `a` tags now has a shadow on mouse hover.
* Links in contents now has a better animation.
2019-06-19 18:10:48 +08:00
Damien Lespiau bb99c7b77f Improve the contrast between the background and text (#74)
Change text color from `#c6cddb` to `#e8eef2` in order to improve accessibility. Hermit theme now passes WCAG level AAA (contrast > 7.0).
2019-06-15 22:39:11 +08:00
Track3 028dc62e3b Add anchor points to post list page
* 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
2019-03-24 11:45:41 +08:00
Track3 1da63e341b Tweak the 404 page
* New svg image with animation
* Remove button word-break property (#51)
* Adjust margin
2019-02-26 23:53:31 +08:00
Track3 61592cc6fb Set `word-wrap: break-word` by default
* Closes #32
2019-02-14 15:58:07 +08:00
Dmitry Yakimenko ea656ac40c Disable wrapping of text in code blocks, scroll instead (#44)
* Disable wrapping of text in code blocks, scroll instead
* Remove pre.max-height
2019-02-03 16:10:21 +08:00
Track3 545a122d6c
Add anchor links to heading (#38)
* Closes #36
2019-01-27 12:20:29 +08:00
Track3 c3da1e0281 Fix menu toggle 2019-01-04 17:05:49 +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 1e25d7d93e Minor style improvements
* Get rid of inline style for mobile menu (#22)
* Improve background image & post meta link style
2018-12-31 14:29:07 +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 98c3c64499 Add toggle toc button 2018-12-28 22:52:23 +08:00
Track3 feb4c38717 Add basic toc support 2018-12-24 22:17:22 +08:00
Track3 67f9b4167a Adjust style
<figure>, footnotes, <hr> etc.
2018-12-16 00:02:21 +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