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.
|
Prototype for the site of the podcast for the practical seminar podcast.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import csv
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
|
|
||||||
ACRONYM = "tpc"
|
ACRONYM = "sch"
|
||||||
|
|
||||||
FORMATS = {
|
FORMATS = {
|
||||||
"opus": ["-b:a", "48k"],
|
"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
|
compile_sass = true
|
||||||
default_language = "de"
|
default_language = "de"
|
||||||
feed_filename = "rss.xml"
|
feed_filename = "rss.xml"
|
||||||
# source opus files and chapter data are not published
|
# source opus files and chapter data are not published
|
||||||
ignored_content = ["tpc???-*.opus", "tpc???-*.txt"]
|
ignored_content = ["sch???-*.opus", "sch???-*.txt"]
|
||||||
|
|
||||||
title = "Test-Podcast"
|
title = "Schulischer Schabernack"
|
||||||
description = "Ein Podcast mit dem Test als einziges Ziel."
|
description = "Schabernack aus der Schule" # FIXME
|
||||||
|
|
||||||
taxonomies = [
|
taxonomies = [
|
||||||
{ name = "formats", feed = true },
|
{ name = "formats", feed = true },
|
||||||
]
|
]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Test-Podcast-Team"
|
author = "P-Seminar Podcast" # FIXME?
|
||||||
subtitle = "Neues aus der Testwelt."
|
subtitle = "So. Genug Schabernack." # FIXME
|
||||||
acronym = "TPC"
|
acronym = "SCH"
|
||||||
# to what length the episode number should be padded
|
# to what length the episode number should be padded
|
||||||
pad_to = 3
|
pad_to = 3
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ let
|
||||||
stdenv = pkgs.stdenv;
|
stdenv = pkgs.stdenv;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
network.description = "Web server for schulpodcast";
|
network.description = "Web server for Schulischer Schabernack";
|
||||||
|
|
||||||
front =
|
front =
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
|
@ -11,6 +11,6 @@ pkgs.mkShell {
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
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