diff --git a/lb b/lb index 8033efb..a6b03ff 100755 --- 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"