Commit graph

644 commits

Author SHA1 Message Date
59da399fac Fix all the dark icons 2023-09-15 08:00:21 -07:00
345d5175c9 Copy over the viewBox, width, and height attributes of the light social icons to dark icons 2023-09-15 08:00:21 -07:00
30ec64dd66 Adjust Mastodon icon down 1 px 2023-09-15 08:00:21 -07:00
751f1c7d81 Tweak all the icons
Make them a little bigger. Clean up the view boxes.
Use <img> instead of backgrounds of <a> tags so the Mastodon logo does not get clipped.
2023-08-11 08:05:04 -07:00
d407d9d15a Replace Twitter icon with Mastodon 2023-08-10 07:32:57 -07:00
30b18bd969 [post] Atom Feed Bug Fixes 2023-08-09 08:51:01 -07:00
d685f2e647 Fix the RSS and Atom feeds 2023-08-09 08:21:54 -07:00
a4f54d34f6 Update Nethack logfile for electra 2023-08-08 07:30:00 -07:00
c33d82c0b7 [Post] Netscape Meteors: Retrospective 2023-08-06 14:29:55 -07:00
2fec92c904 Netscape Meteors post 2023-08-02 17:31:48 -07:00
57ce171455 Remove two-column from a couple book posts 2023-08-02 17:30:28 -07:00
afc6e81b70 Redo the figure shortcode to take multiple images
Put all images in a flexbox container
2023-08-02 17:16:30 -07:00
cce2a1670e Add an nvim abbreviation for &times; 2023-08-02 17:15:43 -07:00
64f6161d72 Remove draft tag from Steve Jobs Theater photo post 2023-08-01 18:20:28 -07:00
4604717794 Steve Jobs Theater photo post 2023-07-14 08:44:36 -07:00
f93752e805 Remove draft status from Pajaro Dunes photos 2023-07-14 08:38:26 -07:00
c21398f449 Pajaro Dunes post 2023-07-14 08:37:22 -07:00
bf23ba41a9 Fix a typo in root_css.html 2023-07-14 08:30:16 -07:00
4d14ea9ab2 Process CSS resources as lists (call {{ range }} on them)
All the CSS resource partials return lists now.
2023-07-14 08:26:42 -07:00
6740e7b61d Fix all the CSS resources templates 2023-07-14 08:26:42 -07:00
da64dd30d5 Simplify the draft tag partial
I do not publish drafts to production, so we do not need to check if
the page is being served from localhost in the template.
2023-07-14 08:08:53 -07:00
68618884e8 Add a few more test elements to the test page 2023-07-14 08:07:17 -07:00
f70768ecbf Remove draft status from about page 2023-07-14 08:06:55 -07:00
6a0193c002 Add photos from the Pajaro Dunes trip 2023-07-13 08:06:43 -07:00
1e851f7061 Fix two issues in new-photo-post.py
- Strip typographic quotes from input to slugify()
- Fall back on a floating timestamp if no timezone is given
2023-07-13 07:48:46 -07:00
039efa3c23 Remove flags part of page info debug thingie 2023-05-20 09:44:40 -07:00
5fe0139b93 Fix a stray --body-line-height 2023-05-20 08:32:49 -07:00
ff615a757c Move shortTitle site param to config/_default/params.yaml 2023-05-20 08:31:15 -07:00
4f63fab916 Move all the home styles to inline CSS 2023-05-20 08:28:38 -07:00
1713d5f849 Move site navigation to a partial
It can now be shared between the index and site header templates.
2023-05-20 08:27:55 -07:00
52a79500c0 Tweak the layout of the debug page info thingie 2023-05-20 07:53:26 -07:00
82db8ebfd1 Some test page additions 2023-05-20 07:53:26 -07:00
8029f97f9c Move all the root styles to fragment files
Create assets/styles/root to hold all the fragments of the root
stylesheet. This should make it easier to find and hack on style. Yay!
2023-05-20 07:53:22 -07:00
273c380fe6 Apply tags styles to any ul.tags, not just in the footer 2023-05-17 08:36:57 -07:00
f2800b0619 Use a "major third" type scale from https://typescale.com for the heading font sizes 2023-05-17 08:32:47 -07:00
fc35499d6c Simulate background-clip: text for browsers that don't support it
Move the heading generating to a partial that iteratively wraps each character
of the heading in a <span>. The CSS for the site heading uses :nth-child to
color each span a different color.
2023-05-17 08:28:22 -07:00
0e81f019a7 Fix ruby controls 2023-05-08 20:52:49 -07:00
862b4ce77e Remove draft status! 2023-05-08 20:50:01 -07:00
ba2f868e06 Merge branch 'main' into japan 2023-05-08 20:35:36 -07:00
b3a353c2a8 Fix the page CSS partial so that it generates a new stylesheet for each page 2023-05-08 20:35:12 -07:00
6a6c638b76 Fiddling with the formatting of baseof.html 2023-05-08 20:35:11 -07:00
ca1bb982ca Allow unsafe markup in the Markdown renderer 2023-05-08 20:35:11 -07:00
d6e44d66ef Heian-Jingu photo post 2023-05-08 20:34:47 -07:00
ecd6fbb155 Zen Garden at Hase-dera photo post 2023-05-08 20:34:38 -07:00
fc195c6008 Happy Monks photo post 2023-05-08 20:34:38 -07:00
e346a905fa Add details styling for the TableOfContents 2023-05-08 20:12:55 -07:00
37fecd7dfb Tweak the formatting of table of contents 2023-05-08 20:12:33 -07:00
174e5bc784 Implement ruby controls! 2023-05-08 20:12:11 -07:00
a5f5909bef Limit the ruby/rt transitions to color only 2023-05-08 20:10:22 -07:00
a990aa335a Fix ruby styling 2023-05-08 20:09:17 -07:00