Commit graph

390 commits

Author SHA1 Message Date
9ebc58f50a Fix code blocks in "Boot Raspberry Pi Over TFTP" post 2022-10-01 10:26:28 -07:00
6af32976c6 Add a code figure and get highlighted lines to wrap 2022-10-01 10:26:23 -07:00
de215d5eb2 Clean up comments and tags in head.html partial 2022-09-26 13:21:58 -07:00
16201877f4 Move single page scripts to a scripts block 2022-09-26 13:21:43 -07:00
c47444925c Remove unnecessary classes and data attributes from <body> 2022-09-26 13:21:01 -07:00
e029548d04 Make active nav link bold, set color, and adjust font weights of the nav bar 2022-09-25 08:51:43 -07:00
f24e124f86 Some spacing changes around h* and p tags 2022-09-25 08:51:12 -07:00
b6ab68aa4d Do not uppercase the dates of posts 2022-09-25 08:50:39 -07:00
2f3a32e28d Move a smattering of tags from main.css to root.css: h*, img, p, pre 2022-09-25 08:50:17 -07:00
10d7c586c0 Move color variables from main.css to root.css; split body and header colors 2022-09-25 08:48:33 -07:00
979cd1bbcb Move CSS helper classes to root.css 2022-09-25 08:47:02 -07:00
7f79238868 Make sure the header stays on top of everything (z-order fix) 2022-09-25 08:45:56 -07:00
105c464e70 Add header styles including a nice animation in the .animated class 2022-09-25 08:45:29 -07:00
312dd30be6 Reorder the footer styles in root.css 2022-09-25 08:43:27 -07:00
fe652e1c44 Remove the menu styles from main.css 2022-09-25 08:38:44 -07:00
5b1f9e7d08 Move the figure styles to root.css 2022-09-25 08:34:54 -07:00
f1c56b0eb6 Move the {{ end }} tag to the right place in the index template 2022-09-25 08:33:56 -07:00
3952c777a6 Add margin after figures, highlights, and p tags 2022-09-25 08:33:25 -07:00
cdf4b41c16 Get the debug table looking better 2022-09-25 07:57:13 -07:00
21791d9937 Make the home page platter fit content rather than scaling with the page 2022-09-25 07:57:13 -07:00
4800d22fb6 Update the resume template and styles 2022-09-25 07:57:06 -07:00
ee9da5b829 Move tag styles to blog.css 2022-09-25 07:52:22 -07:00
93006dadcb Add some JS to run at DOMContentLoaded that animates the header in
The header animates in when the UA navigates from the home page or from another site,
but not when navigating from other pages on the site.
2022-09-25 07:47:09 -07:00
70a380e941 Update the simple layout 2022-09-25 07:45:47 -07:00
2752c6bf81 Add an .active class to current active link in the nav bar 2022-09-25 07:41:30 -07:00
ab8996b0c4 Move social icons over to root.css 2022-09-25 07:34:52 -07:00
294314ed6b Add a pre reset 2022-09-24 07:50:08 -07:00
5036e7f56f Move --transition-duration to root.css 2022-09-24 07:49:43 -07:00
b4293bcd32 Move the main.css link to baseof and move the styles block below all the page-level links 2022-09-24 07:48:20 -07:00
430846449d Remove the .centered div around figuers 2022-09-24 07:47:39 -07:00
05d87dfa19 Rename the transition duration variable on the home page 2022-09-24 07:47:09 -07:00
3d7aa7a092 Add a JSON output format to single pages so they can be fetched async with JS 2022-09-24 07:46:16 -07:00
21cab74651 Remove link to main.css from single page template 2022-09-24 07:45:29 -07:00
25b988c906 Update the about page to make it less like a landing page 2022-09-24 07:44:07 -07:00
e05ad9372b Remove the dark-mode thing 2022-09-18 14:01:47 -07:00
c3bf9b61dd Move dark mode script to site.js 2022-09-18 13:41:29 -07:00
ea43893d4a Fix animations for narrow screen widths 2022-09-11 10:53:07 -07:00
3b74c3a256 Add a "narrow" railroad diagram to the audio scope post; add line numbers to the samples listing 2022-09-11 10:44:13 -07:00
fc2bbb2126 Move the old home page content to an about page 2022-09-11 10:43:36 -07:00
57b0c141c1 Continue purging styles from main.css 2022-09-11 10:43:23 -07:00
257c48039b Move post specific markup to the single template 2022-09-11 10:43:08 -07:00
0bbcda8032 Re-mark up the site heading 2022-09-11 10:42:15 -07:00
8f63f7c119 Remove the <link> tags from the document <head> 2022-09-11 10:41:42 -07:00
7325debd66 Fix up the layout of the debug content
Put it in the bottom left in a disclosure
2022-09-11 10:41:19 -07:00
3fb0ef35fe Update the blog list layout 2022-09-11 10:40:25 -07:00
2ebd743ce5 Draw a platter around the home page layout 2022-09-11 10:39:06 -07:00
e1d6c78cdf Re-mark up the footer 2022-09-11 10:38:09 -07:00
27154cdfc2 Break up reset and root styles into separate stylesheets and include them directly in baseof.html 2022-09-07 08:46:02 -07:00
295c61466c Add about page to the menu 2022-09-07 08:45:10 -07:00
6c915ab925 Add debug page info to the bottom left corner of the page 2022-09-07 08:44:52 -07:00