Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 673 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 673 Bytes

My Personal Webpage

Usage

Installing Dependencies

  1. First, you need to install ruby and the ruby bundler (can be different based on the OS):
sudo pacman -S ruby rubygems ruby-bundler

## Or if you use the hated Ubuntu ...
# sudo apt install ruby-bundler
  1. Install the dependencies:
bundle install  # might ask for your sudo password
  1. (optional) Update the dependencies:
bundle update  # might ask for you sudo password
  1. Run the server:
bundle exec jekyll serve
  1. You should be able to view the webpage at http://127.0.0.1:4000/.

Based on the starter kit for Alembic.