-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate formatted dates (finally).
Turns out reading the source for local-time was a very productive exercise I should have done ages ago. I was able to accomplish two things: 1. Properly format the dates beneath titles 2. Remove the ugly rfc-822 date concat and use the proper `local-time:format-string` to handle it. I'll also add this here: the expression `,@` "splices" a list in place as described here[1]. [1]: http://www.lispworks.com/documentation/HyperSpec/Body/02_df.htm
- Loading branch information
Adam Simpson
committed
Aug 21, 2020
1 parent
0e97df1
commit 7afbb74
Showing
3 changed files
with
17 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
language: lisp | ||
sudo: required | ||
|
||
dist: focal | ||
os: | ||
- linux | ||
- osx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters