Commit Graph

183 Commits

Author SHA1 Message Date
BBaoVanC 9e0c03b0db
Change Software category to Reviews & update bobatheme 2024-01-22 20:53:13 -06:00
BBaoVanC 19cb929ae9
Update bobatheme - update syntax CSS 2023-12-01 20:08:41 -06:00
BBaoVanC b811714ca5
Update bobatheme - fix selecting code line numbers in Safari 2023-12-01 19:58:53 -06:00
BBaoVanC 0f4db51ba7
Clarify licensing
Website code is MIT; only the content is CC. Also change license from
CC BY to CC BY-SA.
2023-11-11 20:39:34 -06:00
BBaoVanC ed9520adef
Update bobatheme - remove back to top button 2023-11-05 18:02:16 -06:00
BBaoVanC 8f6722215e
Update bobatheme - revert lazy loading bobastyle.css 2023-11-05 01:20:48 -05:00
BBaoVanC 7420561514
Update bobatheme - minor lazy loading performance tweaks
- Rename config.yaml to hugo.yaml
- Load syntax CSS async
- Load bobastyle.css async too
- Lazy load images
- Fix async loading of bobastyle.css
2023-11-05 01:12:21 -05:00
BBaoVanC 1cf5c2a324
Update bobatheme - Hugo v0.120.0 compatibility
- Patch link issue with delimit due to breaking change in Hugo v0.120
- Move site author to be under params due to .Site.Author deprecation
2023-11-03 23:35:21 -05:00
BBaoVanC 9a5a182879
Update bobatheme (fix print padding on main container) 2023-11-02 01:07:46 -05:00
BBaoVanC 5051c908e7
Update bobatheme
- Clean up dom layout of full-width page lists
- Remove option of latest posts section on bottom of content pages
- Add "Skip to main content" tab-focusable button
- Rename config.yaml to hugo.yaml
2023-10-21 21:54:05 -05:00
BBaoVanC 49f57c2b5e
Change bashsession highlighting to console
It got renamed to bash-session in some chroma update (maybe hugo hadn't
updated for a while), but console is just an alias for it anyways so
I'll use that instead.
2023-10-16 20:36:14 -05:00
BBaoVanC 73a900d36d
Update bobatheme - Improve print compatiblity with navbar redesign 2023-10-15 20:54:34 -05:00
BBaoVanC 2e613416e5
Update bobatheme - Fix wrong highlight in navbar 2023-10-15 19:42:19 -05:00
BBaoVanC f0edaa67d5
Update bobatheme
- Revert ":3"
- Fix navbar highlighting on section page itself
- Redesign navbar to be full width
2023-10-15 19:36:35 -05:00
BBaoVanC 3e03c1a2b0
Move some categories to be tags
Also:

