Guest User

Untitled

a guest
Mar 25th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. languageCode = "en-us"
  2. title = "My New dlkwnd Site"
  3. theme = "ananke"
  4. relativeURLs = true
  5. [outputs]
  6. home = ["HTML", "RSS", "JSON"]
  7. [module]
  8. [[module.mounts]]
  9. source = "content/blogs"
  10. target = "content/blogs"
  11.  
  12. [[module.mounts]]
  13. source = "content/images"
  14. target = "assets/images"
  15.  
  16. [[module.mounts]]
  17. source = "static"
  18. target = "static"
  19.  
  20. [[module.mounts]]
  21. source = "layouts"
  22. target = "layouts"
  23.  
  24. [[module.mounts]]
  25. source = "data"
  26. target = "data"
  27.  
  28. [[module.mounts]]
  29. source = "assets"
  30. target = "assets"
  31.  
  32. [[module.mounts]]
  33. source = "archetypes"
  34. target = "archetypes"
  35.  
  36. [markup]
  37.  
  38. [markup.goldmark]
  39.  
  40. [markup.goldmark.renderer]
  41. hardWraps = false
  42. unsafe = true
Add Comment
Please, Sign In to add comment