Commit graph

22 commits

Author SHA1 Message Date
294fa8343b Get all the fingerprinting done!
- Add partials in the resources folder for each of the major resources of my site
- Consolidate .css and .js files via resources.Concat where possible
2022-11-08 17:45:41 -08:00
d0b223fa33 All the template updates for fingerprinting 2022-11-08 08:55:24 -08:00
73cf350b31 Add a .list class to <main> when there are .Pages 2022-10-20 07:52:27 -07:00
1df2846b6d Use relative URLs in the baseof template 2022-10-20 07:52:27 -07:00
cb6f06a70a Remove reset.css import 2022-10-15 10:18:14 -07:00
9e72b74200 Make sure CSS files are only included once 2022-10-15 10:04:04 -07:00
c48d7e0f3b Only include .FirstSection's CSS if it's not the home page 2022-10-09 17:34:51 -07:00
d1171e992f Distribute all the main.css styles to their own stylesheets and remove main.css 2022-10-09 12:16:53 -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
c3bf9b61dd Move dark mode script to site.js 2022-09-18 13:41:29 -07:00
3fb0ef35fe Update the blog list layout 2022-09-11 10:40:25 -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
6c915ab925 Add debug page info to the bottom left corner of the page 2022-09-07 08:44:52 -07:00
83f9550849 New home page! 2022-09-03 15:30:38 -07:00
6f21bae492 Move scripts to the bottom of the body 2022-08-27 10:09:55 -07:00
45dc56631c Remove undeferred p5 related scripts from baseof.html 2022-08-16 09:20:56 -07:00
f3a0b7ab27 Remove some stray "" 2022-03-25 23:38:15 -07:00
2e2afbdd44 Move the p5 script includes to the bottom of the <body> 2022-03-25 23:21:43 -07:00
476bac98e6 Make some variables in the base post const 2022-03-24 23:15:47 -07:00
265734bfe1 Clean up the dark mode script block 2021-12-26 13:06:22 -07:00
d4b977b1ee Statically define the social icons 2021-10-10 19:59:28 -07:00
512c8ec2da Add baseof template; move it from the theme 2021-10-10 10:31:57 -07:00