Skip to content

Commit 30b2b41

Browse files
committed
Fix: remove twitter, update social and remove ga
1 parent 4080382 commit 30b2b41

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

_config.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ social:
105105

106106
# Analytics
107107
analytics:
108-
provider: "google-gtag" # false (default), "google", "google-universal", "custom"
108+
provider: false # false (default), "google", "google-universal", "custom"
109109
google:
110-
tracking_id: "UA-141260825-1"
111-
anonymize_ip: false # true, false (default)
110+
tracking_id:
111+
anonymize_ip: # true, false (default)
112112

113113
# Site Author
114114
author:
@@ -121,21 +121,20 @@ author:
121121
- label: "Email"
122122
icon: "fas fa-fw fa-envelope-square"
123123
# url: mailto:[email protected]
124-
- label: "Website"
125-
icon: "fas fa-fw fa-link"
126-
# url: "https://your-website.com"
127-
- label: "Twitter"
128-
icon: "fab fa-fw fa-twitter-square"
129-
# url: "https://twitter.com/"
130-
- label: "Facebook"
131-
icon: "fab fa-fw fa-facebook-square"
132-
# url: "https://facebook.com/"
133124
- label: "GitHub"
134125
icon: "fab fa-fw fa-github"
135126
# url: "https://github.com/"
136-
- label: "Instagram"
137-
icon: "fab fa-fw fa-instagram"
138-
# url: "https://instagram.com/"
127+
- label: "Bluesky"
128+
icon: "fa-solid fa-cloud"
129+
# url: "https://bluesky.com/"
130+
- label: "Mastodon"
131+
icon: "fa-brands fa-mastodon"
132+
url:
133+
- label: "LinkedIn"
134+
icon: "fa-brands fa-linkedin"
135+
# url: "https://linkedin.com/"
136+
137+
139138

140139
# Site Footer
141140
footer:
@@ -146,21 +145,21 @@ footer:
146145
- label: "Mastodon"
147146
icon: "fab fa-fw fa-mastodon"
148147
url: https://fosstodon.org/@pyOpenSci
149-
- label: "Twitter"
150-
icon: "fab fa-fw fa-twitter-square"
151-
url: https://www.twitter.com/pyOpenSci
148+
- label: "Bluesky"
149+
icon: "fa-solid fa-cloud"
150+
url: https://bsky.app/profile/pyopensci.bsky.social
152151
- label: "GitHub"
153152
icon: "fab fa-fw fa-github"
154153
url: https://github.com/pyOpenSci
155154
- label: "LinkedIn"
156155
icon: "fab fa-fw fa-linkedin"
157156
url: https://www.linkedin.com/company/pyopensci
158-
- label: "Bitbucket"
159-
icon: "fab fa-fw fa-bitbucket"
160-
# url:
161-
- label: "Instagram"
162-
icon: "fab fa-fw fa-instagram"
163-
# url:
157+
- label: "Discourse"
158+
icon: "fa-brands fa-discourse"
159+
url: "https://pyopensci.discourse.group/"
160+
# - label: "Instagram"
161+
# icon: "fab fa-fw fa-instagram"
162+
# # url:
164163

165164
# Reading Files
166165
include:

0 commit comments

Comments
 (0)