diff --git a/_data/settings.yml b/_data/settings.yml index 9fb906e..02c133a 100644 --- a/_data/settings.yml +++ b/_data/settings.yml @@ -2,6 +2,8 @@ menu: - name: "Home" - name: "Projects" url: "projects.html" + - name: "Other" + url: "other.html" - name: "Archive" url: "archive.html" diff --git a/_layouts/other.html b/_layouts/other.html new file mode 100644 index 0000000..994c353 --- /dev/null +++ b/_layouts/other.html @@ -0,0 +1,39 @@ +--- +layout: default +--- + +{% for post in site.posts %} +{% if post.categories contains "other" %} +
+

+ {% if post.href %} + {{ post.title }} + {% else %} + {{ post.title }} + {% endif %} +

+ {% if post.image %} +
+ + + +
+ {% endif %} +

+

+ {% for tag in post.tags %} +
{{ tag }}
+ {% endfor %} +
+

{{ post.content }}

+ + {% if post.href %} + {{ post.href }} - + {% endif %} + + {{ post.date | date_to_string }} + +

+
+{% endif %} +{% endfor %} diff --git a/_posts/2015-03-24-mini-java.md b/_posts/2015-03-24-mini-java.md index 4777207..1b60a98 100644 --- a/_posts/2015-03-24-mini-java.md +++ b/_posts/2015-03-24-mini-java.md @@ -4,6 +4,7 @@ title: Mini Java categories: project tags: [java] href: "https://github.com/jrpotter/mini-java" +image: java.png --- A Java implemention of a subset of Java. Generates code that targets mJAM, an diff --git a/_posts/2015-06-20-fifth.md b/_posts/2015-06-20-fifth.md index f8d88be..a606457 100644 --- a/_posts/2015-06-20-fifth.md +++ b/_posts/2015-06-20-fifth.md @@ -4,6 +4,7 @@ title: Fifth categories: project tags: [python] href: "https://github.com/jrpotter/fifth" +image: conway-gol.jpg --- A library for parsing various rulesets for cellular automata machines (CAMs). diff --git a/_posts/2015-10-01-pong.md b/_posts/2015-10-01-pong.md index 493ded4..554b7eb 100644 --- a/_posts/2015-10-01-pong.md +++ b/_posts/2015-10-01-pong.md @@ -4,6 +4,7 @@ title: Pong categories: project tags: [verilog] href: "https://github.com/jrpotter/pong" +image: pong.jpg --- An implementation of the classic pong video game, written from scratch on an diff --git a/_posts/2017-07-25-vim-highlight.md b/_posts/2017-07-25-vim-highlight.md index 158b9dd..3b9b1cb 100644 --- a/_posts/2017-07-25-vim-highlight.md +++ b/_posts/2017-07-25-vim-highlight.md @@ -4,6 +4,7 @@ title: Highlight Plugin categories: project tags: [vim, vimscript] href: "https://github.com/jrpotter/vim-highlight" +image: vim.png --- A small Vim plugin that maintains a custom registry for manipulating highlights. diff --git a/_posts/2017-07-25-vim-join.md b/_posts/2017-07-25-vim-join.md index 72085ac..7c44af8 100644 --- a/_posts/2017-07-25-vim-join.md +++ b/_posts/2017-07-25-vim-join.md @@ -4,6 +4,7 @@ title: Join Plugin categories: project tags: [vim, vimscript] href: "https://github.com/jrpotter/vim-join" +image: vim.png --- A small Vim plugin that joins a number of lines together and then breaks them diff --git a/_posts/2018-09-01-bill-gates-honey.md b/_posts/2018-09-01-bill-gates-honey.md new file mode 100644 index 0000000..be29ec6 --- /dev/null +++ b/_posts/2018-09-01-bill-gates-honey.md @@ -0,0 +1,11 @@ +--- +layout: post +title: Bill Gates and Honey +categories: other +tags: [podcast] +href: "https://open.spotify.com/episode/2CaNBdpgZofhXDGCs2QsPW" +image: would-you-blabber.png +--- + +In our first episode of Would You Blabber, we discuss honey, truck drivers, and +hurting those more fortunate than us. diff --git a/_posts/2018-09-02-bubbles-funny-bones.md b/_posts/2018-09-02-bubbles-funny-bones.md new file mode 100644 index 0000000..a1b3bd6 --- /dev/null +++ b/_posts/2018-09-02-bubbles-funny-bones.md @@ -0,0 +1,10 @@ +--- +layout: post +title: Bubbles and Funny Bones +categories: other +tags: [podcast] +href: "https://open.spotify.com/episode/0MeLBj9jw3lPXBxRKevODo" +image: would-you-blabber.png +--- + +In this episode of Would You Blabber, we discuss bubble boys and precognition. diff --git a/_posts/2019-12-01-bananas-buildings-batman.md b/_posts/2019-12-01-bananas-buildings-batman.md new file mode 100644 index 0000000..d1d7049 --- /dev/null +++ b/_posts/2019-12-01-bananas-buildings-batman.md @@ -0,0 +1,10 @@ +--- +layout: post +title: Bananas, Buildings, and Batman +categories: other +tags: [podcast] +href: "https://open.spotify.com/episode/3XrpanmTQiZhXjYqLP3dBd" +image: would-you-blabber.png +--- + +Bananas, buildings, and Batman! diff --git a/_posts/2020-01-01-huh-huh-huh.md b/_posts/2020-01-01-huh-huh-huh.md new file mode 100644 index 0000000..afc9a58 --- /dev/null +++ b/_posts/2020-01-01-huh-huh-huh.md @@ -0,0 +1,11 @@ +--- +layout: post +title: Huh, Huh, and Huh ft. Kenny Yi +categories: other +tags: [podcast] +href: "https://open.spotify.com/episode/44oNp0ctwyk590298xWHwA" +image: would-you-blabber.png +--- + +In this episode of Would You Blabber, we explore the world of glogging, huh-ing, +and old soft-serve ice cream. diff --git a/_posts/2020-03-29-postlude.md b/_posts/2020-03-29-postlude.md index dd54ebf..0b8c466 100644 --- a/_posts/2020-03-29-postlude.md +++ b/_posts/2020-03-29-postlude.md @@ -4,6 +4,7 @@ title: Postlude categories: project tags: [haskell] href: "https://github.com/jrpotter/postlude" +image: haskell.png --- An example of a custom-rolled diff --git a/_posts/2021-04-01-looped.md b/_posts/2021-04-01-looped.md index d076f0e..f303d4b 100644 --- a/_posts/2021-04-01-looped.md +++ b/_posts/2021-04-01-looped.md @@ -7,9 +7,9 @@ image: looped.png --- VP of engineering at Looped, the "Ultimate Virtual Venue". Featured on -[TechCrunch](https://techcrunch.com/2021/03/02/looped-raises-7-7m-to-expand-its-interactive-live-event-platform){:target="_blank"} -after the initial seed round. Led development on the Kotlin-based +[Forbes](https://www.forbes.com/sites/ericfuller/2021/01/06/loopedthe-app-helping-fans-mingle-and-meet-artists-personally-during-live-streamed-events){:target="_blank"} +and [TechCrunch](https://techcrunch.com/2021/03/02/looped-raises-7-7m-to-expand-its-interactive-live-event-platform){:target="_blank"}. +Led development on the Kotlin-based [Android app](https://play.google.com/store/apps/details?id=com.vipvr.android){:target="_blank"} -(featuring 50K+ downloads and a 4.5 star review), the Swift-based iOS app (no -longer available), the Vue-based web app (no longer available), and the -Django-based backend. +(50K+ downloads, 4.5 star review), the Swift-based iOS app (100K+ downloads, +4.8 star review), the Vue-based web app, and the Django-based backend. diff --git a/_posts/2021-12-28-homesync.html b/_posts/2021-12-28-homesync.html index 1751457..1c6b0c4 100644 --- a/_posts/2021-12-28-homesync.html +++ b/_posts/2021-12-28-homesync.html @@ -4,6 +4,7 @@ title: Homesync categories: project tags: [rust, git, nix] href: "https://github.com/jrpotter/homesync" +image: git-branches.png --- An experimental Rust-based project for automatically syncing files across your diff --git a/_posts/2022-07-02-anki-synonyms.md b/_posts/2022-07-02-anki-synonyms.md index e5aeb8c..08c5b1f 100644 --- a/_posts/2022-07-02-anki-synonyms.md +++ b/_posts/2022-07-02-anki-synonyms.md @@ -4,6 +4,7 @@ title: Anki Synonyms categories: project tags: [python, anki] href: "https://github.com/jrpotter/anki-synonyms" +image: anki.png --- An [Anki](https://apps.ankiweb.net/){:target="_blank"} plugin for specifying diff --git a/_posts/2023-04-09-were-the-crew.md b/_posts/2023-04-09-were-the-crew.md new file mode 100644 index 0000000..0d4b023 --- /dev/null +++ b/_posts/2023-04-09-were-the-crew.md @@ -0,0 +1,13 @@ +--- +layout: post +title: We're the Crew +categories: other +tags: [music] +href: "https://gusvieweg.bandcamp.com/track/were-the-crew" +image: smash-rap.jpg +--- + +A Smash Bros. Ultimate rap made in collaboration with my +friend [Gus](https://www.gusvieweg.com/){:target="_blank"} and fiancée Brittany. + + diff --git a/_posts/2023-11-17-bootstrap.md b/_posts/2023-11-17-bootstrap.md index 701c696..55953be 100644 --- a/_posts/2023-11-17-bootstrap.md +++ b/_posts/2023-11-17-bootstrap.md @@ -4,6 +4,7 @@ title: Bootstrap categories: project tags: [c, nix] href: "https://github.com/jrpotter/bootstrap" +image: shoelaces.jpg --- A C-based CLI for initializing projects in a flexible but deterministic way. diff --git a/_posts/2023-12-10-nixos-configuration.md b/_posts/2023-12-10-nixos-configuration.md index 39757e3..ed0b16f 100644 --- a/_posts/2023-12-10-nixos-configuration.md +++ b/_posts/2023-12-10-nixos-configuration.md @@ -4,6 +4,7 @@ title: NixOS Configuration categories: project tags: [nix] href: "https://github.com/jrpotter/nixos-configuration" +image: nix.png --- The [nix](https://nixos.org){:target="_blank"} configuration files used to diff --git a/_posts/2023-12-14-bookshelf-doc.md b/_posts/2023-12-14-bookshelf-doc.md index 632627b..873cf65 100644 --- a/_posts/2023-12-14-bookshelf-doc.md +++ b/_posts/2023-12-14-bookshelf-doc.md @@ -4,6 +4,7 @@ title: Bookshelf Doc Generator categories: project tags: [lean] href: "https://github.com/jrpotter/bookshelf-doc" +image: lean.svg --- A fork of [doc-gen4](https://github.com/leanprover/doc-gen4){:target="_blank"} diff --git a/assets/img/anki.png b/assets/img/anki.png new file mode 100644 index 0000000..3d49902 Binary files /dev/null and b/assets/img/anki.png differ diff --git a/assets/img/conway-gol.jpg b/assets/img/conway-gol.jpg new file mode 100644 index 0000000..494aedb Binary files /dev/null and b/assets/img/conway-gol.jpg differ diff --git a/assets/img/git-branches.png b/assets/img/git-branches.png new file mode 100644 index 0000000..eac5e02 Binary files /dev/null and b/assets/img/git-branches.png differ diff --git a/assets/img/haskell.png b/assets/img/haskell.png new file mode 100644 index 0000000..3dcf926 Binary files /dev/null and b/assets/img/haskell.png differ diff --git a/assets/img/java.png b/assets/img/java.png new file mode 100644 index 0000000..6b9f1d0 Binary files /dev/null and b/assets/img/java.png differ diff --git a/assets/img/looped.png b/assets/img/looped.png new file mode 100644 index 0000000..3a476b4 Binary files /dev/null and b/assets/img/looped.png differ diff --git a/assets/img/nix.png b/assets/img/nix.png new file mode 100644 index 0000000..309c8bb Binary files /dev/null and b/assets/img/nix.png differ diff --git a/assets/img/pong.jpg b/assets/img/pong.jpg new file mode 100644 index 0000000..01cc15b Binary files /dev/null and b/assets/img/pong.jpg differ diff --git a/assets/img/shoelaces.jpg b/assets/img/shoelaces.jpg new file mode 100644 index 0000000..dfdd3c9 Binary files /dev/null and b/assets/img/shoelaces.jpg differ diff --git a/assets/img/smash-rap.jpg b/assets/img/smash-rap.jpg new file mode 100644 index 0000000..3ffe6a2 Binary files /dev/null and b/assets/img/smash-rap.jpg differ diff --git a/assets/img/vim.png b/assets/img/vim.png new file mode 100644 index 0000000..5dec3e6 Binary files /dev/null and b/assets/img/vim.png differ diff --git a/assets/img/would-you-blabber.png b/assets/img/would-you-blabber.png new file mode 100644 index 0000000..ce73d27 Binary files /dev/null and b/assets/img/would-you-blabber.png differ diff --git a/menu/other.md b/menu/other.md new file mode 100644 index 0000000..03cf38e --- /dev/null +++ b/menu/other.md @@ -0,0 +1,4 @@ +--- +layout: home +title: Other +--- diff --git a/other.html b/other.html new file mode 100644 index 0000000..2150105 --- /dev/null +++ b/other.html @@ -0,0 +1,4 @@ +--- +layout: other +title: Other +---