Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 10, 2023
1 parent c634282 commit 90111e1
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ignoreFiles = ["\\.qmd$", "\\.ipynb$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$", "i

customcss = ["custom_style.css"]

umami = true
umamilink = "https://analytics.example.com/umami.js"
umamiid = "1234567-abcd-efgh-0000-abcdefg1234"

Expand All @@ -37,30 +38,25 @@ ignoreFiles = ["\\.qmd$", "\\.ipynb$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$", "i
icon = "x"
weight = 2
url = "https://twitter.com/dthroelfs/"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
weight = 3
url = "https://www.linkedin.com/in/danielroelfs/"
[[params.social]]
name = "ORCID"
icon = "orcid"
weight = 3
weight = 4
url = "https://orcid.org/0000-0002-1083-002X"
[[params.social]]
name = "Google Scholar"
icon = "googlescholar"
weight = 4
url = "https://scholar.google.com/citations?user=QmVQcsAAAAAJ&hl=en"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
weight = 5
url = "https://www.linkedin.com/in/danielroelfs/"
[[params.social]]
name = "GoodReads"
icon = "goodreads"
weight = 6
url = "mailto:[email protected]"
url = "https://scholar.google.com/citations?user=QmVQcsAAAAAJ&hl=en"
[[params.social]]
name = "Mail"
icon = "minutemailer"
weight = 7
weight = 6
url = "mailto:[email protected]"

# Menu links
Expand All @@ -77,6 +73,7 @@ ignoreFiles = ["\\.qmd$", "\\.ipynb$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$", "i
name = "Photography"
url = "/photography"
weight = 3
identifier = "hide-from-nav"
[[menu.main]]
name = "Publications"
url = "/publications"
Expand Down

0 comments on commit 90111e1

Please sign in to comment.