Commit Graph

94 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 4d7f72f68c README.md: Do not fetch Netlify status 2023-01-03 04:25:40 +01:00
Xavier Del Campo Romero 4cbbb801a8 README.md: Do not fetch images from GitHub 2023-01-03 04:24:44 +01:00
Xavier Del Campo Romero 4f0187e50f Customise favicons 2023-01-03 04:20:55 +01:00
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 6f835ad096 baseof.html: Do not minify CSS 2023-01-03 04:17:06 +01:00
Xavier Del Campo Romero 72a11d6751 Implement pure CSS nav menu 2023-01-03 04:15:41 +01:00
Xavier Del Campo Romero f7f6d5def4 baseof.html: Do not bundle any JS 2023-01-03 04:14:05 +01:00
Xavier Del Campo Romero c2d2fcae83 Replace RSS URL from /index.xml with posts/index.xml 2022-05-08 02:50:04 +02: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
Milad Irannejad e6177e0fde Update Readme.md (#56)
Change git submodules link to English version
2019-03-19 20:39:00 +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 39cbfb324a Fix exampleSite taxonomies configuration
* See #50
2019-02-21 22:31:59 +08:00
Track3 ad75aca5c2 Add Netlify status badges and demo link to the readme 2019-02-14 16:29:13 +08:00
Track3 61592cc6fb Set `word-wrap: break-word` by default
* Closes #32
2019-02-14 15:58:07 +08:00
Track3 a892acdcb2 Regenerate resources after merge 2019-02-03 16:27:31 +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
Dmitry Yakimenko c099cb4a0f Add Telegram icon (#45)
This icon is originally designed by @dmitrytrusov for Hugo Minimo theme.
2019-02-03 09:56:20 +08:00
Track3 6da23e4e20 Put metadata tags into partial
And update example config.toml (relate to #40)
2019-02-01 18:14:07 +08:00
Giuseppe Pignataro 23e22be1eb Add Italian translation (#40) 2019-01-31 22:21:59 +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
Ge "David" Feng 885bf2c871 Fix analytics partial (#31)
Add the dot to pass along the current context
2019-01-10 12:12:58 +08:00
Track3 f995f7313c Remove absURL for featuredImg & bgImg
See #29
2019-01-07 20:39:51 +08:00