Skip to content

A simple blog for my homebrewing hobby

Notifications You must be signed in to change notification settings

Ollo/shadygrovebrewing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shady Grove Brewing Company

This is the static site / blog for tracking all of the details for my home brewery and all grain recipes.


Development

Netlify Status

I've built a custom theme with some minimal templates written in Nunjucks and Sass that are built with Eleventy and Gulp and hosted on Netlify. Cha Cha Cha 🎉

Download and clone repo

npm install

To develop locally run:

npm run start

This will run gulp watch and trigger a reload for sass changes as well as the Eleventy server that will live reload any template or markdown changes.

Deployment:

The CD is managed via Github and Netlify. When changes are pushed to master Netlify will run:

npm run build

Which builds the css and static html site and uploads it to the CDN. 💥