Merge pull request #30 from skuzzymiglet/master

Update year with date
This commit is contained in:
Luke Smith 2020-04-17 16:27:35 -04:00 committed by GitHub
commit ef7f767231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
lb
View File

@ -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"