jk.nipponalba.scot website https://jk.nipponalba.scot
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

63 lines
1.2 KiB

5 years ago
  1. baseURL = "https://example.com"
  2. languageCode = "en"
  3. DefaultContentLanguage = "en"
  4. title = "Website of Jane Doe"
  5. theme = "anatole"
  6. summarylength = 10
  7. enableEmoji = true
  8. # Enable Disqus
  9. #disqusShortname = ""
  10. # Google Analytics
  11. #googleAnalytics = "UA-123-45"
  12. [params]
  13. title = "I'm Jane Doe"
  14. author = "Jane Doe"
  15. description = "Call me Jane"
  16. profilePicture = "images/profile.jpg"
  17. keywords = ""
  18. favicon = "favicons/"
  19. ## Math settings
  20. [params.math]
  21. enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
  22. use = "katex" # options: "katex", "mathjax". default is "katex".
  23. ## Social links
  24. [[params.socialIcons]]
  25. icon = "fa-linkedin"
  26. title = "Linkedin"
  27. url = "https://de.linkedin.com/"
  28. [[params.socialIcons]]
  29. icon = "fa-github"
  30. title = "GitHub"
  31. url = "https://github.com/lxndrblz/anatole/"
  32. [[params.socialIcons]]
  33. icon = "fa-instagram"
  34. title = "instagram"
  35. url = "https://www.instagram.com/"
  36. [[params.socialIcons]]
  37. icon = "fa-envelope"
  38. title = "e-mail"
  39. url = "mailto:mail@alexbilz.com"
  40. ## Menu items
  41. [menu]
  42. [[menu.main]]
  43. name = "Home"
  44. identifier = "home"
  45. weight = 100
  46. url = "/post/"
  47. [[menu.main]]
  48. name = "Posts"
  49. weight = 200
  50. identifier = "posts"
  51. url = "/post/"