Skip to content

ahoneybun/ahoneybun.github.io

 
 

Repository files navigation

ahoneycutt.me

pages-build-deployment

My personal website which is original forked from Cassidy James' website.

Building

You'll need the following dependencies:

ruby-full build-essential zlib1g-dev

We recommend installing gems to a (hidden) directory in your home folder:

echo '' >> ~/.bashrc
echo '# Install Ruby Gems to ~/.gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/.gems"' >> ~/.bashrc
echo 'export PATH="$HOME/.gems/bin:$PATH"' >> ~/.bashrc
echo '' >> ~/.bashrc
source ~/.bashrc

Install jekyll and bundler:

gem install jekyll bundler

Install gems:

bundle install

A bug with Jekyll here means we need to run this as well:

bundle add webrick

Build and serve locally with:

bundle exec jekyll serve --host 0.0.0.0

The site should now be available at http://0.0.0.0:4000/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.0%
  • SCSS 48.3%
  • Other 0.7%