Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

88 lines
2.6KB

  1. baseurl = "https://rohanverma.net/" # Controls base URL sitewide
  2. languageCode = "en-US" # Controls site language
  3. title = "Rohan Verma" # Homepage title and page title suffix
  4. paginate = 11 # Number of posts to show before paginating
  5. disqusShortname = "rhnvrm"
  6. googleAnalytics = "UA-90695618-1"
  7. # Controls default theme and theme components
  8. theme = [
  9. "voyeur",
  10. "fractal-forest",
  11. "after-dark"
  12. ]
  13. disableLiveReload = false # Optional, set true to disable live reload
  14. enableRobotsTXT = true # Suggested, enable robots.txt file
  15. pygmentsCodefences = true # Suggested, highlight fenced code blocks
  16. pygmentsUseClasses = true # Required for custom syntax highlighting
  17. sectionPagesMenu = "main" # Enable menu system for lazy bloggers
  18. footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
  19. [params]
  20. description = "My Website" # Suggested, controls default description meta
  21. author = "Rohan Verma" # Optional, controls author name display on posts
  22. hide_author = false # Optional, set true to hide author name on posts
  23. has_cookies = true # Optional, set true to disable cookie disclaimer
  24. disable_csp = true # Optional, set true to disable content security policy
  25. images = [
  26. "https://rohanverma.net/wp-content/uploads/avatar.jpg"
  27. ] # Suggested, controls default Open Graph images
  28. [params.layout.menu.main]
  29. hidden = false # Optional, set false or remove to show section menu
  30. exclude = ["search", "archive", "project_list"] # exclude homepage and blog postings
  31. [[menu.main]]
  32. name = "Home"
  33. identifier = "home"
  34. url = "/"
  35. weight = 1
  36. [[menu.main]]
  37. name = "Blog"
  38. identifier = "blog"
  39. url = "/blog"
  40. weight = 2
  41. [[menu.main]]
  42. name = "About"
  43. identifier = "about"
  44. url = "/about"
  45. weight = 3
  46. [[menu.utility]]
  47. name = "@rhnvrm"
  48. weight = 1
  49. identifier = "tweet"
  50. url = "https://twitter.com/rhnvrm"
  51. [[menu.utility]]
  52. name = "Email"
  53. weight = 1
  54. identifier = "email"
  55. url = "mailto:[email protected]"
  56. [[menu.utility]]
  57. name = "Search"
  58. identifier = "search"
  59. url = "/search/"
  60. post = "<svg aria-hidden=\"true\" class=\"i-search\" viewBox=\"0 0 32 32\" width=\"10\" height=\"10\" fill=\"none\" stroke=\"currentcolor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\"><circle cx=\"14\" cy=\"14\" r=\"12\" /><path d=\"M23 23 L30 30\" /></svg>"
  61. [params.modules.fractal_forest]
  62. enabled = false # Optional, set false to disable module
  63. decoders = ["bpgdec8a"] # Optional, 8-bit javascript decoder with animation
  64. [params.hackcss]
  65. mode = "hack"
  66. palette = "light"
  67. [outputs]
  68. home = ["HTML", "RSS", "JSON"]
  69. [params.modules.voyeur]
  70. enabled = true
  71. url = "https://fathom.rohanverma.net"