Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Nov 6, 2024
1 parent 3c912d5 commit 5d5ac13
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ external_links_target_blank = true

[extra]

navigation = [
{ name = "About", target = "" },
{ name = "List of exercises", target = "exercises/" },
{ name = "Audience", target = "audience/" },
#{ 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/" }
]
navigation = []
# navigation = [
# { name = "About", target = "" },
# { name = "List of exercises", target = "exercises/" },
# { name = "Audience", target = "audience/" },
# { 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"

Expand Down

0 comments on commit 5d5ac13

Please sign in to comment.