You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
858B

  1. baseURL = "https://roxanne.dev/"
  2. languageCode = "en-gb"
  3. theme = "hallo"
  4. title = "Hello!"
  5. [Author]
  6. name = "Roxie"
  7. [params]
  8. [[params.links]]
  9. iconset = "fas"
  10. icon = "info-circle"
  11. title = "Additional information"
  12. url = "#info"
  13. [[params.links]]
  14. icon = "github"
  15. title = "Github"
  16. url = "https://github.com/roxxers"
  17. [[params.links]]
  18. icon = "git"
  19. title = "Git Repo"
  20. url = "https://git.roxanne.dev"
  21. [[params.links]]
  22. iconset = "fas"
  23. icon = "blog"
  24. title = "Blog"
  25. url = "https://roxie.codes"
  26. [[params.links]]
  27. iconset = "fas"
  28. icon = "file-pdf"
  29. title = "CV"
  30. url = "./files/roxanne_gibson.pdf"
  31. [params.colors]
  32. background = "#1a9ca9"
  33. foreground = "#edf7ff"
  34. hover = "#dac3c1"