Skip to content

Commit

Permalink
add deafault config to exampleSite
Browse files Browse the repository at this point in the history
  • Loading branch information
jeblister committed Apr 13, 2017
1 parent ed3fbe9 commit d487788
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
baseURL = "/"
languageCode = "en-us"
title = "Kube for Hugo"
theme = "kube-hugo"
description = "Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog"
Paginate = 4
[Params]
RSSLink = "/index.xml"
author = "newpixcom" # add your company name
github = "" # add your github profile name
twitter = "" # add your twitter profile
email = "[email protected]"

[[menu.main]]
name = "Docs"
weight = -100
url = "/docs/"
[[menu.main]]
name = "Blog"
weight = -100
url = "/blog/"
[[menu.main]]
name = "Faq"
weight = -100
url = "/faq/"

0 comments on commit d487788

Please sign in to comment.