Skip to content

veekaybee/caffeine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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