ebidel / blog

My Blog

Home Page:https://ericbidelman.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site: ericbidelman.com

Development

Get the code:

git clone https://github.com/ebidel/blog --recursive
cd blog
yarn install

To run, start the server. The env variable DEV=true will recompile nunjucks templates as edits are made and server the unminified JS/CSS files.

yarn start
DEV=true yarn start

Run gulp any time you make changes to JS code.

Deployment

Ensure you've installed the gcloud CLI, then run:

yarn deploy

About

My Blog

https://ericbidelman.com

License:Apache License 2.0


Languages

Language:HTML 43.3%Language:JavaScript 38.2%Language:CSS 15.4%Language:Shell 3.1%