Set chosen brand name
Some details still have to be changed (see FIXME comments)
This commit is contained in:
parent
174fac1889
commit
43fbd4b334
|
@ -1,4 +1,4 @@
|
|||
# schulpodcast (prototype)
|
||||
# Website for *Schulischer Schabernack*
|
||||
|
||||
Prototype for the site of the podcast for the practical seminar podcast.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import csv
|
|||
import json
|
||||
import time
|
||||
|
||||
ACRONYM = "tpc"
|
||||
ACRONYM = "sch"
|
||||
|
||||
FORMATS = {
|
||||
"opus": ["-b:a", "48k"],
|
||||
|
|
14
config.toml
14
config.toml
|
@ -1,21 +1,21 @@
|
|||
base_url = "https://schulpodcast.netlify.app"
|
||||
base_url = "https://schulischer-schabernack.de"
|
||||
compile_sass = true
|
||||
default_language = "de"
|
||||
feed_filename = "rss.xml"
|
||||
# source opus files and chapter data are not published
|
||||
ignored_content = ["tpc???-*.opus", "tpc???-*.txt"]
|
||||
ignored_content = ["sch???-*.opus", "sch???-*.txt"]
|
||||
|
||||
title = "Test-Podcast"
|
||||
description = "Ein Podcast mit dem Test als einziges Ziel."
|
||||
title = "Schulischer Schabernack"
|
||||
description = "Schabernack aus der Schule" # FIXME
|
||||
|
||||
taxonomies = [
|
||||
{ name = "formats", feed = true },
|
||||
]
|
||||
|
||||
[extra]
|
||||
author = "Test-Podcast-Team"
|
||||
subtitle = "Neues aus der Testwelt."
|
||||
acronym = "TPC"
|
||||
author = "P-Seminar Podcast" # FIXME?
|
||||
subtitle = "So. Genug Schabernack." # FIXME
|
||||
acronym = "SCH"
|
||||
# to what length the episode number should be padded
|
||||
pad_to = 3
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ let
|
|||
stdenv = pkgs.stdenv;
|
||||
in
|
||||
{
|
||||
network.description = "Web server for schulpodcast";
|
||||
network.description = "Web server for Schulischer Schabernack";
|
||||
|
||||
front =
|
||||
{ config, pkgs, ... }:
|
||||
|
|
|
@ -11,6 +11,6 @@ pkgs.mkShell {
|
|||
];
|
||||
|
||||
shellHook = ''
|
||||
export NIXOPS_DEPLOYMENT=schulpodcast-hcloud
|
||||
export NIXOPS_DEPLOYMENT=schulischer-schabernack-hcloud
|
||||
'';
|
||||
}
|
||||
|
|
BIN
static/assets/banner.jpg
(Stored with Git LFS)
BIN
static/assets/banner.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/assets/poster.jpg
(Stored with Git LFS)
BIN
static/assets/poster.jpg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue