Skip to content

benjaminrose/benjaminrose.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

470cd3e · Jun 22, 2023
Jun 16, 2021
Sep 22, 2021
Feb 27, 2019
Jun 18, 2023
Feb 22, 2021
Jun 16, 2021
Jun 22, 2023
Feb 22, 2021
Jun 18, 2023
Jun 18, 2023
Jun 22, 2023
Feb 22, 2021
Jan 4, 2020
May 31, 2021
Jun 18, 2023
Jun 29, 2019
Sep 22, 2021
May 8, 2016
Jun 22, 2023
Feb 22, 2021
Jun 29, 2019
Jun 18, 2023
Jun 22, 2023
Feb 15, 2018
Feb 22, 2021
Jun 18, 2023
Jun 29, 2019

Repository files navigation

Benjamin's Website

Development Installation

Get jekyll installed docs

# requires user/GUI interaction
xcode-select --install

# Install Homebrew
which brew

brew install ruby
echo 'export PATH=/usr/local/opt/ruby/bin:$PATH' >> ~/.bash_profile
gem install --user-install bundler jekyll

# pay attention to the ruby version 
echo 'export PATH=$HOME/.gem/ruby/3.0.0/bin:$PATH' >> ~/.bash_profile

You can check that ruby and your gems can all by found by using gem env.

Finally install this website's dependancies:

gem install jekyll-paginate jekyll-redirect-from

Find all current dependancies listed in _config.yml.

Preview

Run bundle exec jekyll serve in the project directory and view preview at http://127.0.0.1:4000.

Hidden pages

  • non-advertised pages
    • /around/
    • /src/
    • /thanks/
    • /travel/
  • redirects
    • /amazon/
    • /lets-meet/
    • /setapp/
    • /twitter/
    • /wyzant/