This repo contains the code that powers lucascherkewski.com, my personal website.
The site is generated by Jekyll. No JavaScript, really—just words touched up to be legible.
If you find a typo, please let me know! Pull requests are welcome. Articles are stored in _posts/
and archived issues of Hit and Miss are stored in _newsletters/
.
Thanks for stopping by.
- Needs Jekyll. Probably through
bundle install
. - Needs node packages.
npm install
. ./dev-server.sh
runs Jekyll.npm run start
runs Brunch, which builds assets.