|
| 1 | +baseurl = "http://www.sudocast.com.br/" |
| 2 | +languageCode = "pt-BR" |
| 3 | +title = "SudoCast" |
| 4 | +theme = "castanet" |
| 5 | +# googleAnalytics = "UA-100789009-1" |
| 6 | +# disqusShortname = "arresteddevops" |
| 7 | +themesdir = "../.." |
| 8 | +paginate = "9" |
| 9 | + |
| 10 | + |
| 11 | +[permalinks] |
| 12 | + page = "/:filename/" |
| 13 | + about = "/:filename/" |
| 14 | + episode = "/:filename/" |
| 15 | + |
| 16 | + |
| 17 | +# The theme supports menus with up to one submenu per menu item |
| 18 | +# The menu name must be "Main" |
| 19 | +# The menus are sorted based upon their identifier |
| 20 | +[[Menu.Main]] |
| 21 | + name = "Sobre" |
| 22 | + identifier = "sobre" |
| 23 | + url = "about" |
| 24 | + |
| 25 | +[[Menu.Main]] |
| 26 | + name = "Contato" |
| 27 | + identifier = "contato" |
| 28 | + url = "contact" |
| 29 | + |
| 30 | +[[Menu.Main]] |
| 31 | + name = "Hosts" |
| 32 | + identifier = "hosts" |
| 33 | + url = "host" |
| 34 | + |
| 35 | +[[Menu.Main]] |
| 36 | + name = "Convidados" |
| 37 | + identifier = "Convidados" |
| 38 | + url = "guest" |
| 39 | + |
| 40 | +[[Menu.Main]] |
| 41 | + name = "Links" |
| 42 | + identifier = "links" |
| 43 | + url = "#!" |
| 44 | + |
| 45 | +[[Menu.Main]] |
| 46 | + name = "Livros" |
| 47 | + identifier = "Livros" |
| 48 | + url = "Livros" |
| 49 | + parent = "links" |
| 50 | +[[Menu.Main]] |
| 51 | + name = "Podcasts" |
| 52 | + identifier = "podcasts" |
| 53 | + url = "podcasts" |
| 54 | + parent = "links" |
| 55 | + |
| 56 | +[params] |
| 57 | +site_theme = "grey" |
| 58 | +# site_layout = "grid" |
| 59 | +site_layout = "grid" |
| 60 | +enable_jumbo = "true" |
| 61 | +# enable_jumbo = "false" |
| 62 | +# truncate = "100" |
| 63 | +# about_logo = "/img/hugocast.png" |
| 64 | +copyright_notice = "Copyright 2018 [Pery Lemke](https://www.mattstrattion.io)" |
| 65 | +itunes_subscribe = "https://itunes.apple.com/br/podcast/sudocast/id1229109698?mt=2" |
| 66 | +#android_subscribe = "http://subscribeonandroid.com/feeds.podtrac.com/VGAulpN7MY1U" |
| 67 | +#google_play_subscribe = "https://goo.gl/app/playmusic?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&link=https://play.google.com/music/m/Ihj4yege3lfmp3vs5yoopgxijpi?t%3DArrested_DevOps" |
| 68 | +#stitcher_subscribe = "http://www.stitcher.com/podcast/arrested-devops-2/arrested-devops" |
| 69 | +#soundcloud_subscribe = "http://feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss" |
| 70 | +#pocketcasts_subscribe = "http://pcasts.in/feed/feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss" |
| 71 | +#mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4cbcac996bb9df25f970a89&id=154fa76bcc" |
| 72 | +#rss_subscribe = "http://feed.com/myfeed" #only set this if you don't want to use the built-in feed |
| 73 | +description = "Esse é o Sudocast, um podcast de tecnologia ácido, engraçado que discute os principais temas em voga no mundo de Desenvolvimento de Software. Linguagens de Programação, DevOps, comportamento, tudo isso e muito mais só aqui…" |
| 74 | +media_prefix = "https://media.blubrry.com/arresteddevops/content.blubrry.com/arresteddevops/" |
| 75 | + [params.feed] |
| 76 | + feed_copyright = "Copyright 2017 Pery Lemke and Mário Silveira" #do not use markdown in this field; it is used in the feed |
| 77 | + itunes_subtitle = "Um podcast de tecnologia e tendências!" #no markdown or HTML |
| 78 | + itunes_author = "Pery Lemke" #no markdown or HTML |
| 79 | + itunes_summary = "Sudocast vem a ser um podcast de tecnologia ácido, engraçado e dinâmico onde são discutidos os assuntos mais quentes do mundo de desenvolvimento." # Limited to 4000 characters or less, plain text, no HTML |
| 80 | + itunes_owner_name = "Pery Lemke" |
| 81 | + itunes_owner_email = "[email protected]" #contains the e-mail address that will be used to contact the owner of the Podcast for communication specifically about their Podcast on iTunes. It will not be publicly displayed on iTunes. |
| 82 | + itunes_image = "https://www.arresteddevops.com/img/ado-podcast-logo.png" #fqdn to the image art for your podcast |
| 83 | + itunes_top_category = "Technology" |
| 84 | + itunes_first_sub_category = "Software How-To" |
| 85 | + itunes_second_sub_category = "Tech News" |
| 86 | + |
| 87 | + [params.social] |
| 88 | + github = "sudocast" |
| 89 | + facebook = "1sudocast" |
| 90 | + #facebook_admin = "500557137" # This needs to be a page admin to get domain insights |
| 91 | + twitter = "perylemke" |
| 92 | + instagram = "sudocast" |
| 93 | + youtube = "testafterdeploy" |
| 94 | + linkedin = "/perylemke" |
| 95 | + |
| 96 | + [params.authors] |
| 97 | + [params.authors.Pery] |
| 98 | + name = "Pery Lemke" |
| 99 | + thumbnail = "img/host/pery.png" |
| 100 | + bio = "" |
| 101 | + [params.authors.Pery.social] |
| 102 | + github = "perylemke" |
| 103 | + twitter = "perylemke" |
| 104 | + linkedin = "perylemke" |
| 105 | + homepage = "" |
| 106 | + instagram = "perylemke" |
| 107 | + youtube = "testafterdeploy" |
| 108 | + [params.authors.Mario] |
| 109 | + name = "Mário Silveira" |
| 110 | + thumbnail = "https://avatars0.githubusercontent.com/u/10747243?s=400&v=4" |
| 111 | + bio = "" |
| 112 | + [params.authors.Mario.social] |
| 113 | + twitter = "dermarios" |
| 114 | + |
| 115 | + [params.links] |
| 116 | + [params.links.ado] |
| 117 | + name = "Arrested DevOps" |
| 118 | + url = "https://www.arresteddevops.com" |
| 119 | + [params.links.ffs] |
| 120 | + name = "Food Fight Show" |
| 121 | + url = "https://foodfightshow.org" |
| 122 | + [params.links.sdt] |
| 123 | + name = "Software Defined Talk" |
| 124 | + url = "https://cote.io/podcasts/sdt/" |
| 125 | + |
0 commit comments