switch to hugo

This commit is contained in:
Paul-Nicolas Madelaine 2023-12-04 21:41:47 +01:00
parent 123615ff9a
commit e581629364
14 changed files with 59 additions and 322 deletions

View file

@ -1,15 +0,0 @@
Title: About
## About me
My name is *Paul-Nicolas Madelaine*, often shortened to *PNM*. My pronouns are
*he/him*.
## About this website
This website is built with [Pelican](https://getpelican.com/) and
[Nix](https://nixos.org/), source code is available on
[GitHub](https://github.com/pnmadelaine/website). The domain name *pnm.tf* is
registered at [Gandi](https://www.gandi.net/) and the top-level domain *.tf* is
administrated by [AFNIC](https://www.afnic.fr/). Certificates are provided by
[Let's Encrypt](https://letsencrypt.org/).

View file

@ -1,3 +0,0 @@
Title: Contact
**email:** <pnm@pnm.tf>

View file

@ -1,8 +1,8 @@
Title: Nix registry
Author: Paul-Nicolas Madelaine
Date: 2022-06-09
Category: Blog
Summary: A quick note about a small trick I implemented in my NixOS configurations.
---
title: Nix registry
date: 2022-06-09
summary: A quick note about a small trick I implemented in my NixOS configurations.
---
*A quick note about a small trick I implemented in my NixOS configurations.*

View file

@ -1,8 +1,8 @@
Title: A Nix Flake Template
Author: Paul-Nicolas Madelaine
Date: 2023-11-07
Category: Blog
Summary: I wrote a Flake template
---
title: A Nix Flake Template
date: 2023-11-07
summary: I wrote a Nix ❄ Template
---
I learned to use Nix when flakes were already ubiquitous, and I realized
recently that by learning Nix through flakes I adopted some bad coding habits. I