1
0
Fork 0

Update config file

main
earnest ma 2020-10-31 16:29:22 -04:00
parent 51822e82e0
commit f645e4b052
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
# 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"
title = "The Podcaster's Community"
@ -85,11 +85,11 @@ pygmentscodefencesguesssyntax = true
icon = "fa fa-discord"
weight = 1
url = "https://discord.gg/hCh5htU"
#[[params.social]]
# name = "Github"
# icon = "fa fa-github"
# weight = 2
# url = "https://github.com/johndoe/"
[[params.social]]
name = "Github"
icon = "fa fa-github"
weight = 2
url = "https://github.com/earnestma/thepodcasterscommunity-site"
#[[params.social]]
# name = "Twitter"
# icon = "fa fa-twitter"
@ -99,7 +99,7 @@ pygmentscodefencesguesssyntax = true
name = "RSS"
icon = "fa fa-rss"
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"
type = "application/rss+xml"