Skip to content

alexmcnurlin/alexmcnurlin.github.io

Repository files navigation

alexmcnurlin.github.io

This is my website! Built with love, tears, Jekyll, and Bootstrap 3. Mostly Bootstrap 3

Setting up and deploying

First time setup

Clone the repo into the current directory (This will create a folder called alexmcnurlin.github.io in the current directory)

git clone https://www.github.com/alexmcnurlin/alexmcnurlin.github.io

Install the following

  • bundle
    • bundle Requires RubyGems
      • RubyGems requires Ruby (I'd reccomend installing with rvm)
    • One RubyGems is installed, run gem install bundler
  • bower
    • Bower requires node.js (I'd recommend installing nodejs with nvm)

Get Dependencies

bundle install
bower install

Build the website/run server

jekyll serve -w

The site will be viewable at http://localhost:5277!

About

dat website doe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published