Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Tindel <chad@tindel.net>2022-02-22 18:34:20 +0300
committerGitHub <noreply@github.com>2022-02-22 18:34:20 +0300
commit570e3a53b1c8d6ebecafa97d70742fd5bb380279 (patch)
tree79681a018cc54cfe7d030e5b3b108ce949ee072d /exampleSite
parent608104b2117646a45392ef4f7acc3e73dbfd1f5d (diff)
Add support for full social URLs and Youtube Subscription Link in Jumbotron (#368)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml10
-rw-r--r--exampleSite/content/guest/ajohnston2.md6
-rw-r--r--exampleSite/content/host/mstratton.md2
3 files changed, 11 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 57e1962..de92fea 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -84,6 +84,7 @@ enable_jumbo = "true"
# truncate = "100"
# about_logo = "/img/hugocast.png"
copyright_notice = "Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"
+youtube_subscribe = "https://www.youtube.com/arresteddevops?sub_confirmation=1"
itunes_subscribe = "https://podcasts.apple.com/us/podcast/arrested-devops/id773888088?ign-mpt=uo%3D4&mt=2"
android_subscribe = "http://subscribeonandroid.com/feeds.podtrac.com/VGAulpN7MY1U"
spotify_subscribe = "https://open.spotify.com/show/..."
@@ -127,18 +128,21 @@ disqusShortname = ""
subscribe_feed_type = "audio" # options: audio, video
subscribe_feed_format = "mp3" # options: mp3, aac, ogg, opus
+ # Social links can be given in full URL form or short form
+ # In the short form the theme will generate a relevant URL
[params.social]
github = "arresteddevops"
gitlab = "mattstratton"
facebook = "Arresteddevops"
facebook_admin = ["500557137","1234"] # This needs to be one or more page admins to get domain insights
- twitter = "arresteddevops"
+ twitter = "https://twitter.com/arresteddevops"
twitter_domain = "arresteddevops.com" # This domain shows in twitter cards as "View on `twitter_domain`"
- googleplus = "ArrestedDevOps"
pinterest = "nozzleio"
instagram = "nozzleio"
youtube = "arresteddevops"
- linkedin = "mattstratton"
+ # Short form in linkedin will link to a user's page so use long form for company pages
+ linkedin = "https://www.linkedin.com/company/linkedin/"
+ #linkedin = "mattstratton"
twitch = "mattstratton"
[params.authors]
diff --git a/exampleSite/content/guest/ajohnston2.md b/exampleSite/content/guest/ajohnston2.md
index 8764f53..d17be8b 100644
--- a/exampleSite/content/guest/ajohnston2.md
+++ b/exampleSite/content/guest/ajohnston2.md
@@ -1,11 +1,11 @@
+++
Title = "Alan Johnston"
date = "2020-02-10T09:12:39-05:00"
-Twitter = "@deserunt"
+Twitter = "https://twitter.com/deserunt"
Website = "http://Agimba.info"
Type = "guest"
Facebook = "adipisci"
-Linkedin = "ut"
+Linkedin = "https://www.linkedin.com/in/ut"
Pronouns = ""
GitHub = "tempora"
Thumbnail = "img/guest/ajohnston.jpg"
@@ -14,4 +14,4 @@ Instagram = ""
YouTube = ""
guest_group = "ajohnston"
+++
-this is the newer version of Alan \ No newline at end of file
+this is the newer version of Alan
diff --git a/exampleSite/content/host/mstratton.md b/exampleSite/content/host/mstratton.md
index bf16cf4..23118db 100644
--- a/exampleSite/content/host/mstratton.md
+++ b/exampleSite/content/host/mstratton.md
@@ -5,7 +5,7 @@ Twitter = "mattstratton"
Website = "http://www.google.com/"
Type = "host"
Facebook = ""
-Linkedin = "mattstratton"
+Linkedin = "https://www.linkedin.com/in/mattstratton"
Pronouns = "He/Him"
GitHub = "mattstratton"
Thumbnail = "img/host/matt.png"