Commit Graph

17 Commits

Author SHA1 Message Date
Marius Bergmann 0840d5a6db Make inline code font size relative to parent
Previously, `rem` was used, which sets the font-size irrespective of its
surrounding context. Changing this to `em` makes it possible to e.g. use inline
code in headings without rendering them much smaller than the surrounding font.
2023-01-07 17:16:11 +01:00
panr e412efb718 minor updates 2023-01-03 00:15:59 +01:00
panr eb7d5dc383 Fix quotes 2022-10-27 16:37:11 +02:00
Hibiki Okada 095e194998 fix scss variables for media queries 2022-10-27 19:00:58 +09:00
panr 54a137aaad Init Hugo Module 2022-10-23 11:16:46 +02:00
panr e99e832d94 Allow OS theme when no theme has been set 2022-06-04 01:15:05 +02:00
panr f7d48e5db4 update anchor styling 2022-01-24 17:30:31 +01:00
KenHV ded5b87db1 Hide anchor in index
Signed-off-by: KenHV <yo@kenharris.xyz>
2022-01-24 20:02:45 +05:30
KenHV d32455142d Add anchors to headings
Signed-off-by: KenHV <yo@kenharris.xyz>
2022-01-24 20:02:45 +05:30
panr 7f39a46444 fix assets handling 2021-11-01 15:54:13 +01:00
Radek Kozieł 074b49d296
Merge pull request #230 from JonnyDaenen/patch-1
Fix gist rendering
2021-11-01 14:43:48 +01:00
panr b5b8d2931a fix `code` upper case letters. closes #251 2021-11-01 09:03:42 +01:00
Radek Kozieł a9a3e1a8f4 add `font-feature-settings: normal` to `code` and `pre` 2021-07-17 23:11:34 +02:00
Jonny Daenen 6f42c9ba30
Fix gist rendering
Hugo gist shortcodes make use of GitHub Gist embedding. As the gist uses a table, it renders wrongly due to the global addressing in the general theme's css. This is a non-elegant fix, but solves the issue.
2021-02-28 13:07:36 +01:00
panr c9cc01c603 Fixes. 2020-09-10 00:22:33 +02:00
panr 2a2122f81c Webpack is back! 2020-09-05 17:46:08 +02:00
panr 0be313316f Init version 2
- Switch to the Hugo Pipes (bye bye Webpack)
- Use Inter from Google Fonts
- Update README
2020-08-09 00:43:49 +02:00