alulsh / alulsh.github.io

Personal website for Alexandra L. Ulsh

Home Page:https://www.alexandraulsh.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alexandraulsh.com

https://www.alexandraulsh.com/

My personal website.

Dependencies

This websites uses the same versions of Ruby (v2.7.1) and Jekyll (v3.9.0) as GitHub Pages.

Install rbenv with homebrew and optionally set Ruby v2.7.1 as the default:

brew install rbenv
rbenv install 2.7.1
rbenv global 2.7.1

Set up rbenv in your shell:

echo 'eval "$(rbenv init -)"' >> ~/.zshrc
source ~/.zshrc

Upgrade bundler to v2.2.8:

gem install bundler:2.2.8

Install Jekyll v3.9.0:

gem install jekyll:3.9.0

Install locally

After installing dependencies, to install this website locally:

git clone git@github.com:alulsh/alulsh.github.io.git
cd alulsh.github.io
bundle install

Run locally

Run jekyll serve --watch then visit http://127.0.0.1:4000/ in a web browser.

About

Personal website for Alexandra L. Ulsh

https://www.alexandraulsh.com/

License:MIT License


Languages

Language:SCSS 53.9%Language:HTML 45.5%Language:Ruby 0.6%