get projects page working

This commit is contained in:
Aaron Honeycutt 2024-11-22 11:28:29 -07:00
parent 06ec754229
commit 6888f1129d
5 changed files with 42 additions and 1 deletions

View file

@ -5,4 +5,16 @@ template = 'home.html'
lang = 'en' lang = 'en'
+++ +++
Words about you ## About Me
I'm a **Happiness Architect** working at [system76](https://system76.com/).
## Talks & Podcasts
I sometimes appear on **talks** & **podcasts** to talk about my work and thoughts.
## Writing & Social
I **write things** on the internet about tech, OSes and what I'm up to. I usually share these things on **social media**.

View file

@ -1,6 +1,11 @@
+++ +++
title = "Welcome to my blog!" title = "Welcome to my blog!"
date = 2021-08-29 date = 2021-08-29
draft = false
[taxonomies]
categories = ["welcome"]
tags = ["blog"]
+++ +++
## What will be here ## What will be here

View file

@ -0,0 +1,8 @@
+++
title = "My Projects"
description = "My projects page."
template = "projects.html"
[extra]
lang = 'en'
+++

View file

@ -0,0 +1,8 @@
[[project]]
name = "NixOS configs that run my life!"
desc = "my own nix configs"
tags = ["nix", "nixos" ]
links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs/" }
]

View file

@ -0,0 +1,8 @@
[[project]]
name = "NixOS configs that run my life!"
desc = "my own nix configs"
tags = ["nix", "nixos" ]
links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs/" }
]