Vojtěch Káně
dd5da12b96
Update nixpkgs -> update hugo to 0.152.2
...
That also requires a couple of changes in the template. For some of them I just remove the corresponding feature like analytics and comments.
2026-02-22 21:08:59 +01:00
Vojtěch Káně
5b437caa4e
content/contact: link to my Fediverse profile
2026-02-22 10:29:14 +01:00
Vojtěch Káně
9498944f53
Inline the submodule of themes/hermit with a git-subtree
...
Add 'themes/hermit/' from commit '56843f347a642324970ba30d58f23c64e037bb7c'
git-subtree-dir: themes/hermit
git-subtree-mainline: 7844fa5501c271b1b2b5ece2cb19f3202cd6e5ad
git-subtree-split: 56843f347a
2026-02-21 23:42:08 +01:00
Vojtěch Káně
cfb0138271
content/donating-challenge/2025-07-pyinfra: init
2025-07-03 14:54:52 +02:00
Vojtěch Káně
3eeab2d040
content/posts/give-back-good-docs: init
2025-07-03 14:44:01 +02:00
Vojtěch Káně
2ff4240297
content/donating-challenge/2025-03-ua: init
2025-07-03 14:43:43 +02:00
Vojtěch Káně
999074ff4f
content/blogroll/blackblog: init
2025-07-03 14:43:00 +02:00
Vojtěch Káně
0a298cc644
posts/not-dead: init
2025-07-03 14:42:16 +02:00
Vojtěch Káně
d47b787267
content/contacts: update email address
...
vojtech@vkane.cz was planned, but never actually created
2025-07-03 14:39:55 +02:00
Vojtěch Káně
18384ad175
flake.nix: make the build process more robust
2025-07-03 14:37:54 +02:00
Vojtěch Káně
7c6ce30f48
Pátek has moved to a new domain
2024-01-10 23:19:59 +01:00
Vojtěch Káně
3e745c2e6c
Update nixpkgs => bump Hugo version to v0.102.2+extended
...
Update CLI flags to their new form.
2022-09-08 23:05:23 +02:00
Vojtěch Káně
3f66702c11
donating challenge: mozilla
2022-02-22 12:20:05 +01:00
Vojtěch Káně
2fe3db2be8
Add donating challenge
2022-01-24 19:44:36 +01:00
Vojtěch Káně
bb85ce388e
Add blogroll/sijisu.md
2021-11-15 13:01:11 +01:00
Vojtěch Káně
5fc68bb2b5
Add blogroll/greenscreener.md
2021-11-15 13:00:49 +01:00
Vojtěch Káně
6ab10c894c
Add posts/3D-printing-and-perimeters
2021-07-13 23:55:37 +02:00
Vojtěch Káně
8c0c22966e
Fix typos
2021-06-04 11:43:48 +02:00
Vojtěch Káně
e908551eca
Initial commit
2021-06-01 17:45:59 +02:00
Vojtěch Káně
56843f347a
Add URL fragments in build time
2021-06-01 17:33:59 +02:00
Vojtěch Káně
c0f87fe601
Remove support for featured images
2021-06-01 17:32:58 +02:00
Vojtěch Káně
bcb0b3e9e4
Move header up and disable hiding
2021-06-01 17:32:06 +02: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