Skip to content

Commit

Permalink
Adds RSS functionality back
Browse files Browse the repository at this point in the history
  • Loading branch information
capshaw committed Jul 24, 2024
1 parent 636739e commit 6c504a2
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"

gem "jekyll", "~> 3.9"
gem "jekyll-feed"
gem "kramdown-parser-gfm"
gem "webrick"
71 changes: 71 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.15.0)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.26.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.9)
jekyll-feed
kramdown-parser-gfm
webrick

BUNDLED WITH
2.2.32
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
title: Andrew Capshaw | personal site
url: https://capsh.net
author: Andrew Capshaw
description: A personal blog, rarely updated
highlighter: pygments
permalink: pretty
post_dirs: false
Expand All @@ -9,4 +13,6 @@ collections:
work:
output: true
sass:
sass_dir: _sass
sass_dir: _sass
plugins:
- jekyll-feed
1 change: 1 addition & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<a href="/journal">Journal</a>
<a href="/goals">Goals</a>
<a href="/lists">Lists</a>
<a href="/feed.xml">RSS</a>
</div>
<div class="subsection subsection--work">
<a href="/code">Code</a>
Expand Down
15 changes: 13 additions & 2 deletions _lists/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@ title: Bookmarks
layout: list
---

- [So You Want to Learn Physics…](https://www.susanrigetti.com/physics)
- [Art - Amy Goodchild](https://www.amygoodchild.com/art)
Cool websites. Usually personal ones. No promises that the content is good.

[So You Want to Learn Physics…](https://www.susanrigetti.com/physics)\
A guide to learning physics I'd love to follow.

[Art — Amy Goodchild](https://www.amygoodchild.com/art)\
Cool code-generated art.

[Tolidano](https://www.tolidano.com/)\
I like the wiki-style website.

[Mary.codes](https://mary.codes)\
I just like the _vibes_.

0 comments on commit 6c504a2

Please sign in to comment.