PageRenderTime 21ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/config.toml

https://gitlab.com/JohnBlood/st-isidores-keyboard
TOML | 110 lines | 88 code | 10 blank | 12 comment | 0 complexity | 6930f388a7128a0a12c7c98e42d876b8 MD5 | raw file
  1. contentDir = "content"
  2. layoutDir = "layouts"
  3. publishDir = "public"
  4. buildDrafts = false
  5. baseURL = "https://johnblood.gitlab.io/st-isidores-keyboard/"
  6. canonifyURLs = true
  7. languageCode = "en-us"
  8. title = "St. Isidore's Keyboard"
  9. # Enable comments by entering your Disqus shortname
  10. disqusShortname = "stisidorespen"
  11. # Enable Google Analytics by entering your tracking code
  12. googleAnalytics = "UA-71332406-1"
  13. # Define the number of posts per page
  14. paginate = 11
  15. footnotereturnlinkcontents = "↩"
  16. theme = "hugo-icarus-theme"
  17. [permalinks]
  18. post = "/:year/:month/:day/:slug"
  19. [params]
  20. # Tell me who you are
  21. author = "John Paul Wohlscheid"
  22. bio = "Writer - Nerd - Wannbe Programmer"
  23. location = " Planet Earth"
  24. site_description = "A Catholic nerd's thoughts on technology"
  25. copyright = "Powered by [Hugo](//gohugo.io)."
  26. avatar = "img/headshot.png"
  27. logo = "img/patron-computers.jpg"
  28. # Format dates with Go's time formatting
  29. date_format = "2006-01-02"
  30. # Create custom menu entries by defining a label and a link for
  31. # them. Since you can also link posts, you've the option the
  32. # place the links before or after them.
  33. #
  34. # E.g.: "Home" appears before all linked posts in the menu
  35. # and "Tags" / "Categories" after them.
  36. [[params.menu]]
  37. before = true
  38. label = "Home"
  39. link = "https://johnblood.gitlab.io/st-isidores-keyboard/"
  40. [[params.menu]]
  41. before = false
  42. label = "About"
  43. link = "about/"
  44. [[params.menu]]
  45. before = false
  46. label = "Links"
  47. link = "links/"
  48. [[params.menu]]
  49. before = false
  50. label = "Tags"
  51. link = "tags/"
  52. [[params.menu]]
  53. before = false
  54. label = "Categories"
  55. link = "categories/"
  56. # Enter a link for the follow button on the left
  57. [params.profile]
  58. follow_button = "https://johnblood.gitlab.io/st-isidores-keyboard/"
  59. [social]
  60. # Add your social network accounts to the profile section on the left
  61. # by entering your username. The links to your account will be
  62. # created automatically.
  63. github = "johnblood"
  64. gitlab = "johnblood"
  65. bitbucket = ""
  66. jsfiddle = ""
  67. codepen = ""
  68. foursquare = ""
  69. dribbble = ""
  70. deviantart = ""
  71. behance = ""
  72. flickr = ""
  73. instagram = ""
  74. youtube = "jpw86"
  75. vimeo = ""
  76. vine = ""
  77. medium = "johnblood"
  78. wordpress = ""
  79. tumblr = ""
  80. xing = ""
  81. linkedin = ""
  82. slideshare = ""
  83. stackoverflow = ""
  84. reddit = "johnblood"
  85. pinterest = ""
  86. googleplus = ""
  87. facebook = "JohnPaulWohlscheid"
  88. facebook_admin = "564538501"
  89. twitter_domain = "http://johnblood.gitlab.io/st-isidores-keyboard"
  90. twitter = "johnblood"
  91. # Enable and disable widgets for the right sidebar
  92. [params.widgets]
  93. recent_articles = true
  94. categories = true
  95. tags = true
  96. tag_cloud = true