Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 827 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 827 Bytes

Get Caffienated!

Caffiene is a tiny static site generator written in Java. All it does is take Markdown files and renders them to HTML. The HTML templates are stitched together using Mustache-Java and rendered in index.html, which GitPages picks up.

The site itself is here: http://vickiboykis.com/caffeine

The blog posts are notes from my Java OOP and algos course this semester. That's it!

Image generated by the Classic Animation Difusion Model, finetuned on Disney stills, see notebook here.

Regenerating the site

  1. Clone the repo
  2. Build
  3. Add new text
  4. Run Caffeine.java