Commit Graph

133 Commits

Author SHA1 Message Date
BBaoVanC 54e639ecc3
Don't automatically put copyright in <p> 2023-11-11 20:33:08 -06:00
BBaoVanC c980ced2fb
Remove back to top button
It's kind of ugly and weird, and probably not necessary. I might add it
back in the future if it's actually needed again.
2023-11-05 17:41:59 -06:00
BBaoVanC 12c6efc0fe
Add "Skip to main content" tab-focusable button
- https://webaim.org/techniques/skipnav/
- https://css-tricks.com/how-to-create-a-skip-to-content-link/
2023-10-21 20:21:26 -05:00
BBaoVanC 0e930f7ae1
Clean up dom layout of full-width page lists
They shouldn't be a child of the centered, max-width'd body because they
need to be full width. So put them outside of the main container div.
2023-10-21 19:44:02 -05:00
BBaoVanC f94307cdbf
Redesign navbar to be full width 2023-10-15 19:33:10 -05:00
BBaoVanC c0426f191a
Revert ":3"
This reverts 50a207b8ee
2023-10-15 00:42:45 -05:00
BBaoVanC 18731498e8
Minor W3C validation fixes
Hopefully more to come soon, there's a lot of errors and warnings
2023-04-06 00:25:08 -05:00
BBaoVanC ad5c40b02b
Use CSS to set footer font size instead of <small> 2023-04-06 00:18:18 -05:00
BBaoVanC 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
BBaoVanC d34b2a56d7
Remove series position indicator -- racy and buggy 2023-03-18 21:11:07 -05:00
BBaoVanC 50a207b8ee
:3 2023-03-18 20:23:49 -05:00
BBaoVanC 6f140f096b
Organize summary template files
Also a small CSS patch to fix margin around post-title
2023-02-28 18:24:19 -06:00
BBaoVanC 316c62ebe8
Remove unnecessary credit.html partial 2023-02-28 17:54:22 -06:00
BBaoVanC 60ed1c0264
Serve fonts (Open Sans and JetBrains Mono) rather than use system 2023-01-22 20:46:18 -06:00
BBaoVanC 3fae019148
Finish support for list page subtitle
Fixes #27 (as long as I didn't miss anything)
2023-01-22 16:43:09 -06:00
BBaoVanC b200623dca
Fix keyboard accessibility of code block copy button 2023-01-22 16:22:51 -06:00
BBaoVanC 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
BBaoVanC 8eb642dbc8
Remove <hr> separator before footer 2023-01-21 23:32:32 -06:00
BBaoVanC 47d6d02186
Add copy to clipboard to code blocks 2023-01-20 17:14:18 -06:00
BBaoVanC a26ea62b60
Refresh the code block design 2023-01-20 16:25:28 -06:00
BBaoVanC 54f89dad51
Make .post-content an <article> instead of <div> 2022-05-22 19:51:16 -05:00
BBaoVanC a65a435b1d
Replace <li> in page lists with semantic HTML <article> 2022-05-21 23:20:22 -05:00
BBaoVanC 8e3fb4038a
Small shortcode cleanuo & use .IsNamedParams 2022-05-13 14:34:42 -05:00
BBaoVanC 805dc65ccb
Split duplicated `.page-list` div into separate partial 2022-05-06 21:14:42 -05:00
BBaoVanC 034ef462a2
Make a config option for "Latest Posts" on content pages 2022-05-04 22:05:57 -05:00
BBaoVanC 56610009e9
Add latest posts section to the bottom of every content page 2022-05-04 22:02:36 -05:00
BBaoVanC 76b0383c2c
Update related posts design and move comments above it 2022-05-04 18:45:02 -05:00
BBaoVanC 72ebcf134a
Add share buttons below post 2022-04-30 21:23:45 -05:00
BBaoVanC c82d5602bb
Add "Latest Posts" section to homepage 2022-04-29 19:09:26 -05:00
BBaoVanC ac9ca6f97e
Add a duplicate series-box to the bottom of the page 2022-04-19 17:51:03 -05:00
BBaoVanC 8cadf8e735
Move prevnext to be above related posts 2022-04-12 21:57:58 -05:00
BBaoVanC 2371f1de13
Revert "Use a markdown file for footer"
This reverts commit 81e141cef9.

The footer.md gets rendered at /footer/ which is not intended.
2022-04-11 02:10:40 -05:00
BBaoVanC 81e141cef9
Use a markdown file for footer 2022-04-10 22:33:28 -05:00
BBaoVanC 2113c7a4e9
Better related posts section 2022-04-10 15:42:58 -05:00
BBaoVanC e8f9d1c5df
Replace See also with a nicer looking Related posts section 2022-04-10 02:14:42 -05:00
BBaoVanC dff23045a8
Use <main> and have different class names for authors 2022-04-09 23:29:22 -05:00
BBaoVanC 4f450374cf
Use RenderString for extra footer content 2022-04-09 20:03:56 -05:00
BBaoVanC 2cc4f45d4f
Add the option to add even more stuff to footer 2022-04-09 19:26:52 -05:00
BBaoVanC 37c04460b5
Clean up some of the div layout 2022-04-04 21:47:26 -05:00
BBaoVanC 80e96736cd
Give a name to the #top anchor 2021-11-25 23:45:46 -06:00
BBaoVanC 6bedf987d6
Don't put the `no_posts` message inside a <ul> 2021-11-25 23:34:56 -06:00
BBaoVanC 43d406c4fe
Improve accessibility 2021-11-23 19:06:26 -06:00
BBaoVanC e9d8efce44
Don't hide the back to top button if JS is disabled 2021-11-23 17:14:59 -06:00
BBaoVanC e982824031
Show post count in series metadata 2021-11-23 13:58:48 -06:00
BBaoVanC 55bbfa90e4
Show page position in series on series taxonomy pages
Fix #40
2021-11-23 13:14:44 -06:00
BBaoVanC 161c68d16c
Add back to top button 2021-11-22 20:49:11 -06:00
BBaoVanC ead88d5e16
Use indentation inside templating blocks for better readability 2021-11-22 02:21:15 -06:00
BBaoVanC e1e211a42a
Add a .Render view for subsection summary too 2021-11-22 02:07:48 -06:00
BBaoVanC f77c61b561
Clean up directory structure of partials and .Render templates 2021-11-22 01:57:35 -06:00
BBaoVanC 8067173f0c
Revamp authors taxonomy
Fixes #43
2021-11-22 01:36:38 -06:00