Skip to content

Instantly share code, notes, and snippets.

@rouseguy
Created July 16, 2017 08:23
Show Gist options
  • Save rouseguy/ad866ce15064d81c5dc752ca9c15255e to your computer and use it in GitHub Desktop.
Save rouseguy/ad866ce15064d81c5dc752ca9c15255e to your computer and use it in GitHub Desktop.
sample hugo blog config.toml
baseurl = "the github.io link"
title = "title of the blog"
theme = "hugo-theme-nix"
languageCode = "en-us"
#disqusShortname = "your_disqus_shortname"
[menu]
[[menu.header]]
name = "blog"
weight = 0
url = "/blog"
[[menu.header]]
name = "about"
weight = 1
url = "/about"
[params]
GithubID = " "
TwitterID = " "
LinkedInID = " "
# GoogleplusID = " "
FacebookID = " "
InstagramID = " "
Name = " "
HeaderUsername = "hugo"
HeaderHostname = "hugo"
Email = " "
About = " "
ProfilePicture = "images/profile.jpg"
CopyrightName = " "
GoogleAnalytics = " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment