Advertisement
joaquinito

Untitled

Apr 18th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. baseURL = "https://paulmurray.pm/"
  2. # include content marked as draft
  3. buildDrafts = false
  4. # include content with publishdate in the future
  5. buildFuture = false
  6. # include content already expired
  7. buildExpired = false
  8. # enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
  9. relativeURLs = true
  10. disableRSS = true
  11. enableRobotsTXT = true
  12. editor = "nano"
  13. languageCode = "en"
  14. language = "en"
  15. theme = "vncnt-hugo"
  16. title = "Paul Murray"
  17.  
  18. [permalinks]
  19. fixed = ":title/"
  20. posts = "posts/:slug/"
  21.  
  22. [params]
  23. author = "Paul Murray"
  24. description = "Practitioner of some trades, master of none."
  25. bio = "Practitioner of some trades, master of none. \n Linux user, not Arch btw."
  26. avatar = "img/avatar.jpg"
  27. favicon = "img/favicon.ico"
  28. error404 = "There is no such page."
  29.  
  30. [params.contact]
  31. github = "https://github.com/sientelo"
  32. linkedin = "https://www.linkedin.com/in/pauljvmurray"
  33. medium = "https://medium.com/@pauljamesmurray"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement