Commit Graph

17 Commits

Author SHA1 Message Date
7bc8a4cb57
Clean up CSS
- Add vim folds to make organized sections
- Rename a lot of classes from post- to page-
- Generalize series CSS classes better
- Clean up navbar div structure
- Remove langpicker and most of multilingual support
- many other minor tweaks
2023-03-24 08:49:02 -05:00
60ed1c0264
Serve fonts (Open Sans and JetBrains Mono) rather than use system 2023-01-22 20:46:18 -06:00
b200623dca
Fix keyboard accessibility of code block copy button 2023-01-22 16:22:51 -06:00
80f5994d96
Improve code block copy text
- Use JS to get it directly from the code block instead of needing a
  separate `pre.code-raw` to get it from. That makes it possible to:
- bashsession: Don't copy prompt or command output
2023-01-22 00:09:34 -06:00
47d6d02186
Add copy to clipboard to code blocks 2023-01-20 17:14:18 -06:00
a26ea62b60
Refresh the code block design 2023-01-20 16:25:28 -06:00
43d406c4fe
Improve accessibility 2021-11-23 19:06:26 -06:00
919ecde4ac
Clean up closing brackets on templates 2021-11-20 18:30:26 -06:00
4eec2d8c4d
Use a less hacky solution to fix trailing newline in render-link.html 2021-11-07 15:47:32 -06:00
e62ccfd085
Remove partialCached for now because I'm worried of it causing issues
It didn't last very long. Speed isn't really a concern currently since
my sites all generate in ~50ms (on my computer, at least).
2021-10-11 21:35:16 -05:00
03834fb1ba
Add caching to some partials that don't change much 2021-10-11 09:52:24 -05:00
1b59b258bc
Move the header link icon to the end 2021-10-10 17:47:45 -05:00
b923054bd3
Enable the section header link icon 2021-10-10 15:14:36 -05:00
ff79ae29b5
Add header link icon but commented out because it looks weird 2021-10-10 15:02:20 -05:00
d803c74ef8
Remove trailing newline in render-link.html 2021-10-07 17:09:10 -05:00
02fcd97a9a
Fix #14
See https://gohugo.io/getting-started/configuration-markup#markdown-render-hooks
2021-10-06 17:15:55 -05:00
2a7a427992
Fix #10 2021-10-02 20:20:44 -05:00