My blog posts
This repository has been archived on 2024-05-18. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Joshua Potter 25efdac910 Add link to Zotero. 2023-07-09 07:08:21 -06:00
.github/workflows Add `mathabx` dependency and normalize headers. 2023-06-29 17:03:00 -06:00
_bookshelf@c574b481af Enderton. Most of function exercises. 2023-07-07 20:31:08 -06:00
_data Add link to Zotero. 2023-07-09 07:08:21 -06:00
_includes Use the redirect plugin to avoid custom tab logic. 2023-05-05 14:45:37 -06:00
_layouts Convert projects to an automated collection. 2023-05-04 07:32:13 -06:00
_plugins Demo of chirpy theme. 2021-12-24 09:21:37 -05:00
_posts Convert projects to an automated collection. 2023-05-04 07:32:13 -06:00
_projects Convert projects to an automated collection. 2023-05-04 07:32:13 -06:00
_tabs Add missing tab icons. 2023-06-28 15:45:20 -06:00
assets Convert projects to an automated collection. 2023-05-04 07:32:13 -06:00
.gitignore Demo of chirpy theme. 2021-12-24 09:21:37 -05:00
.gitmodules Add the bookshelf project into site. 2023-05-04 13:34:20 -06:00
Gemfile Use the redirect plugin to avoid custom tab logic. 2023-05-05 14:45:37 -06:00
Gemfile.lock Use the redirect plugin to avoid custom tab logic. 2023-05-05 14:45:37 -06:00
README.md Update bookshelf, Apostol Chapter 1.11. 2023-05-09 16:22:49 -06:00
_config.yml Add the bookshelf project into site. 2023-05-04 13:34:20 -06:00
index.html Demo of chirpy theme. 2021-12-24 09:21:37 -05:00

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