Add project writeups
This commit is contained in:
parent
b20139cb60
commit
e5a219499e
17 changed files with 743 additions and 0 deletions
21
src/content/posts/photo-site-generator.md
Normal file
21
src/content/posts/photo-site-generator.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: A Static Photo Site Generator
|
||||
description: A simple photography site generated from a directory of images with automatic resizing to multiple quality settings.
|
||||
date: 2026-04-27
|
||||
projectPeriod: 'Summer 2016'
|
||||
thumbnail:
|
||||
src: ./_assets/photos.jpg
|
||||
alt: Screenshot of a generated photography site.
|
||||
tags: ['web', 'tools']
|
||||
role: Site generator author
|
||||
stack: ['Webpack', 'Image processing', 'Static site generation']
|
||||
outcome: A generated static photo site for publishing photography with responsive image output
|
||||
audience: general
|
||||
links: []
|
||||
---
|
||||
|
||||
Photos was a small webpage where you could view my photos.
|
||||
|
||||
Taking time to appreciate the world around us fills me with joy, which is why I like to go on walks with a camera. I might not end up with great photos, but I usually come back with some inspiration for the current or next project.
|
||||
|
||||
The site itself was generated by a Webpack script from a directory of images. Automatic resizing to multiple quality settings was part of the pipeline.
|
||||
Loading…
Add table
Add a link
Reference in a new issue