Skip to content

ekilah/ekilah.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing dependencies

bundle install

Local development

To run the site locally:

bundle exec jekyll serve

or, to delete the local build first, which seems to avoid weird issues where some templated files don't get rebuilt:

rm -rf ./_site/ && bundle exec jekyll serve