Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 709 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 709 Bytes

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.

Run instructions

  1. Needs Jekyll. Probably through bundle install.
  2. Needs node packages. npm install.
  3. ./dev-server.sh runs Jekyll.
  4. npm run start runs Brunch, which builds assets.