Skip to content

lchski/lucascherkewski.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.