commit 26736e70e44ed6435f87e92003c490f72408db8b
parent ff24cfa84f9817e4a0dd458e14a6d0f4b135309f
Author: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 2 Jun 2020 15:42:02 -0400
Merge branch 'master' of github.com:LukeSmithxyz/lb
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lb b/lb
@@ -3,7 +3,7 @@ name="Luke Smith"
webdir="$PWD"
website="https://lukesmith.xyz/" # Keep a trailing slash.
css="../style.css"
-blogfile="2020.html"
+blogfile="$(date +%Y).html"
indexfile="blogindex.html"
rssfile="rss.xml"
[ -z "$EDITOR" ] && EDITOR="vim"