This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
_config.yml
57 lines (51 loc) · 1.81 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
# Site settings
title: "Jekyll Podcaster"
description: "A Jekyll Theme designed for Podcasters"
podcast-description: "A Jekyll Theme designed for Podcasters. This is your podcast's summary."
url: "https://jekyll-podcaster.netlify.app/" # Actual base url of the website
baseurl: "/" # url of the jekyll blog. e.g. if you set url to "mysite.com" and baseurl to "blog", the jekyll website will work on "mysite.com/blog"
author:
name: "Alessio Franceschi"
email: "[email protected]"
url: "https://alessiofranceschi.me"
permalink: pretty
permalink: /:title
keywords: [podcast, jekyll]
#Plugins
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-sitemap]
#exclude: [_podcast.rss] #Ignore this, it will be used in case I decide to add rss feed
#Pagination
paginate: 5
paginate_path: "/page-:num/"
#Sass
sass:
style: compressed
sourcemap: never
#SEO
twitter:
username: PandaSekh
card: summary
facebook:
app_id:
logo: /assets/img/Podcast_Cover.png
social:
name: Alessio Franceschi
links:
- https://github.com/PandaSekh
- https://twitter.com/PandaSekh
- https://www.linkedin.com/in/alessio-franceschi/
lang: it
#Podcast Metadata. Used by the RSS Feed, which currently isn't in use. So you can avoid this
podcast_title: Jekyll Podcaster
podcast_author: Alessio Franceschi
podcast_email: [email protected]
podcast_subtitle: "A Jekyll Theme designed for Podcasters"
podcast_summary: "A Jekyll Theme designed for Podcasters. This is your podcast's summary."
podcast_description: "A Jekyll Theme designed for Podcasters. This is your podcast's description."
podcast_explicit: "no"
podcast_type: serial
podcast_lang: en
podcast_launch: "2019-07-20" #Launch date of your podcast
podcast_copyright: "©Alessio Franceschi"
podcast_feed:
podcast_artwork: "/assets/img/Podcast_Cover.png"