Skip to content

Commit

Permalink
Add theme and config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiensarahly committed Jul 21, 2019
1 parent 1eb0d5a commit b2164c4
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/hugo-casper-two"]
path = themes/hugo-casper-two
url = https://github.com/eueung/hugo-casper-two.git
71 changes: 68 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,68 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
baseurl = "/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
canonifyurls = true

[params]
title = "My awesome site on July 21"
subtitle = "Port of Casper 2.x for Hugo"
copyright = "© 2018"

cover = "img/blog-cover.jpg"
description = "Here is a description of your site."
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""

twitterName = "faketryghost"
fbName = "fakeghost"
githubName = "eueung"
linkedinName = "eueung"
mediumName = ""

logo = "hugo-logo.png"
orgName = "EM"
orgWebsite = "https://www.telematika.org"
orgDescription = "Here is a description placeholder for your org"

showSupport = true

author = "EM"
authorAvatar = "img/ghost-icon.png"
authorLocation = "Bandung, ID"
authorWebsite = "https://eueung.github.io"
authorDescription = "Your description here"

pageNotFoundTitle = "404 - Page not found"

#casper or caspertwo
singleViewStyle = "casper"

[permalinks]
post = "/post/:slug/"

[[menu.main]]
name = "Home"
url = "/"
weight = 200

[[menu.main]]
name = "Go"
url = "/tags/golang/"
weight = 100

[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 99

[[menu.main]]
name = "External"
url = "https://google.com/"
weight = 95


1 change: 1 addition & 0 deletions themes/hugo-casper-two
Submodule hugo-casper-two added at b747d8

0 comments on commit b2164c4

Please sign in to comment.