Simon Bruder
6553b2574c
readme: Exclude logo/banner from grant explicitly
2022-02-03 20:46:36 +01:00
Simon Bruder
dd0caada4a
subscribe: Mention recommended podcast clients
2022-01-31 15:46:34 +01:00
Simon Bruder
9c14f1bb19
Make encode bit-exact
...
This ensures only files that were actually changed have to be uploaded
on deploy.
2022-01-28 14:50:56 +01:00
Simon Bruder
cb6ccc54a4
Ensure production deployment is done from master
2022-01-28 14:06:25 +01:00
Simon Bruder
d44a26e590
Add second episode
2022-01-22 22:14:55 +01:00
Simon Bruder
412f7b2d74
Deploy files conditionally based on checksum
...
By default rsync uses modification time and file size which is effectively
reduced to just file size due to using Nix. This is not enough to work
reliably e.g. on changes to a single letter or fixed-format strings.
2022-01-22 22:11:03 +01:00
Simon Bruder
fdaa9e2e7d
sch001: Use reasonable publication time time
2022-01-22 22:10:54 +01:00
Simon Bruder
161176d2ff
Ensure deployment is always in a usable state
...
Prior to this change, index.html was deployed before all episode media
files which could lead to the episode already being shown as available
while the media is still being uploaded.
2022-01-22 22:10:54 +01:00
Simon Bruder
5052394ae4
Show overlay on staging
2022-01-22 15:21:30 +01:00
Simon Bruder
8d996651aa
Correctly handle HTML description in feed
2022-01-21 18:19:08 +01:00
Simon Bruder
065eea72b8
Add first episode
2022-01-18 18:55:46 +01:00
Simon Bruder
fb351d34d3
Increase mp3 bitrate
...
Sadly, too many people and applications still prefer this archaic format
so it has to sound somewhat good.
2022-01-17 16:34:32 +01:00
Simon Bruder
81344a495d
Add actually useful content to the readme
2022-01-17 14:43:14 +01:00
Simon Bruder
ed6c3ce530
Remove NixOps deployment
...
It is deployed as part of my personal infrastructure. Its NixOS
configuration can be found as part of yuzuru’s configuration[1].
[1]: https://git.sbruder.de/simon/nixos-config/src/branch/master/machines/yuzuru/services/schabernack.nix
2022-01-17 14:32:29 +01:00
Simon Bruder
1045ed59df
Fix even more typos
2022-01-17 13:53:18 +01:00
Simon Bruder
dbe7d502ae
Add teaser
2022-01-17 13:51:58 +01:00
Simon Bruder
14ff4a39a6
Use flac instead of opus as source file format
...
Using opus was a workaround when I still used drone for deployments.
Since it now is deployed from my local machine, having FLACs in the
repository is not that problematic.
2022-01-13 16:29:57 +01:00
Simon Bruder
2c314bc3b9
Fix typo on subscribe page
2022-01-13 16:29:05 +01:00
Simon Bruder
e648b8f1b0
Add owner email to feed
...
It is required by some podcast directories.
2022-01-12 20:00:15 +01:00
Simon Bruder
c81798289f
Remove itunes category from feed
2022-01-12 19:59:44 +01:00
Simon Bruder
aaf58bdbfc
Remove superflous pad_to config option
2022-01-12 19:55:58 +01:00
Simon Bruder
4972e93119
Do not include episode number in title
...
It confuses many people what SCH001 means and it also looks somewhat
weird, especially since we do not refer to the episode numbers.
2022-01-06 19:46:02 +01:00
Simon Bruder
0dfd8746d3
Add deploy script
2021-12-11 19:33:14 +01:00
Simon Bruder
564a4f3366
Set subtitle
2021-12-11 19:33:00 +01:00
Simon Bruder
1391ef32c9
Fix episode 0 not being a podcast
2021-12-11 17:46:21 +01:00
Simon Bruder
c28363e47a
Use more refined robots.txt template
...
The previous one possibly also blocks RSS feeds.
2021-12-11 17:44:14 +01:00
Simon Bruder
281157346e
Add option to build for staging
...
This uses a different base url and adds uses an all-blocking robots.txt.
2021-12-11 17:44:04 +01:00
Simon Bruder
1294d2f305
Trim description in meta section
2021-12-11 17:34:56 +01:00
Simon Bruder
ff68b79ca8
Add favicon
2021-12-11 17:23:07 +01:00
Simon Bruder
b087785e6e
Update to NixOS 21.11
...
Otherwise running ffmpeg fails due to pipewire on the host using a
different glibc version.
2021-12-11 16:55:18 +01:00
Simon Bruder
294792a484
Rework subscribe page content
2021-12-08 12:09:31 +01:00
Simon Bruder
b5201615d1
License the project under the MIT license
2021-12-08 12:00:06 +01:00
Simon Bruder
4a6813d33a
Encode different episodes simultaneously
...
This results in less nice log output, but if it’s faster then who cares?
2021-12-01 15:48:29 +01:00
Simon Bruder
ce403a97a3
Remove per-episode poster feature
...
We won’t use it.
2021-11-30 21:32:19 +01:00
Simon Bruder
e7abbea3bc
Use correct description and author values
2021-11-30 21:32:19 +01:00
Simon Bruder
4817f92495
Make navbar handle longer descriptions better
...
This is achieved by using a smaller font and enabling hyphenation (where
possible) and justification.
2021-11-30 21:32:18 +01:00
Simon Bruder
bf5565cd76
encode.py: Force libfdk_aac
...
For some reason, it is not the default.
2021-11-30 21:32:18 +01:00
Simon Bruder
2def00c45c
Reformat python scripts
2021-11-30 21:32:18 +01:00
Simon Bruder
2ebb59ad7f
Remove netlify directory
...
It will not be deployed to netlify.
2021-11-30 21:32:18 +01:00
Simon Bruder
b3bc5689b6
Apply chosen theme
2021-11-30 21:32:18 +01:00
Simon Bruder
3ded971b88
Remove chapter feature
...
We don’t have chapters
2021-11-30 21:32:18 +01:00
Simon Bruder
95c09e3dae
metadata.py: Fix directory to be created
2021-11-30 21:32:18 +01:00
Simon Bruder
21ffb24003
Build with nix
...
This also switches from the hacky vendor.sh script to managing the
dependencies with nix.
2021-11-30 21:32:18 +01:00
Simon Bruder
418d55ee17
Remove drone
2021-11-30 19:55:19 +01:00
Simon Bruder
106eae7b09
Migrate to flake
2021-11-30 19:55:19 +01:00
Simon Bruder
bb60bb07ec
Enable alpine community repository
continuous-integration/drone/push Build is passing
2020-12-06 12:32:05 +01:00
Simon Bruder
c8926fa15a
Update sources
continuous-integration/drone/push Build is failing
2020-12-06 12:15:53 +01:00
Simon Bruder
183f7328d0
Set NIX_PATH from sources
2020-12-06 12:13:06 +01:00
Simon Bruder
01eac3f3e7
Disallow indexing for now
continuous-integration/drone/push Build is passing
2020-12-02 07:20:48 +01:00
Simon Bruder
1a5e153ea9
Clarify what “tabs” are stored
continuous-integration/drone/push Build is passing
2020-11-25 21:39:47 +01:00