mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 03:04:02 -06:00
get projects page working
This commit is contained in:
parent
06ec754229
commit
6888f1129d
5 changed files with 42 additions and 1 deletions
|
@ -5,4 +5,16 @@ template = 'home.html'
|
|||
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**.
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
+++
|
||||
title = "Welcome to my blog!"
|
||||
date = 2021-08-29
|
||||
draft = false
|
||||
|
||||
[taxonomies]
|
||||
categories = ["welcome"]
|
||||
tags = ["blog"]
|
||||
+++
|
||||
|
||||
## What will be here
|
8
content/projects/_index.md
Normal file
8
content/projects/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = "My Projects"
|
||||
description = "My projects page."
|
||||
template = "projects.html"
|
||||
|
||||
[extra]
|
||||
lang = 'en'
|
||||
+++
|
8
content/projects/data.toml
Normal file
8
content/projects/data.toml
Normal 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/" }
|
||||
]
|
||||
|
8
public/projects/data.toml
Normal file
8
public/projects/data.toml
Normal 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/" }
|
||||
]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue