This is a repo for zellwk.com. I open-sourced this repo because I wanted to share my code. Please note: I may write dirty code in this repo. Do not copy everything blindly!
- Clone this repo
- Run
npm install
For development work, you need to run two commands at the same time:
npm run server
: Runs Node servernpm run dev
: Compiles and serves statically generated site
- All source files can be found in
src
directory. - This repo uses Eleventy to generate the static site
- This project uses Circleci for continuous deployment. Look at .circleci/config.yml for the configuration.
- For manual deploy, run
npm run deploy
. - Please change
sync
ingulp/_config
to the correct paths before using.
Feel free to file a PR if you want to help improve this project :)