mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-15 16:13:32 -06:00
Switch from layout to slug & SSG routes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
title: "Jekyll, GitHub Pages, and Azabani"
|
||||
pubDate: 2020-12-04 13:16:22 -0600
|
||||
layout: "@layouts/Post.astro"
|
||||
tags: ["jekyll", "github-pages"]
|
||||
description: "This is my first time trying to create a proper blog, and my second time using GitHub pages. How did it turn out?"
|
||||
---
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: "@layouts/Post.astro"
|
||||
title: "Painting Images with IPv6"
|
||||
pubDate: 2023-04-14 13:07:43 -0500
|
||||
tags: ["ipv6", "python", "asyncio", "websocket", "PIL"]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "Project Facelift, New and Old"
|
||||
layout: "@layouts/Post.astro"
|
||||
pubDate: 2021-02-25 16:41:41 -0600
|
||||
tags: ["projects", "photography", "update"]
|
||||
preview_image: "https://raw.githubusercontent.com/Xevion/Paths/master/.media/banner.png"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title: "Race Conditions in Signal Handlers"
|
||||
pubDate: 2023-07-26 16:08:12 -0500
|
||||
description: "Signals offer a unique, low-level way of communicating with processes. But under certain circumstances, they can kill processes, even when they shouldn't."
|
||||
layout: "@layouts/Post.astro"
|
||||
tags: ["tar", "signals", "interrupt", "handler", "process", "unix", "race-condition"]
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "Restricted Memory & Data Framing Tricks"
|
||||
layout: "@layouts/Post.astro"
|
||||
pubDate: 2022-07-16 13:51:00 -0500
|
||||
tags: ["c", "memory", "embedded", "ti", "msp430", "union"]
|
||||
description: "Tips and tricks I learned about handling restricted memory while working on microcontrollers at my first internship"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: "@layouts/Post.astro"
|
||||
title: "Runnerspace, Built in Under 30 Hours"
|
||||
pubDate: 2022-03-29 13:56:22 -0600
|
||||
tags: ["flask", "hackathon", "utsa", "rowdyhacks", "projects"]
|
||||
|
||||
Reference in New Issue
Block a user