Forked from Hackathon Template Jekyll.
Note: The following installation instructions are for macOS only.
Note: These instructions apply to all operating systems.
- Install the jekyll and bundler gems.
gem install jekyll bunder - Install more dependencies
bundle install - Build the site and make it available on a local server with live reload.
bundle exec jekyll serve --livereload
Written in: HTML, Javascript, CSS (I don't think I need to link these...)