-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1eb0d5a
commit b2164c4
Showing
3 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
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
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 |
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
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 | ||
|
||
|
Submodule hugo-casper-two
added at
b747d8