wow
This commit is contained in:
parent
abbb7b7e2e
commit
0beaa152b4
4 changed files with 13 additions and 2 deletions
|
|
@ -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 `./run.sh` to generate all output files in "./public"
|
||||||
- Use `USERNAME="your username" PASSWORD="your password" ./push.sh` to
|
- Use `USERNAME="your username" PASSWORD="your password" ./push.sh` to
|
||||||
push to server.
|
push to server.
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ title: We love slop
|
||||||
author: Rakarake
|
author: Rakarake
|
||||||
pubDate: Sat, Mar 28 2026
|
pubDate: Sat, Mar 28 2026
|
||||||
---
|
---
|
||||||
🐖
|
🐖🐖
|
||||||
|
|
|
||||||
9
blogs/day9.md
Normal file
9
blogs/day9.md
Normal 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
1
new.sh
|
|
@ -1,4 +1,5 @@
|
||||||
printf "name of file (e.g. day67.md): "
|
printf "name of file (e.g. day67.md): "
|
||||||
read filename
|
read filename
|
||||||
cargo run -- new > blogs/$filename
|
cargo run -- new > blogs/$filename
|
||||||
|
$EDITOR blogs/$filename
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue