-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
103 lines (101 loc) · 2.59 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Website options
title: Staticast
baseline: The easiest way to publish your podcast
description: This is a demo of Staticast, the easiest way to publish your 🎙️ podcast.
keywords: [Podcast, Cecil, Static Site Generator]
author: Arnaud Ligny
copyright: Arnaud Ligny
baseurl: /
canonicalurl: true
image: twitter-card.png
language: en
date:
timezone: Europe/Paris
pagination:
max: 10
menus:
main:
- id: episodes
enabled: false
footer:
- name: Admin
id: admin
url: admin
theme:
- podcast # Podcast player component
- pwa # Progressive Web App features
- netlify # Netlify feature
- netlify-cms # Netlify CMS support
manifest:
background_color: "#7E4EA3"
theme_color: "#7E4EA3"
icons:
- manifest/icon-192x192.png
- manifest/icon-512x512.png
- src: manifest/icon-192x192-maskable.png
purpose: maskable
- src: manifest/icon-512x512-maskable.png
purpose: maskable
screenshots:
- manifest/screenshot-desktop.png
- manifest/screenshot-desktop-dark.png
- manifest/screenshot-mobile.png
- manifest/screenshot-mobile-dark.png
shortcuts: true
serviceworker:
enabled: true
precache:
- manifest/icon-192x192.png
- manifest/icon-512x512.png
- manifest/icon-192x192-maskable.png
- manifest/icon-512x512-maskable.png
- manifest/screenshot-desktop.png
- manifest/screenshot-desktop-dark.png
- manifest/screenshot-mobile.png
- manifest/screenshot-mobile-dark.png
# Podcast options
podcast:
owner:
name: Arnaud Ligny
email: arnaud@ligny.fr
image: cover.png
author: Arnaud Ligny
categories:
- Technology
type: episodic
subscribe:
- name: apple
title: Apple Podcasts
url: https://podcasts.apple.com/fr/podcast/staticast/id1520249637
enabled: true
- name: google
title: Google Podcasts
url: https://podcasts.google.com/feed/aHR0cHM6Ly9zdGF0aWNhc3QubmV0bGlmeS5hcHAvZXBpc29kZXMvcnNzLnhtbA
enabled: true
- name: spotify
title: Spotify
url: https://open.spotify.com/show/6dlhe4G6Au5Zm7qX2M5tnS
enabled: true
hoster:
- name: Arnaud Ligny
avatar: https://github.com/arnaudligny.png?size=150
twitter: "@arnaudligny"
# Cecil options
pages:
default:
# overrides serviceworker default layout
serviceworker:
path: serviceworker
layout: sw
output: js
output:
pagetypeformats:
homepage: html
section: [html, rss]
netlify:
redirects:
# redirect demo
- from: https://staticast-demo.netlify.app/*
to: https://staticast-demo.cecil.app/:splat
status: 301
force: true