Skip to content

Commit

Permalink
Merge pull request #186 from cedadev/socials-update
Browse files Browse the repository at this point in the history
tweaks to socials
  • Loading branch information
mjpritchard authored Nov 28, 2024
2 parents a008cd2 + 7421f6b commit 9c9722f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 30 deletions.
7 changes: 0 additions & 7 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ home = ["HTML", "RSS", "REDIR"]
disabled = false
simple = true

[privacy.twitter]
disabled = false
enableDNT = true
simple = true

[privacy.instagram]
disabled = false
simple = true
Expand All @@ -69,8 +64,6 @@ home = ["HTML", "RSS", "REDIR"]
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true
[services.googleAnalytics]
ID = "G-JJZZ5F2KN4"

Expand Down
10 changes: 2 additions & 8 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,14 @@
# url = "" #beacon toggle?
# weight = 60

[[social]]
name = "X / Twitter"
pre = "fab fa-x-twitter"
url = "https://twitter.com/cedanews"
weight = 10

[[social]]
name = "YouTube"
pre = "fab fa-youtube"
url = "https://www.youtube.com/channel/UCYjSH2ET9nLMhDcXa5y2OMg"
weight = 20
weight = 10

[[social]]
name = "GitHub"
pre = "fab fa-github"
url = "https://github.com/cedadev"
weight = 30
weight = 20
18 changes: 8 additions & 10 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,23 @@
icon = "fab linkedin"
weight = 10

[[sharing.providers]]
name = "Twitter"
url = "https://twitter.com/home?status={url}"
icon = "fab x-twitter"
weight = 20

[[sharing.providers]]
name = "Facebook"
url = "https://www.facebook.com/sharer.php?u={url}"
icon = "fab facebook"
weight = 30
weight = 20

[[sharing.providers]]
name = "WhatsApp"
url = "whatsapp://send?text={title}%20{url}"
icon = "fab whatsapp"
weight = 40
weight = 30

[[sharing.providers]]
name = "email"
url = "{url}"
icon = "fas link"
weight = 50
weight = 40
clipboard = true

[sections]
Expand Down Expand Up @@ -264,4 +258,8 @@
"sourceURL" = "https://raw.githubusercontent.com/cedadev/ceda-status/main/status.json"

[beacon]
html = "<p>Beacon</p><script src=\"/static/js/beacon.js\" type=\"text/javascript\">"
html = "<p>Beacon</p><script src=\"/static/js/beacon.js\" type=\"text/javascript\">"

[videos]
[videos.youtube]
host = "youtube"
1 change: 0 additions & 1 deletion content/docs/getting-started/jasmin-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ This is still under active development and further dashboards may be added in du
Please also keep an eye on:
- `JASMIN-USERS` email list (all users should be on this list. If not, please ask)
- {{< link ceda_news >}}CEDA News{{< /link >}} articles on the CEDA website
- {{< link ceda_x >}}@cedanews on X (formerly Twitter){{</link>}}
7 changes: 3 additions & 4 deletions content/docs/short-term-project-storage/managing-a-gws.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,11 @@ If you wish to change the **group** of files or directories, you should first us
Please maintain contact throughout the life of the GWS via the following
channels:

- Using the {{< link "https://mon.jasmin.ac.uk" >}}JASMIN Dashboard{{</link>}} to check on the status of your GWS (used versus available space).
- {{<link "ceda_status">}}CEDA Status Board{{</link>}} with live updates on incidents affecting CEDA and JASMIN services.
- {{< link "https://mon.jasmin.ac.uk" >}}JASMIN Dashboard{{</link>}} to check on the status of your GWS (used versus available space).
- Email alerts from the system when the GWS reaches >83% full
- Email from the CEDA/JASMIN team
- News articles on the CEDA or JASMIN websites and by monitoring CEDA social media feeds which may be used to post messages regarding system status or security.
- {{< link "ceda_site" >}}CEDA Website{{</link>}}
- {{< link "https://twitter.com/cedanews" >}}CEDA News on Twitter{{</link>}}
- News articles on the {{< link "ceda_site" >}}CEDA{{</link>}} or {{< link "jasmin_site" >}}JASMIN{{</link>}} websites.

If you are aware that a user who has access to your GWS leaves your project
or, for whatever reason, no longer needs to be a member of the GWS, please let
Expand Down

0 comments on commit 9c9722f

Please sign in to comment.