Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindseyb/blog-jekyll
My blog written in jekyll
https://github.com/lindseyb/blog-jekyll
blog jekyll personal-blog personal-website
Last synced: 2 months ago
JSON representation
My blog written in jekyll
- Host: GitHub
- URL: https://github.com/lindseyb/blog-jekyll
- Owner: LindseyB
- License: unlicense
- Created: 2022-11-13T01:02:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:42:09.000Z (5 months ago)
- Last Synced: 2024-10-11T15:16:52.798Z (3 months ago)
- Topics: blog, jekyll, personal-blog, personal-website
- Language: JavaScript
- Homepage: https://rarlindseysmash.com
- Size: 16.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/mmistakes/minimal-mistakes) 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
```bash
bundle install # install dependencies
bundle exec jekyll serve # run server
```