Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 897 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 897 Bytes

Michael Crum's Portfolio Website

Uses GNU Make paired with Node.js to create a static website generator.

Articles are stored in /projects, which is crawled by Make. Component generators in /generators insert project data into the templates in /templates. Image assets are converted to .webp using ffmpeg for optimization. Everything is saved under /docs, where GitHub Pages is configured to serve the website.

Run npm install && make to build the website. Subsequent calls to make will only rebuild files that have been edited since the last build.

The system was designed for simplicity and maintainability, aiming to avoid the head-ache inducing hellscape that is javascript frameworks.

Check it out at michael-crum.com

Read my write-up about the system at https://michael-crum.com/static_page_gen/