3ef4c7eb1b
Add a set of templates to generate an Atom feed!
2022-11-03 09:16:25 -07:00
e83ba90c62
Update the photo_thumbnail template to return the thumbnail itself, unmodified, if no changes are required
2022-11-03 09:16:13 -07:00
4c3a61ad5d
Reformat the head template a little bit
2022-11-03 09:15:45 -07:00
55f0526f6e
Remove the .post-content section around {{ .Content }}
2022-10-31 08:41:40 -07:00
76e3da0de1
Add the series to the content header
2022-10-31 08:41:24 -07:00
ecb39a9298
Move footer tags list to a partial so photos and blogs can use the same template
...
Simplify the blog post layout by removing the <article> tag
2022-10-31 08:40:17 -07:00
57947282ce
Add a shortcode to embed a photo post in a blog post
2022-10-30 11:31:47 -07:00
e7b2cb493a
Redo the blog list layout to make it work a little better on narrow screens
2022-10-30 11:30:41 -07:00
0a410b0ad8
Expand the theme colors to full 6-digit hex values
2022-10-26 09:20:06 -04:00
d45ad6e1ae
Add images/orientation_angle partial that returns the angle (in degress) of the orientation from an image's Exif info
2022-10-25 17:55:47 -04:00
397c2262be
Clean up the footer layout and styles
2022-10-25 17:37:15 -04:00
27f88ab3b5
Clean up the header layout and styles
2022-10-25 17:36:06 -04:00
ae19e1a777
Photos WIP
2022-10-20 07:52:27 -07:00
16a76afed8
Add meta theme-color tags to <head>
2022-10-20 07:52:27 -07:00
f286e5062d
First cut at a photos site
2022-10-20 07:51:03 -07:00
d5f9f2a765
Overhaul the look of tags; integrate a category and a cute little triangle
2022-10-15 10:14:48 -07:00
17abf75b7e
Clean up head.html
2022-10-15 09:35:07 -07:00
db890fb19f
Slightly improve how tags are fetched
2022-10-09 17:35:16 -07:00
658eecfa1e
Add some development data to the debug table
2022-10-09 17:34:06 -07:00
dca0f2e7e5
Remove resume from site menu and sort blog first
2022-10-09 13:33:01 -07:00
9ae600d8ce
Merge branch 'redesign'
2022-10-09 12:55:01 -07:00
d7077b88f1
Let's get some heading font sizes up in here
2022-10-09 12:50:08 -07:00
a6128d8556
Add a new line in single_main.html
2022-10-09 12:17:02 -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
2752c6bf81
Add an .active class to current active link in the nav bar
2022-09-25 07:41:30 -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
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
e1d6c78cdf
Re-mark up the footer
2022-09-11 10:38:09 -07:00
6c915ab925
Add debug page info to the bottom left corner of the page
2022-09-07 08:44:52 -07:00
6f21bae492
Move scripts to the bottom of the body
2022-08-27 10:09:55 -07:00
55781cd599
Allow the Page's resources front matter to control whether a JS script is imported as a module
...
resources:
- src: script.js
params:
is_module: <true|false>
2022-08-18 20:19:10 -07:00
7b9cb6bf73
Slightly tweak how site CSS files are imported in <head>
2022-08-18 20:18:43 -07:00
a897f476e6
Include Railroad.js files in <head>
2022-08-18 20:18:05 -07:00
4c1baa2b6d
Add syntax highlight config to site config file
...
Generate a Monokai and MonokaiLight CSS file for highlighting
Include the CSS file in <head>
2022-08-18 20:16:41 -07:00
b495d84c64
Include p5 scripts if includes_p5_sketch is set in the page's .Scratch
...
Update the p5_sketch shortcode to set that value in .Scratch
2022-08-16 09:17:27 -07:00
14babf16eb
Do the same for page resource scripts as for page resource CSS files
...
Look up page resources matching *.js and include all of them as deferred module
scripts.
2022-08-16 09:13:38 -07:00
9ffa94f8af
Add Tab's railroad.js to the blog
...
- Include railroad.js from http://tabatkins.github.io/railroad-diagrams/
- Include railroad.css from the same, and tweak it to match my style a bit
better
- Add a railroad-utils.js file that declares a railroadDiagram function. It
takes a builder function and an element ID, calls the builder and adds the
resulting diagram to the element with the given ID.
- Add a railroad_diagram shortcode that wraps that all up so you can write a
diagram inline with a post.
- Add script includes if the railroad_diagram shortcode is used. The shortcut
sets a variable in the page's .Scratch that is looked up in the head partial
template to determine whether to include these scripts.
2022-08-16 09:12:13 -07:00
7efd9a3bd6
Redo all the RSS -> feeds go to feed.rss now!
2022-05-05 13:17:37 -07:00
50be6f8f91
Format the Nethack score with commas
2022-04-24 17:36:09 -07:00
7f470262ec
Move the nethack templates into nethack/ subdirectories of partial and shortcodes
2022-04-17 10:12:34 -07:00
2e2afbdd44
Move the p5 script includes to the bottom of the <body>
2022-03-25 23:21:43 -07:00
8e5c9ebb3a
Include the p5.js script when is_p5js_sketch is set in the front matter
2022-03-24 23:15:24 -07:00
797b20104a
Add dark mode icons for social media accounts
2021-12-27 18:31:54 -07:00
257dbb9bd2
Lots of responsive fixes
2021-12-27 14:55:26 -07:00
5c65dade97
Add RSS link to social links in the header
2021-12-27 14:08:21 -07:00
10d7bc1ddd
Clean up some of the tag formatting in head.html
2021-12-27 10:26:00 -07:00
68e2f6e0ac
Use .Draft instead of .IsDraft -- the latter is deprecated now
2021-12-27 10:25:42 -07:00