1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 09:34:28 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
474155306d Go 1.18 2022-03-16 08:28:03 +01:00
d8caf1e6f5 More optimizations 2022-02-12 00:48:59 +01:00
68daab64e3 Use more writers and streaming when possible 2022-02-11 16:19:10 +01:00
7fba9bc0bc More parts of the rendering in Go functions 2022-01-10 19:23:20 +01:00
df5098b4c0 Fix and improve htmlText util method for TTS and use it for summary as well 2022-01-04 18:15:09 +01:00
db6c54f3bf Fix Microformats query for post, schedule post if it's posted without status and published time is in the future 2022-01-03 14:23:25 +01:00
337392112b Add support for undeleting posts within 7 days (#3) 2022-01-03 13:56:27 +01:00
eb8c33704b Replace Google's hidden Translate TTS with official Google Cloud TTS and make it automatically generate audio after posting 2021-12-16 20:21:54 +01:00
9ea6104863 Support for scheduled posts
Closes #9
2021-12-11 19:43:40 +01:00
74ea0f5576 Improved TTS 2021-09-07 22:16:28 +02:00
ef66cd7c80 "GoBlog export path" for exporting markdown files of posts 2021-08-10 13:27:19 +02:00
4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
5dafac827c Section option to show full post content on index & fixes 2021-07-31 13:20:51 +02:00
6429d64b0a Use more strings.Builder instead of += for building queries etc. (more efficient) 2021-07-23 17:26:14 +02:00
10bc7e7e7d Audio(s) and link(s) in feed content, improved parameter loading 2021-07-19 16:32:45 +02:00
b82a6c59e8 Support micropub post visibility 2021-07-14 18:50:24 +02:00
4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
6bc70f0a0e Various refactorings 2021-06-23 19:20:50 +02:00
67f2b1fbdb Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
a2f5ddbdcf Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
d1850300e5 Drafts 2021-01-15 21:56:46 +01:00
efce703f33 Add config for short domains 2020-12-24 11:00:16 +01:00
315fb575cb Don't render absolute links on HTML post pages, but in feeds and activitystreams 2020-12-23 14:36:27 +01:00
9da9e37f32 Short URLs 2020-12-22 22:15:29 +01:00
8332d7ee43 Make hooks a bit more modular 2020-11-17 22:10:13 +01:00
3a866fb3c0 Custom webmention sending implementation and other improvements 2020-11-16 18:34:29 +01:00
96259912cb Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
912b24b9b4 Improve summary algorithm 2020-10-18 11:54:29 +02:00
4cb605c38b Post translations, little progress on templates 2020-10-16 20:34:34 +02:00
50b4bce82f Small things 2020-10-15 17:32:46 +02:00
70f220e693 API endpoint to read posts
API endpoint to create posts from Hugo markdown file
Method to create redirects
Dependency updates
...
2020-09-18 12:34:52 +02:00