Commit graph

420 commits

Author SHA1 Message Date
8dbd68a3d8 Wrap up this blog post 2022-11-15 17:45:46 -08:00
3d96dcf0c8 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:46 -08:00
df42fa88f0 Put - around $scheme declaration in atom_entry_metadata 2022-11-15 17:45:46 -08:00
e73040bb44 Do not escape .Content in the RSS feed templates 2022-11-15 17:45:46 -08:00
af23a386cf Move index templates up to layouts/ 2022-11-15 17:45:46 -08:00
a0994e75e9 Break up the RSS template into item templates, like I did for atom 2022-11-15 17:45:46 -08:00
8b2c0ecdb5 Rename the atom_entry templates with .atom suffix 2022-11-15 17:45:46 -08:00
cd85c44f6e OOPS! Add back <a> tags to the site menu 2022-11-15 17:45:46 -08:00
32665d45f6 Remove the back button from photo posts 2022-11-15 17:45:46 -08:00
09b72463e6 Clean up the site header template a little bit 2022-11-15 17:45:46 -08:00
6ef2172411 Convert the social menu to a config driven version 2022-11-15 17:45:46 -08:00
69c9588608 Generate a feed.atom too 2022-11-15 17:45:46 -08:00
96382b3231 Always include <content> in photos atom entry 2022-11-15 17:45:46 -08:00
bdfbcc634d Add alt text to the Harpswell post 2022-11-15 17:45:46 -08:00
5fb1070178 Add an inline <img> in the photo Atom entry 2022-11-15 17:45:46 -08:00
2a796299a5 Use the photo_thumbnail partial in the li_thumbnail_in_grid template 2022-11-15 17:45:46 -08:00
032fac4396 Clean up formatting of photo shortcode 2022-11-15 17:45:45 -08:00
05fec7a13c Remove <author> from the Atom entry metadata 2022-11-15 17:45:45 -08:00
7f12acf917 OOPS! Fix permalinks on photo pages 2022-11-15 17:45:45 -08:00
641fd8ccbf Add a set of templates to generate an Atom feed! 2022-11-15 17:45:45 -08:00
2c432932db Update the photo_thumbnail template to return the thumbnail itself, unmodified, if no changes are required 2022-11-15 17:45:45 -08:00
d85baf5d92 Reformat the head template a little bit 2022-11-15 17:45:45 -08:00
27833ba545 Get the Atom output type all set up
Atom feed is generated at feed.xml using the index.atom.xml template
2022-11-15 17:45:45 -08:00
21d7ced130 Add email to Author config 2022-11-15 17:45:45 -08:00
be6c69c9d6 Convert site config to YAML and move it to config/
Keep the old site config.toml around just in case.
2022-11-15 17:45:45 -08:00
e4d8ebcd58 Add photo thumbnail, category, series, and tags to RSS items 2022-11-15 17:45:45 -08:00
1745f46664 Add orrs-island photo and a bunch of metadata to some posts 2022-11-15 17:45:45 -08:00
3b1eee9e21 Clean up the development CSS styles a little bit 2022-11-15 17:45:45 -08:00
9def2ae7dd Remove the .post-content section around {{ .Content }} 2022-11-15 17:45:45 -08:00
f1d5b2ef58 Add the series to the content header 2022-11-15 17:45:45 -08:00
c74741f5c5 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:45 -08:00
a186469c02 Add Harpswell Sunset post 2022-11-15 17:45:45 -08:00
51a9ad4c11 Add hugo-new-photo.py to create a photo post from a list of photos 2022-11-15 17:45:44 -08:00
033a780507 Use .HasShortcode instead of setting the "includes_" variables in .Page.Store 2022-11-15 17:45:44 -08:00
e2b454d7df 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:44 -08:00
6eaa667a7f Try to fix the debug EXIF info table -- I don't think this quite does it 2022-11-15 17:45:44 -08:00
3d28ef4d19 Let the photos section adapt to light/dark mode 2022-11-15 17:45:44 -08:00
acf249aea1 Add a shortcode to embed a photo post in a blog post 2022-11-15 17:45:44 -08:00
0a3fe90aa4 Redo the blog list layout to make it work a little better on narrow screens 2022-11-15 17:45:44 -08:00
fef99c888f Delete .gitmodules
This is leftover from a loooong time ago.
2022-11-15 17:45:44 -08:00
a56c431353 Remove the border from the site header when it's pinned to the top 2022-11-15 17:45:44 -08:00
0ece19281b Expand the theme colors to full 6-digit hex values 2022-11-15 17:45:44 -08:00
5cc42659f5 Two photos from Boston 2022-11-15 17:45:44 -08:00
d3f8024cfa Add images/orientation_angle partial that returns the angle (in degress) of the orientation from an image's Exif info 2022-11-15 17:45:44 -08:00
72f218b159 Specify clip-path along with -webkit-clip-path for .circular 2022-11-15 17:45:44 -08:00
7123b18c2b Photos page styles
- Create items in the grid for the month and year
- Use child selectors where possible
- fix the layout
2022-11-15 17:45:44 -08:00
6fdd80733e Clean up the styles of headings and paragraphs 2022-11-15 17:45:44 -08:00
4082880213 Remove a bunch of the reset styles 2022-11-15 17:45:44 -08:00
4151c912d8 Get thumbnails oriented the right way before resizing 2022-11-15 17:45:43 -08:00
5cd36cf08c Clean up the footer layout and styles 2022-11-15 17:45:43 -08:00