Skip to content

LindseyB/blog-jekyll

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2024
Nov 13, 2022
Nov 13, 2022
Aug 19, 2024
Jan 1, 2024
Nov 13, 2022
Jul 20, 2023
Nov 13, 2022
Feb 3, 2025
Feb 3, 2025
Nov 13, 2022
Jul 20, 2023
Dec 6, 2024
Dec 6, 2024
Nov 13, 2022
Nov 13, 2022
Dec 6, 2024

Repository files navigation

Blog

Formally this was https://github.com/LindseyB/blog written in sinatra using ruby. Since there's nothing but static pages and I didn't want to pay for heroku I decided to move this over to GitHub pages. This is now using jekyll and actions to build the pages out.

This uses the minimal mistakes jekyll theme and I've brushed some css on top to make it look a bit like my old site. I'm still polishing some pieces and attempting to fix dead links/urls.

Running locally

bundle install           # install dependencies
bundle exec jekyll serve # run server