Home
Softono
einundzwanzig.space

einundzwanzig.space

Open source MIT Pug
27
Stars
125
Forks
1
Issues
4
Watchers
1 week
Last Commit

About einundzwanzig.space

Einundzwanzig Podcast Website

Platforms

Web Self-hosted

Languages

Pug

Einundzwanzig Podcast Website

Die offizielle Einundzwanzig website.

Build

Content

The content can be edited via the JSON files in the content directory.

Local build

Node.js is a prerequisite, the dependencies are managed via npm. Once you have cloned this repo, you can setup the packages:

npm install

Create a build and rebuild on file change:

npm start

This will bring up the dev server on localhost:3000.

Episode download

Download all episode mp3 and image files:

EPISODES_DIR=./episodes npm run episodes