Set chosen brand name

Some details still have to be changed (see FIXME comments)
master
Simon Bruder 2020-11-24 20:51:24 +01:00
parent 174fac1889
commit 43fbd4b334
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
14 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# schulpodcast (prototype)
# Website for *Schulischer Schabernack*
Prototype for the site of the podcast for the practical seminar podcast.

View File

@ -3,7 +3,7 @@ import csv
import json
import time
ACRONYM = "tpc"
ACRONYM = "sch"
FORMATS = {
"opus": ["-b:a", "48k"],

View File

@ -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

View File

@ -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, ... }:

View File

@ -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)

Binary file not shown.

BIN
static/assets/poster.jpg (Stored with Git LFS)

Binary file not shown.