Refactor and document output path (#28)

* Updated output path builder to better use yt-dlp variables

* Added UI explaining output template options

* Fixed outdated reference in dockerfile
This commit is contained in:
Kieran
2024-02-20 18:40:13 -08:00
committed by GitHub
parent af7e76c1d1
commit 1ec1a48235
12 changed files with 185 additions and 57 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = {
darkMode: 'class',
theme: {
fontFamily: {
satoshi: ['Satoshi', 'sans-serif']
satoshi: ['Satoshi', 'sans-serif'],
...defaultTheme.fontFamily
},
screens: {
'2xsm': '375px',