Created
July 16, 2017 08:23
-
-
Save rouseguy/ad866ce15064d81c5dc752ca9c15255e to your computer and use it in GitHub Desktop.
sample hugo blog config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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