Initial commit for theme nederburg
This commit is contained in:
60
config_casper.toml.txt
Normal file
60
config_casper.toml.txt
Normal file
@@ -0,0 +1,60 @@
|
||||
baseurl = "https://hyteck.de/"
|
||||
theme = "hugo-nederburg-theme"
|
||||
languageCode = "en-US"
|
||||
disqusShortname = ""
|
||||
paginate = 6
|
||||
#SectionPagesMenu = "main"
|
||||
|
||||
[params]
|
||||
title = "Hyteck"
|
||||
subtitle = "Blog of Julian-Samuel Gebühr"
|
||||
|
||||
cover = "uploads/header.jpg"
|
||||
description = "This is a mixture of personal blog and projects"
|
||||
metaDescription = "Projects and stuff from Julian-Samuel Gebühr"
|
||||
googleAnalytics = "Projects and stuff from Julian-Samuel Gebühr"
|
||||
customCSS = []
|
||||
RSSLink = ""
|
||||
|
||||
twitterName = "j-s.gebuehr"
|
||||
fbName = ""
|
||||
githubName = "GerJuli"
|
||||
|
||||
logo = "uploads/hyteck2.png"
|
||||
orgName = ""
|
||||
orgWebsite = ""
|
||||
orgDescription = ""
|
||||
|
||||
author = "Julian-Samuel Gebühr"
|
||||
authorAvatar = "uploads/julian_neutral_edited_smallerish.png"
|
||||
authorLocation = "Tübingen, Germany"
|
||||
authorWebsite = "https://hyteck.de"
|
||||
authorDescription = "Student of Medical Engineering, He/Him"
|
||||
|
||||
pageNotFoundTitle = "404 - Page not found"
|
||||
|
||||
#casper or caspertwo
|
||||
singleViewStyle = "casper"
|
||||
|
||||
[permalinks]
|
||||
post = "/:slug/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 200
|
||||
|
||||
[[menu.main]]
|
||||
name = "Projects"
|
||||
url = "/tags/projects/"
|
||||
weight = 100
|
||||
|
||||
[[menu.main]]
|
||||
name = "Pictures"
|
||||
url = "/categories/pictures/"
|
||||
weight = 99
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 95
|
Reference in New Issue
Block a user