Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

78 lines
2.4KB

  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. "fractal-forest",
  10. "after-dark"
  11. ]
  12. disableLiveReload = false # Optional, set true to disable live reload
  13. enableRobotsTXT = true # Suggested, enable robots.txt file
  14. pygmentsCodefences = true # Suggested, highlight fenced code blocks
  15. pygmentsUseClasses = true # Required for custom syntax highlighting
  16. sectionPagesMenu = "main" # Enable menu system for lazy bloggers
  17. footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
  18. [params]
  19. description = "My Website" # Suggested, controls default description meta
  20. author = "Rohan Verma" # Optional, controls author name display on posts
  21. hide_author = false # Optional, set true to hide author name on posts
  22. has_cookies = true # Optional, set true to disable cookie disclaimer
  23. disable_csp = false # Optional, set true to disable content security policy
  24. images = [
  25. "https://source.unsplash.com/collection/983219/2000x1322"
  26. ] # Suggested, controls default Open Graph images
  27. [params.layout.menu.main]
  28. hidden = false # Optional, set false or remove to show section menu
  29. exclude = ["search", "blog_list", "project_list"] # exclude homepage and blog postings
  30. [[menu.main]]
  31. name = "Home"
  32. identifier = "home"
  33. url = "/"
  34. weight = 1
  35. [[menu.main]]
  36. name = "Blog"
  37. identifier = "blog"
  38. url = "/blog"
  39. weight = 0
  40. [[menu.utility]]
  41. name = "@rhnvrm"
  42. weight = 1
  43. identifier = "tweet"
  44. url = "https://twitter.com/rhnvrm"
  45. [[menu.utility]]
  46. name = "Email"
  47. weight = 1
  48. identifier = "email"
  49. url = "mailto:[email protected]"
  50. [[menu.utility]]
  51. name = "Search"
  52. identifier = "search"
  53. url = "/search/"
  54. 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>"
  55. [params.modules.fractal_forest]
  56. enabled = true # Optional, set false to disable module
  57. decoders = ["bpgdec8a"] # Optional, 8-bit javascript decoder with animation
  58. [params.hackcss]
  59. mode = "hack"
  60. palette = "light"
  61. [outputs]
  62. home = ["HTML", "RSS", "JSON"]