Fuck around with themes
This commit is contained in:
@@ -10,3 +10,9 @@
|
|||||||
[submodule "themes/hugo-theme-jane"]
|
[submodule "themes/hugo-theme-jane"]
|
||||||
path = themes/hugo-theme-jane
|
path = themes/hugo-theme-jane
|
||||||
url = https://github.com/xianmin/hugo-theme-jane.git
|
url = https://github.com/xianmin/hugo-theme-jane.git
|
||||||
|
[submodule "themes/uBlogger"]
|
||||||
|
path = themes/uBlogger
|
||||||
|
url = https://github.com/upagge/uBlogger.git
|
||||||
|
[submodule "themes/accessible-minimalism"]
|
||||||
|
path = themes/accessible-minimalism
|
||||||
|
url = https://github.com/leonstafford/accessible-minimalism-hugo-theme
|
||||||
|
|||||||
+29
-38
@@ -1,8 +1,11 @@
|
|||||||
baseURL = "https://jamesmcdonald.com/"
|
baseURL = "https://jamesmcdonald.com/"
|
||||||
#baseURL = "http://172.31.236.160:1313/"
|
defaultContentLanguage = "en"
|
||||||
|
languageCode = "en-gb"
|
||||||
title = "James McDonald"
|
title = "James McDonald"
|
||||||
theme = "geekblog"
|
theme = "accessible-minimalism"
|
||||||
disqusShortname = "jamesmcdonald"
|
disqusShortname = "jamesmcdonald"
|
||||||
|
disableHugoGeneratorInject = true
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
# Required to get well formatted code blocks
|
# Required to get well formatted code blocks
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
@@ -21,53 +24,41 @@ enableGitInfo = true
|
|||||||
author = "authors"
|
author = "authors"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
|
||||||
[mediaTypes]
|
#[[menu.sidebar]]
|
||||||
[mediaTypes."application/atom+xml"]
|
# name = "GitLab"
|
||||||
suffixes = ["xml"]
|
# url = "https://gitlab.com/jamesmcdonald/"
|
||||||
|
|
||||||
[outputFormats]
|
#[[menu.sidebar]]
|
||||||
[outputFormats.Atom]
|
# name = "GitHub"
|
||||||
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
|
# url = "https://github.com/jamesmcdonald/"
|
||||||
name = "Atom"
|
|
||||||
mediaType = "application/atom+xml"
|
|
||||||
# generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
|
|
||||||
baseName = "atom"
|
|
||||||
isPlainText = false
|
|
||||||
rel = "alternate"
|
|
||||||
isHTML = false
|
|
||||||
noUgly = true
|
|
||||||
permalinkable = false
|
|
||||||
|
|
||||||
[outputs]
|
#[[menu.sidebar]]
|
||||||
home = ["HTML", "ATOM"]
|
# name = "Twitter"
|
||||||
page = ["HTML"]
|
# url = "https://twitter.com/0xfce2/"
|
||||||
section = ["HTML"]
|
|
||||||
taxonomy = ["HTML"]
|
|
||||||
term = ["HTML", "ATOM"]
|
|
||||||
|
|
||||||
[[menu.sidebar]]
|
#[[menu.sidebar]]
|
||||||
name = "GitLab"
|
# name = "LinkedIn"
|
||||||
url = "https://gitlab.com/jamesmcdonald/"
|
# url = "https://www.linkedin.com/in/james-mcdonald-4300202/"
|
||||||
|
|
||||||
[[menu.sidebar]]
|
|
||||||
name = "GitHub"
|
|
||||||
url = "https://github.com/jamesmcdonald/"
|
|
||||||
|
|
||||||
[[menu.sidebar]]
|
|
||||||
name = "Twitter"
|
|
||||||
url = "https://twitter.com/0xfce2/"
|
|
||||||
|
|
||||||
[[menu.sidebar]]
|
|
||||||
name = "LinkedIn"
|
|
||||||
url = "https://www.linkedin.com/in/james-mcdonald-4300202/"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "James McDonald"
|
author = "James McDonald"
|
||||||
description = "Stuff I wrote about things"
|
description = "Stuff I wrote about things"
|
||||||
sharingicons = false
|
sharingicons = false
|
||||||
|
version = "2.0.X"
|
||||||
|
|
||||||
[params.sidebar]
|
[params.sidebar]
|
||||||
about = "I like to do things to do with computers and occasionally write about those things. And other things, besides.<br><br>[Read more →](/about)"
|
about = "I like to do things to do with computers and occasionally write about those things. And other things, besides.<br><br>[Read more →](/about)"
|
||||||
|
|
||||||
# [params.social]
|
# [params.social]
|
||||||
# twitter = "0xfce2"
|
# twitter = "0xfce2"
|
||||||
|
|
||||||
|
|
||||||
|
[menu]
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Home"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Posts"
|
||||||
|
url = "/posts/"
|
||||||
|
weight = 2
|
||||||
|
|||||||
Submodule
+1
Submodule themes/accessible-minimalism added at ca6d9b397b
Submodule
+1
Submodule themes/uBlogger added at 8acb188d55
Reference in New Issue
Block a user