f1b401a181
fix(config): fix wrong svg alt attributes and how posts handle authors
2024-03-14 16:22:29 +01:00
9be8cc9bdc
fix(update): compatibility issues such as google analytics and deprecated Go methods
2024-03-14 15:34:07 +01:00
47a3426ed0
feat(SVG): make icons on posts non selectable
2022-09-27 18:44:05 +02:00
7139e0e4c4
feat(SVG): make icons non draggable and selectable
2022-09-27 18:35:03 +02:00
3b21dce8cd
feat(layouts): make SVGs use img instead of object
2022-09-27 18:04:37 +02:00
2ad210a5e3
feat(tags): tags are now only shown on the header
2022-08-18 18:30:41 +02:00
861a89325f
fix(posts): removed useless psace before quotes
2022-08-18 18:25:17 +02:00
f07c389e88
fix(posts): added missing margin
2022-08-18 18:22:43 +02:00
b76c7caad4
fix(posts): using feather class
2022-08-18 18:20:07 +02:00
4e42be059e
fix(posts): added missing margin
2022-08-18 18:16:28 +02:00
b76ffdd729
fix(posts): fix broken rendering styles
2022-08-18 18:13:21 +02:00
6f43dd1c3a
fix(posts): fix broken rendering of svgs
2022-08-18 18:00:53 +02:00
716d176f22
feat(comments): remove comment page
2022-08-18 17:53:50 +02:00
d19c41f6de
fix(layout): repair non rendering posts
2022-08-18 17:50:10 +02:00
d888c8eeff
feat(svg): now serving svgs in separate files
2022-08-18 17:33:56 +02:00
8eea49af62
Revert "feat(writeups): add writeups folder for layout"
...
This reverts commit 84e4d66a9d .
2022-08-18 17:04:07 +02:00
84e4d66a9d
feat(writeups): add writeups folder for layout
2022-08-18 16:56:57 +02:00
bd24f96120
feat(theme): add preloads and defers
2022-08-08 16:25:13 +01:00
ba678184f8
feat(js): added async keyword to body's scripts tags
2022-08-08 15:32:12 +01:00
06ef22a8bc
feat(cosmetics): updated background for home and error page, updated title
2022-08-02 19:33:15 +01:00
f843c196df
feat(404): changed the error page to be generic and used with a custom go server
2022-08-02 16:08:52 +01:00
8349b3af78
fix(resources): remove old theme
2022-07-29 19:49:44 +01:00
7517b1304f
feat(404): cleaned up 404 page
2022-07-29 18:44:23 +01:00
2a032fb43b
feat(init): push new modifications
2022-07-29 18:20:11 +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
Tnze
d638b06204
Add social icon of QQ ( #118 )
2020-03-08 17:10:18 +08:00
Track3
fc2dea0436
Merge pull request #108 from rlespinasse/french
...
Add French translation
2019-12-17 21:29:28 +08:00
romain lespinasse
a35fa27192
Add French translation
2019-10-27 21:53:20 +01:00
Track3
f647c23dac
Merge pull request #106 from Nico264/patch-1
...
Add safeURL to social icons links
2019-10-27 20:45:42 +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
Nicolas Guichard
c6af673ff8
Add safeURL on social icons links
...
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:`.
2019-10-27 13:14:30 +01:00
Tong Wu
f6d80e4407
Fix redundant .MediaType.Suffix ( #100 )
...
Fix alternative output formats list:
* Fix redundant .MediaType.Suffix
* Correct `title` attribute value to page title
2019-10-27 18:23:28 +08:00
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
Adam Gausmann
1321f9e135
Add Twitch social icon ( #95 )
2019-09-15 16:29:44 +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
Alexander Dunkel
16c9d78ae5
Add code copy button to all code fields in the blog ( #81 )
2019-08-18 22:27:31 +08:00
Zorawar Moolenaar
a9f2ddcfa9
Fix Integrity and CORS issue on Chrome ( #89 )
...
Adding `crossorigin="anonymous"` to avoid CORS issues.
2019-08-18 20:38:40 +08:00
Track3
14cd856ac6
Update README.md
2019-07-28 18:34:18 +08:00
Hervy Qurrotul Ainur
24da8768ad
Add new icons for designers ( #85 )
...
* Add several icons for designers & microstocker: shutterstock, freepik, adobestock, 123rf, dreamstime, dribbble, and behance.
* Update telegram & stackoverflow icon.
2019-07-28 18:10:43 +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
Track3
c05698cf6d
Add netlify.toml
2019-06-19 15:05:36 +08:00
Track3
41f77a9dc1
Regenerate resources after merge
2019-06-15 22:48:12 +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
8cdd37c74f
Add stackoverflow icon
...
* See #68
2019-05-26 17:48:19 +08:00
Track3
0101f8b8d9
Update readme
...
Add instructions about modifying theme color or fonts, see #66
2019-05-11 22:12:21 +08:00
Tom Morris
281dd59105
Add rel="me" to social icons ( #61 )
2019-04-23 10:48:20 +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