Commit graph

169 commits

Author SHA1 Message Date
c23711db55 Add a blank rss_item.rss template as a catch-all for pages that should not be in the feed 2022-11-15 17:45:19 -08:00
d7accc69ab Put - around $scheme declaration in atom_entry_metadata 2022-11-15 17:45:19 -08:00
ac9112318c Do not escape .Content in the RSS feed templates 2022-11-15 17:45:19 -08:00
ceee419602 Move index templates up to layouts/ 2022-11-15 17:45:19 -08:00
cb90d28de0 Break up the RSS template into item templates, like I did for atom 2022-11-15 17:45:19 -08:00
d7283d6bce Rename the atom_entry templates with .atom suffix 2022-11-15 17:45:19 -08:00
10ac4747dc OOPS! Add back <a> tags to the site menu 2022-11-15 17:45:19 -08:00
bc42979aa4 Remove the back button from photo posts 2022-11-15 17:45:19 -08:00
64d26e5f4f Clean up the site header template a little bit 2022-11-15 17:45:19 -08:00
80d2d27a3a Convert the social menu to a config driven version 2022-11-15 17:45:19 -08:00
106e811c16 Generate a feed.atom too 2022-11-15 17:45:19 -08:00
ad6439b15a Always include <content> in photos atom entry 2022-11-15 17:45:19 -08:00
d3e36a67d4 Add an inline <img> in the photo Atom entry 2022-11-15 17:45:19 -08:00
a06a9f6fcb Use the photo_thumbnail partial in the li_thumbnail_in_grid template 2022-11-15 17:45:19 -08:00
b6f2d7f1a6 Clean up formatting of photo shortcode 2022-11-15 17:45:19 -08:00
7d3b87bfd2 Remove <author> from the Atom entry metadata 2022-11-15 17:45:18 -08:00
762e657c98 Add a set of templates to generate an Atom feed! 2022-11-15 17:45:18 -08:00
6c5fa3c81a Update the photo_thumbnail template to return the thumbnail itself, unmodified, if no changes are required 2022-11-15 17:45:18 -08:00
2fad1714a1 Reformat the head template a little bit 2022-11-15 17:45:18 -08:00
a42f0c6a61 Add photo thumbnail, category, series, and tags to RSS items 2022-11-15 17:45:18 -08:00
60905652e4 Remove the .post-content section around {{ .Content }} 2022-11-15 17:45:18 -08:00
1345a7ee02 Add the series to the content header 2022-11-15 17:45:18 -08:00
48b2a79e0a 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-11-15 17:45:18 -08:00
00e2b5ff03 Use .HasShortcode instead of setting the "includes_" variables in .Page.Store 2022-11-15 17:45:16 -08:00
550d8f5bb0 Use .Page.Store instead of .Page.Scratch for conditional includes of support JS
I saw this on one of the Hugo documentation pages, so I copied it. I am not sure what the difference is.
2022-11-15 17:45:16 -08:00
db1003017f Add a shortcode to embed a photo post in a blog post 2022-11-15 17:45:16 -08:00
2c02361e20 Redo the blog list layout to make it work a little better on narrow screens 2022-11-15 17:45:16 -08: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
1e8b80481e Photos page styles
- Create items in the grid for the month and year
- Use child selectors where possible
- fix the layout
2022-10-25 17:48:20 -04:00
1200833ef3 Get thumbnails oriented the right way before resizing 2022-10-25 17:37:46 -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
782f613d5a Fix up the home page; make the font size bigger; clean up the layout 2022-10-25 17:33:03 -04:00
d738354e41 Default single.html template cleanup 2022-10-21 11:10:23 -07:00
5bfa439700 Bunch of misc photos template clean up 2022-10-21 11:09:30 -07:00
23fc76b1f5 Move the li_grid_with_date template to blog/ 2022-10-21 11:07:05 -07:00
84c7c714ed Use JS to show/hide railroad diagrams based on page width (thanks @hober!) 2022-10-21 11:06:13 -07:00
c7a792182d Group photos posts by month and year 2022-10-20 08:05:39 -07:00
454618222d Add a item template for photos in a grid 2022-10-20 07:52:27 -07: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
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
3d8a4106d3 Fix up the CSS and photos list templates 2022-10-20 07:51:04 -07:00
f286e5062d First cut at a photos site 2022-10-20 07:51:03 -07:00
cb6f06a70a Remove reset.css import 2022-10-15 10:18:14 -07:00
172a35e27f Overhaul the blog list template 2022-10-15 10:15:25 -07:00
d5f9f2a765 Overhaul the look of tags; integrate a category and a cute little triangle 2022-10-15 10:14:48 -07:00
bb4b2cd4e9 Add alt text to my image in the about page and make it scale with content width 2022-10-15 10:14:48 -07:00