The site is built using Jekyll so you'll want the latest version of Ruby and make sure it's configured properly in your PATH.
# Clone the repo
git clone https://github.com/alexlehner/alexlehner.github.io.git
# Navigate into the directory
cd alexlehner.github.io# Feel free to skip if you already have bundler.
gem install --user-install bundler
# Grab all of the dependencies for running the site
bundle install# Run Jekyll on watch mode and make your site available at http://127.0.0.1:4000
bundle exec jekyll serveThe base theme is free and open source software, distributed under the GNU General Public License version 2 or later. So feel free to modify this theme to suit your needs.
Any modified or additional code by Alex Lehner is released under the MIT License. Which in short means I want you to take, break, and make something with my stuff. Enjoy! A follow or tweet is always appreciated though :)
Having a problem with the site or the content? Ping me on Twitter @AlexJLehner or file a GitHub issue.