- BBaoVanC/bobatheme@e8a34ae4a4
- Fix description of linux-swap tag
2023-04-10 15:14:23 -05:00
BBaoVanC dd9936a74b
Update bobatheme 2023-04-06 00:26:47 -05:00
BBaoVanC 0e67adf41c
Update bobatheme - CSS cleanup 2023-03-24 08:51:09 -05:00
BBaoVanC b4c695aeb4
Update bobatheme
- Remove credit.html partial
- Reorganize summary template files
- Fix margin around post-title
- Remove series position indicator
- :3
2023-03-18 21:39:27 -05:00
BBaoVanC 1ce61b8260
Update bobatheme
- Prevent page breaking in some elements when printing
- Use RenderString instead of markdownify in some places
2023-01-27 16:42:58 -06:00
BBaoVanC 43d4f47e29
Update bobatheme
- Add aria labels to share buttons
- Fix table borders between th and td in same line
- Add `link-1` color to light theme too
2023-01-26 16:54:29 -06:00
BBaoVanC 510e3e9bf9
Fix code block text size for mobile safari 2023-01-24 01:54:42 -06:00
BBaoVanC 685a9ed8f4
Use relative URL for font files 2023-01-24 01:34:47 -06:00
BBaoVanC 07f586e5b0
Add a markdown snippet to explain `bashsession` [skip ci]
Will be used by a future post
2023-01-23 20:25:04 -06:00
BBaoVanC d21feef5b9
Serve our own fonts instead of using system 2023-01-22 20:46:51 -06:00
BBaoVanC e49b0aa583
Various small fixes in bobatheme
- Finish support for list page subtitle
- Change color when hovering over share buttons
- Change print button to an <a> to match the rest of the buttons
- Make the left bar of blockquote lined up with rest of text
- Fix contrast of code block Copy button
- Fix keyboard accessibility of code block Copy button
2023-01-22 16:46:07 -06:00
BBaoVanC 91bc38bdd4
Update bobatheme (includes improvements to code blocks) 2023-01-22 00:11:22 -06:00
BBaoVanC b863f577ae
Refresh code block design and add copy to clipboard
Fixes #58
2023-01-20 17:14:31 -06:00
BBaoVanC 100a86b85f
bobatheme: Website header title should not be h1 2023-01-08 00:03:08 -06:00
BBaoVanC 8321945015
Add description to taxonomies and add some missing tag descriptions 2023-01-07 20:42:40 -06:00
BBaoVanC bde9df2aa6
Tweak spacing under page h1 headings 2022-07-20 21:49:09 -05:00
BBaoVanC 87c5d4f1b3
Update bobatheme -- prevent console prompt symbol highlighting 2022-07-19 00:09:33 -05:00
BBaoVanC 31a72c92fa
Update bobatheme -- fixed syntax highlighting styling 2022-07-02 19:01:25 -05:00
BBaoVanC bc76fb5458
Update comments.css for latest Isso version & update bobatheme 2022-06-30 20:09:19 -05:00
BBaoVanC ddb0045088
Move comments CSS to separate file 2022-06-15 15:10:46 -05:00
BBaoVanC 01c2b34920
Remove newsletter + update bobatheme (semantic HTML tweaks) 2022-05-23 02:17:47 -05:00
BBaoVanC c014da3fe3
Update bobatheme - semantic HTML improvements 2022-05-21 23:25:55 -05:00
BBaoVanC cef5fe28dc
Update bobatheme -- :target styling 2022-05-21 20:57:09 -05:00
BBaoVanC c50d3fda88
Update bobatheme & fix tab focus styling on Isso buttons 2022-05-18 17:21:12 -05:00
BBaoVanC 6145d4e8d7
Update bobatheme - small tweak 2022-05-15 18:26:47 -05:00
BBaoVanC 94a2404a83
Update bobatheme (complete color scheme overhaul) 2022-05-14 23:38:32 -05:00
BBaoVanC f0036f20b9
Update bobatheme (should have basically no changes) 2022-05-13 22:14:46 -05:00
BBaoVanC 5b0c092bc0
Update bobatheme - taxonomy formatting 2022-05-10 12:05:19 -05:00
BBaoVanC 927e775439
Replace view source link with edit history in bobatheme 2022-05-08 16:14:17 -05:00
BBaoVanC 05c8e0da9d
Printing improvements 2022-05-08 15:46:08 -05:00
BBaoVanC 191c9a5185
Update bobatheme: colors 2022-05-08 00:50:01 -05:00
BBaoVanC 3668b6cfb1
Completely redo categories and tags 2022-05-06 23:13:14 -05:00
BBaoVanC 827a049946
Update bobatheme 2022-05-04 22:07:05 -05:00
BBaoVanC ba9c62ed4f
Add Share event to Plausible 2022-05-01 18:19:45 -05:00
BBaoVanC d27f095c1a
Update bobatheme - favicons and share buttons 2022-04-30 21:55:46 -05:00
BBaoVanC 26ccc90cff
Add blog post newsletter post 2022-04-30 01:03:08 -05:00