Commit graph

400 commits

Author SHA1 Message Date
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
f3f2badae3 Clean up the header layout and styles 2022-11-15 17:45:43 -08:00
91db0b0e66 Use item-spacing for between the footer of a post and the content 2022-11-15 17:45:43 -08:00
34e3f4a1a3 Ignore *~ files 2022-11-15 17:45:43 -08:00
2be00db613 Make the about page not-a-draft 2022-11-15 17:45:43 -08:00
1f992e0e55 Fix up the home page; make the font size bigger; clean up the layout 2022-11-15 17:45:43 -08:00
37fb16f0f4 Add langs.title to mytilene photo 2022-11-15 17:45:43 -08:00
63bbe0e57c Default single.html template cleanup 2022-11-15 17:45:43 -08:00
e0fcfbaaa1 Bunch of misc photos template clean up 2022-11-15 17:45:43 -08:00
33192ddcfc Bring back line-height: 1 2022-11-15 17:45:43 -08:00
9e675b4724 Clean up some photos selectors -- use child selectors instead of descendant 2022-11-15 17:45:43 -08:00
92a9b60558 P5.js post: Wrap all the code blocks in figure shortcodes and fix the railroad diagrams 2022-11-15 17:45:43 -08:00
32f83443f4 Move the li_grid_with_date template to blog/ 2022-11-15 17:45:43 -08:00
f9543b6d85 Use JS to show/hide railroad diagrams based on page width (thanks @hober!) 2022-11-15 17:45:43 -08:00
2f6e78fa91 Group photos posts by month and year 2022-11-15 17:45:43 -08:00
13c3ad7a9e Add a item template for photos in a grid 2022-11-15 17:45:43 -08:00
6a750eafb1 Photos WIP 2022-11-15 17:45:43 -08:00
f74c647fb3 Add a cute backdrop filter to the header 2022-11-15 17:45:43 -08:00
9e262e3581 Set line-height of figure to 0 so it stops adding 1px of extra space to the bottoms!! 2022-11-15 17:45:43 -08:00
87be371e80 Add meta theme-color tags to <head> 2022-11-15 17:45:42 -08:00
4488ffbf97 Add a .list class to <main> when there are .Pages 2022-11-15 17:45:42 -08:00