aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Display a different message for an update rather than createGravatar Tom Willemse2023-12-071-6/+8
|
* Fix creating new postsGravatar Tom Willemse2023-04-121-1/+1
|
* Store and use the update path for a post once it's been ↵Gravatar Tom Willemse2023-04-121-2/+16
| | | | | | created This way I can keep sending the post to update it in place.
* Fix ‘pcase-exhaustive’ casesGravatar Tom Willemse2023-04-121-2/+2
| | | | | | There's more information in the ‘status’ variable than just what I extract. The ‘. ,_’ matches anything else into a discard pattern so that I'm only getting the data I need.
* Fix setting the comment status open/closedGravatar Tom Willemse2023-04-121-4/+4
|
* Fix reading the date and time publishedGravatar Tom Willemse2023-04-121-2/+1
| | | | | ‘org-timestamp-from-string’ doesn't read dates like “Wed, 12 Apr 2023 07:02:45 GMT”
* Fix package name in pages buildGravatar Tom Willemse2022-03-231-2/+2
|
* Fix typo in .builds directory nameGravatar Tom Willemse2022-03-232-0/+0
|
* Set up automated builds on SourcehutGravatar Tom Willemse2022-03-235-0/+86
| | | | This builds both a package archive and the readme.
* Add version headerGravatar Tom Willemse2022-03-231-0/+1
|
* Update metadata in org file after sendingGravatar Tom Willemse2021-06-241-3/+23
|
* Add defaults for the data from the org bufferGravatar Tom Willemse2021-06-241-21/+37
|
* Fix some warningsGravatar Tom Willemse2021-06-241-3/+6
| | | | | | | | - Add dependency on org-mode in case I ever install this as a package. - Require org for `org-collect-keywords', `org-timestamp-to-time', `org-timestamp-from-string', and `org-html-export-as-html'. - Move definition of `tekuti-host' to before it's used. - Rename `args' to `_' to signify it's not used for anything.
* Move date conversion into a functionGravatar Tom Willemse2021-06-241-11/+9
|
* Initial commitGravatar Tom Willemse2021-06-031-0/+93