Update config file
parent
51822e82e0
commit
f645e4b052
14
config.toml
14
config.toml
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Site Config
|
# Site Config
|
||||||
|
|
||||||
baseURL = "https://tpc-discord-demo.netlify.app" # TODO This needs to be changed
|
baseURL = "https://thepodcasterscommunity.netlify.app" # TODO This needs to be changed
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "The Podcaster's Community"
|
title = "The Podcaster's Community"
|
||||||
|
|
||||||
|
@ -85,11 +85,11 @@ pygmentscodefencesguesssyntax = true
|
||||||
icon = "fa fa-discord"
|
icon = "fa fa-discord"
|
||||||
weight = 1
|
weight = 1
|
||||||
url = "https://discord.gg/hCh5htU"
|
url = "https://discord.gg/hCh5htU"
|
||||||
#[[params.social]]
|
[[params.social]]
|
||||||
# name = "Github"
|
name = "Github"
|
||||||
# icon = "fa fa-github"
|
icon = "fa fa-github"
|
||||||
# weight = 2
|
weight = 2
|
||||||
# url = "https://github.com/johndoe/"
|
url = "https://github.com/earnestma/thepodcasterscommunity-site"
|
||||||
#[[params.social]]
|
#[[params.social]]
|
||||||
# name = "Twitter"
|
# name = "Twitter"
|
||||||
# icon = "fa fa-twitter"
|
# icon = "fa fa-twitter"
|
||||||
|
@ -99,7 +99,7 @@ pygmentscodefencesguesssyntax = true
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
icon = "fa fa-rss"
|
icon = "fa fa-rss"
|
||||||
weight = 4
|
weight = 4
|
||||||
url = "https://tpc-discord-demo.netlify.app/posts/index.xml" # TODO Update to sub/domain once finalized
|
url = "https://thepodcasterscommunity.netlify.app/posts/index.xml" # TODO Update to sub/domain once finalized
|
||||||
rel = "alternate"
|
rel = "alternate"
|
||||||
type = "application/rss+xml"
|
type = "application/rss+xml"
|
||||||
|
|
||||||
|
|
Reference in New Issue