Joshua Potter 25efdac910 | ||
---|---|---|
.github/workflows | ||
_bookshelf@c574b481af | ||
_data | ||
_includes | ||
_layouts | ||
_plugins | ||
_posts | ||
_projects | ||
_tabs | ||
assets | ||
.gitignore | ||
.gitmodules | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
_config.yml | ||
index.html |
README.md
jrpotter.github.io
This is my personal blog, powered by Jekyll and themed with Chirpy.
Quickstart
To run, first install rvm and confirm the installation was successful:
> curl -sSL https://get.rvm.io | bash
> type rvm | head -1
rvm is a function
Afterward, run the following sequence of commands:
> rvm install 2.7.8
> rvm use 2.7.8
> bundle install
> gem install jekyll
> jekyll serve --watch
Bookshelf
This project also hosts an instance of bookshelf.
To replace the current collection of static files comprising a version of
bookshelf
, run the following:
make bookshelf