From be9436dac5b1247f5a9d48b51d83fdb8ebce8ab7 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 30 Aug 2022 00:27:22 +0000 Subject: [PATCH] not-so-static anymore --- about.md | 1 + compose.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/about.md b/about.md index 97d4799..cf1a108 100644 --- a/about.md +++ b/about.md @@ -2,6 +2,7 @@ title: '/about' author: dewdude layout: default +permalink: /about.php --- ## A Brief History of Random diff --git a/compose.sh b/compose.sh index 7b440bb..390a089 100755 --- a/compose.sh +++ b/compose.sh @@ -19,7 +19,7 @@ title=$@ t=${title,,} fd=$(date +'%Y/%^b/%d') # Let's write the front matter to our temp file. -printf -- "---\ntitle: $title\nlayout: post\ndate: $pd $pt\npermalink:/$category/$fd-$t.php\nexcerpt_separator: \n---\n\n" >> $file +printf -- "---\ntitle: $title\nlayout: post\ndate: $pd $pt\npermalink: /$category/$fd-$t.php\nexcerpt_separator: \n---\n\n" >> $file # Write the post in whatever editor you want. nano + $file