config: Change to Natrium theme config.
This commit is contained in:
parent
297c453d65
commit
e05c911657
1 changed files with 32 additions and 82 deletions
114
config.toml
114
config.toml
|
|
@ -1,91 +1,41 @@
|
||||||
baseurl = "http://notmy.space/blog/"
|
baseurl = "http://notmy.space/blog/"
|
||||||
|
languageCode = "en-us"
|
||||||
title = "William Floyd's Blog"
|
title = "William Floyd's Blog"
|
||||||
themesDir = "./themes/"
|
theme = "natrium"
|
||||||
theme = "whiteplain"
|
preserveTaxonomyNames = true
|
||||||
languageCode = "en"
|
rssLimit = 10
|
||||||
# Disqus shortname
|
paginate = 10
|
||||||
#disqusShortname = ""
|
|
||||||
# google analytics tracking id
|
|
||||||
#googleAnalytics = ""
|
|
||||||
pygmentsCodefences = true
|
pygmentsCodefences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsStyle = "native"
|
||||||
pygmentsOptions = "linenos=table"
|
|
||||||
# Copyright notice. This is displayer in the footer.
|
|
||||||
copyright = "© Copyright 2018 William Floyd"
|
|
||||||
|
|
||||||
[params]
|
|
||||||
# Date format
|
|
||||||
#dateFormat = "January 2, 2006"
|
|
||||||
|
|
||||||
# This is displayer in About page.
|
|
||||||
[params.author]
|
|
||||||
name = "William Floyd"
|
|
||||||
|
|
||||||
# Gravatar or Abatar image
|
|
||||||
#gravatar = "Gravatar email or MD5 Hash"
|
|
||||||
#avatar = "/path/to/avatar"
|
|
||||||
|
|
||||||
#twitter = "Twitter username"
|
|
||||||
#facebook = "Facebook username"
|
|
||||||
#googleplus = "Googleplus username"
|
|
||||||
#instagram = "Instagram username"
|
|
||||||
#tumblr = "Tumblr username"
|
|
||||||
#flickr = "Flickr username"
|
|
||||||
#reddit = "Reddit username"
|
|
||||||
#linkedin = "Linkedin username"
|
|
||||||
#slideshare = "Slideshare username"
|
|
||||||
#github = "Github username"
|
|
||||||
#gitlab = "Gitlab username"
|
|
||||||
#bitbucket = "Bitbucket username"
|
|
||||||
#stackoverflow = "Stackoverflow username"
|
|
||||||
#jsfiddle = "Jsfiddle username"
|
|
||||||
#codepen = "Codepen username"
|
|
||||||
#deviantart = "Deviantart username"
|
|
||||||
#behance = "Behance username"
|
|
||||||
#dribbble = "Dribbble username"
|
|
||||||
#wordpress = "Wordpress username"
|
|
||||||
#medium = "Medium username"
|
|
||||||
#foursquare = "Foursquare username"
|
|
||||||
#xing = "Xing username"
|
|
||||||
#quora = "Quora username"
|
|
||||||
#youtube = "Youtube username"
|
|
||||||
#vimeo = "Vimeo username"
|
|
||||||
#whatsapp = "Whatsapp username"
|
|
||||||
#skype = "Skype username"
|
|
||||||
#snapchat = "Snapchat username"
|
|
||||||
#pinterest = "Pinterest username"
|
|
||||||
#telegram = "Telegram username"
|
|
||||||
#vine = "Vine username"
|
|
||||||
#email = "Your email"
|
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
|
||||||
|
[permalinks]
|
||||||
|
post = "/:slug/"
|
||||||
|
page = "/:slug/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Categories"
|
name = "About"
|
||||||
weight = 1
|
url = "/about/"
|
||||||
identifier = "categories"
|
weight = -110
|
||||||
url = "/categories/"
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
weight = 2
|
url = "/tags"
|
||||||
identifier = "tags"
|
weight = -120
|
||||||
url = "/tags/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Archives"
|
|
||||||
weight = 3
|
|
||||||
identifier = "archives"
|
|
||||||
url = "/archives/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "About"
|
|
||||||
weight = 4
|
|
||||||
identifier = "about"
|
|
||||||
url = "/about/"
|
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "Categories"
|
||||||
weight = 1
|
url = "/categories"
|
||||||
identifier = "about"
|
weight = -130
|
||||||
url = "/about/"
|
|
||||||
|
[params]
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
[params.logo]
|
||||||
|
url = "logo.png"
|
||||||
|
width = 50
|
||||||
|
height = 50
|
||||||
|
alt = "Logo"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue