Bump zola to 0.19.1
This commit is contained in:
parent
42c9bba6fa
commit
cd7d682918
@ -4,8 +4,8 @@ description = "Evan Pratten is a software developer, amateur radio operator, and
|
||||
default_language = "en"
|
||||
compile_sass = true
|
||||
build_search_index = true
|
||||
generate_feed = true
|
||||
feed_filename = "rss.xml"
|
||||
generate_feeds = true
|
||||
feed_filenames = ["rss.xml"]
|
||||
minify_html = false # This breaks mermaid diagrams :(
|
||||
ignored_content = ["content/@/blog/*.md"]
|
||||
ignored_static = ["static/images/drawings/*/*.xcf"]
|
||||
|
@ -2,9 +2,6 @@
|
||||
title: We lost a weather balloon in another country
|
||||
description: ..and made the news because of it
|
||||
date: 2017-11-24
|
||||
tags:
|
||||
- news
|
||||
- school
|
||||
draft: false
|
||||
extra:
|
||||
excerpt: Beal science project succeeds - maybe too much - as weather balloon floats into U.S.
|
||||
|
@ -1,8 +1,6 @@
|
||||
---
|
||||
title: The language hunt
|
||||
date: 2019-04-30
|
||||
tags:
|
||||
- frc
|
||||
aliases:
|
||||
- /blog/frc-languages
|
||||
---
|
||||
|
@ -2,9 +2,6 @@
|
||||
title: I gave Google's CTF a short try and learned a thing or two
|
||||
description: But exams got in the way and took all the fun
|
||||
date: 2019-06-23
|
||||
tags:
|
||||
- ctf
|
||||
- python
|
||||
aliases:
|
||||
- /blog/2019/06/23/googlectf
|
||||
- /blog/googlectf
|
||||
|
@ -2,10 +2,6 @@
|
||||
title: Mind map generation with Python
|
||||
description: Step 1
|
||||
date: 2019-07-15
|
||||
tags:
|
||||
- project
|
||||
- python
|
||||
- school
|
||||
aliases:
|
||||
- /blog/2019/07/15/mindmap
|
||||
- /blog/mindmap
|
||||
|
@ -2,11 +2,6 @@
|
||||
title: Taking notes with Markdown and LaTeX
|
||||
description: Using a lot of tech to replace a piece of paper
|
||||
date: 2020-08-23
|
||||
tags:
|
||||
- pandoc
|
||||
- latex
|
||||
- bazel
|
||||
- school
|
||||
extra:
|
||||
excerpt: I have completely reworked my school notetaking system to use LaTeX. This post outlines how I did everything, and my new workflow.
|
||||
redirect_from:
|
||||
|
@ -2,10 +2,6 @@
|
||||
title: Building a VPN with an AMPRNet BGP allocation
|
||||
description: A quick guide on using your shiny new AMPRNet allocation
|
||||
date: 2023-07-07
|
||||
tags:
|
||||
- networking
|
||||
- amprnet
|
||||
- bgp
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,10 +2,6 @@
|
||||
title: Authoring Blog Posts with Obsidian
|
||||
description: Trying a new way to write for this site
|
||||
date: 2023-10-20
|
||||
tags:
|
||||
- meta
|
||||
- random
|
||||
- product
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: PID
|
||||
description: Getting from here to there
|
||||
date: 2023-11-23
|
||||
tags:
|
||||
- math
|
||||
draft: true
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Tank Tracks
|
||||
description:
|
||||
date: 2023-11-24
|
||||
tags:
|
||||
- math
|
||||
draft: true
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,10 +2,6 @@
|
||||
title: WineASIO, Bottles, and Ableton
|
||||
description: How to run Ableton in a bottle with minimal latency
|
||||
date: 2024-01-05
|
||||
tags:
|
||||
- linux
|
||||
- wine
|
||||
- music
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Building QMK Keyboard Firmware Out of Tree
|
||||
description: Side-stepping the QMK monorepo for my own sanity
|
||||
date: 2024-01-07
|
||||
tags:
|
||||
- keyboards
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,9 +2,6 @@
|
||||
title: Git Aliases
|
||||
description: Using aliases to become a slightly faster Git user
|
||||
date: 2024-01-08
|
||||
tags:
|
||||
- git
|
||||
- workflow
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: A quick introduction to OpenSCAD
|
||||
description: Low-effort CAD like a programmer
|
||||
date: 2024-01-10
|
||||
tags:
|
||||
- cad
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Custom lighting for my bookshelf
|
||||
description: For when Ikea is slightly too much effort
|
||||
date: 2024-01-14
|
||||
tags:
|
||||
- electronics
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Digest Bot
|
||||
description: My mornings start with a bit of reading
|
||||
date: 2024-01-15
|
||||
tags:
|
||||
- random
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Bitmasking RFC6052 addresses
|
||||
description: Efficiently embedding and extracting IPv4 addresses in IPv6 addresses
|
||||
date: 2024-01-22
|
||||
tags:
|
||||
- internet
|
||||
draft: true
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Infra-red photography with a Leap Motion Controller
|
||||
description:
|
||||
date: 2024-04-26
|
||||
tags:
|
||||
- hardware
|
||||
draft: true
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -2,8 +2,6 @@
|
||||
title: Who are the upstreams for AMPRNet?
|
||||
description:
|
||||
date: 2024-04-27
|
||||
tags:
|
||||
- networking
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
title: Client Ping
|
||||
tags:
|
||||
- minecraft
|
||||
- minecraft-mod
|
||||
---
|
||||
Client Ping is a Minecraft ([`^1.19.4`](https://jubianchi.github.io/semver-check/#/constraint/^1.19.4)) mod I wrote that implements multiplayer Point-of-Interest marking without the need for a server-side plugin/mod counterpart.
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
title: FrostBucket
|
||||
tags:
|
||||
- minecraft
|
||||
- minecraft-plugin
|
||||
---
|
||||
FrostBucket is a server-side plugin I built for for Minecraft [`~1.16.0`](https://jubianchi.github.io/semver-check/#/constraint/~1.16.0) that allows players to apply the `Frost Walker` enchantment to a bucket.
|
||||
|
||||
|
@ -1,8 +1,5 @@
|
||||
---
|
||||
title: Illuminated Shields
|
||||
tags:
|
||||
- minecraft
|
||||
- minecraft-resource-pack
|
||||
---
|
||||
Illuminated Shields is a Minecraft resource pack that hooks in to the [LambDynamicLights](https://modrinth.com/mod/lambdynamiclights) mod to cause shields to emit light.
|
||||
|
||||
|
@ -3,8 +3,6 @@ title: My Music
|
||||
extra:
|
||||
css_import:
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
|
||||
tags:
|
||||
- music
|
||||
---
|
||||
|
||||
I have been a musician for most of my life, starting with the piano when I was 5, and progressing to drums and double bass a few years later.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: Amateur Radio
|
||||
tags:
|
||||
- radio
|
||||
---
|
||||
|
||||
For me, the logical next step in my electronics obsession was to become an amateur radio operator. I got my license back in 2020, and if you listen carefully, you might catch me calling CQ on 7030kHz as **VA3ZZA**.
|
||||
|
@ -6,9 +6,6 @@ aliases:
|
||||
extra:
|
||||
css_import:
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/6.4.3/css/flag-icons.min.css
|
||||
tags:
|
||||
- radio
|
||||
- event
|
||||
---
|
||||
|
||||
***This event has passed. Page preserved for nostalgia.***
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: VA3UJF Radio Linking System
|
||||
tags:
|
||||
- radio
|
||||
---
|
||||
|
||||
VA3UJF operates as a hub for facilitating interconnections between various RF links and amateur VOIP services.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: My work at Raider Robotics
|
||||
tags:
|
||||
- frc
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: Darth Raider
|
||||
tags:
|
||||
- frc
|
||||
---
|
||||
|
||||
**Darth Raider** was a 4-foot-tall 120lb robot that myself and a group of friends designed, built, and programmed at [*Raider Robotics*](https://raiderrobotics.org/?utm_source=ewpratten.com) back in 2020. I personally lead software development for the project, and also played a key part in guiding the physical design of the robot.
|
||||
|
@ -29,7 +29,7 @@
|
||||
{% if current_url %}<link rel="canonical" href="{{current_url | safe}}" />{% endif %}
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS"
|
||||
href="{{get_url(path=config.feed_filename, trailing_slash=false) | safe}}">
|
||||
href="{{get_url(path=config.feed_filenames[0], trailing_slash=false) | safe}}">
|
||||
|
||||
{# OpenGraph #}
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user