Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Sep 4, 2023
1 parent 4974403 commit f986660
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# this variable has to be set but it is not used
# inside the templates (end in '/')
base_url = "https://coderefinery.github.io/template-workshop-webpage/"
base_url = "https://noresmhub.github.io/NorESM_Workshop_2023/"

# When adapting the title, do not forget to also adjust base_url above
title = "Replace this title in config.toml"
description = "Free workshop on git, testing, documentation, and more in a workshop - for researchers and scientists."
title = "NorESM user workshop 2023"
description = "An introductory course on how to run, diagnose and contribute to NorESM."

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
Expand All @@ -29,18 +29,18 @@ navigation = [
{ name = "About", target = "" },
{ name = "List of exercises", target = "exercises/" },
{ name = "Audience", target = "audience/" },
{ name = "Certificates", target = "certificates/" },
#{ name = "Certificates", target = "certificates/" },
{ name = "How to join", target = "join/" },
{ name = "Requirements", target = "requirements/" },
{ name = "Q&A", target = "questions/" },
{ name = "Code of conduct", target = "code-of-conduct/" },
{ name = "Communication", target = "communication/" }
]

twitter_image = "https://raw.githubusercontent.com/coderefinery/coderefinery-artwork/main/socialshare/socialshare-workshop.png"
# twitter_image = "https://raw.githubusercontent.com/coderefinery/coderefinery-artwork/main/socialshare/socialshare-workshop.png"

# plausible.io analytics
plausible = { src = "https://plausible.cs.aalto.fi/js/script.js", domain = "coderefinery.github.io", github_ref = "refs/heads/main" }
#plausible = { src = "https://plausible.cs.aalto.fi/js/script.js", domain = "coderefinery.github.io", github_ref = "refs/heads/main" }


# you can place multiple logos like this
Expand Down

0 comments on commit f986660

Please sign in to comment.