This commit is contained in:
Rakarake 2026-04-01 20:23:13 +02:00
parent abbb7b7e2e
commit 0beaa152b4
4 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,5 @@
- Use `./new.sh` to create new blogpost in ./blogs.
- Use `./new.sh` to create new blogpost in ./blogs. This will open your
editor defined by the EDITOR environment variable.
- Use `./run.sh` to generate all output files in "./public"
- Use `USERNAME="your username" PASSWORD="your password" ./push.sh` to
push to server.

View file

@ -2,4 +2,4 @@ title: We love slop
author: Rakarake
pubDate: Sat, Mar 28 2026
---
🐖
🐖🐖

9
blogs/day9.md Normal file
View file

@ -0,0 +1,9 @@
title: NEW MDF MEMBER IN AGES
author: Rakarake
pubDate: Wed, Apr 1 2026
---
Welcome Loriik!
Huge moment for the MDF, the interview process was long and tedious.
Hundreds of candidates. Many work hours. (real).

1
new.sh
View file

@ -1,4 +1,5 @@
printf "name of file (e.g. day67.md): "
read filename
cargo run -- new > blogs/$filename
$EDITOR blogs/$filename