Change to Mainraod theme
This commit is contained in:
committed by
Greg Hellings
parent
66c48c1723
commit
a7f851481d
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/Mainroad"]
|
||||||
|
path = themes/Mainroad
|
||||||
|
url = https://github.com/Vimux/Mainroad.git
|
||||||
|
|||||||
+15
-32
@@ -1,7 +1,7 @@
|
|||||||
baseURL = "http://www.thehellings.com/"
|
baseURL = "http://www.thehellings.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "The Hellings"
|
title = "The Hellings"
|
||||||
theme = "greg-anatole"
|
theme = "Mainroad"
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
@@ -13,6 +13,7 @@ disqusShortname = "thehellings"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
title = "The Hellings"
|
title = "The Hellings"
|
||||||
|
subtitle = "Greg Hellings's Peronal Site & Blog"
|
||||||
author = "Greg Hellings"
|
author = "Greg Hellings"
|
||||||
description = "The Hellings Family"
|
description = "The Hellings Family"
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
@@ -20,6 +21,19 @@ pygmentsUseClasses = true
|
|||||||
profilePicture = "images/profile.jpg"
|
profilePicture = "images/profile.jpg"
|
||||||
readMore = true
|
readMore = true
|
||||||
|
|
||||||
|
[params.sidebar]
|
||||||
|
home = "right"
|
||||||
|
list = "right"
|
||||||
|
single = "right"
|
||||||
|
widgets = ["search", "taglist", "social"]
|
||||||
|
|
||||||
|
[params.widgets.social]
|
||||||
|
facebook = "greg.hellings"
|
||||||
|
twitter = "greghellings"
|
||||||
|
instagram = "greghellings"
|
||||||
|
github = "greg-hellings"
|
||||||
|
email = "greg.hellings@gmail.com"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
series = "series"
|
series = "series"
|
||||||
@@ -39,37 +53,6 @@ readMore = true
|
|||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "About"
|
|
||||||
weight = 300
|
|
||||||
identifier = "about"
|
|
||||||
url = "/about/"
|
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
icon = "fab fa-facebook"
|
|
||||||
title = "facebook"
|
|
||||||
url = "https://facebook.com/greg.hellings"
|
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
icon = "fab fa-github"
|
|
||||||
title = "GitHub"
|
|
||||||
url = "https://github.com/greg-hellings/"
|
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
icon = "fas fa-envelope"
|
|
||||||
title = "e-mail"
|
|
||||||
url = "mailto:greg.hellings@gmail.com"
|
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
icon = "fab fa-linkedin"
|
|
||||||
title = "Linkedin"
|
|
||||||
url = "https://www.linkedin.com/"
|
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
icon = "fab fa-instagram"
|
|
||||||
title = "instagram"
|
|
||||||
url = "https://www.instagram.com/greghellings/"
|
|
||||||
|
|
||||||
[deployment]
|
[deployment]
|
||||||
|
|
||||||
[[deployment.targets]]
|
[[deployment.targets]]
|
||||||
|
|||||||
+4
-1
@@ -2,6 +2,9 @@
|
|||||||
title: "About"
|
title: "About"
|
||||||
date: 2020-08-24T23:51:30-05:00
|
date: 2020-08-24T23:51:30-05:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
- main
|
||||||
|
- footer
|
||||||
---
|
---
|
||||||
|
|
||||||
### Who I Am
|
### Who I Am
|
||||||
@@ -27,7 +30,7 @@ Dallas ('09, MS Computer Science - Intelligent Systems).
|
|||||||
I'm convinced that automation is the key to a sane life in front of the computer.
|
I'm convinced that automation is the key to a sane life in front of the computer.
|
||||||
Any software that can ease my way by doing things itself is to be praised. I
|
Any software that can ease my way by doing things itself is to be praised. I
|
||||||
love to use it, sometimes I'll even write about it. And I'll probably try to
|
love to use it, sometimes I'll even write about it. And I'll probably try to
|
||||||
get you to use it, if you come to close!
|
get you to use it, if you come too close!
|
||||||
|
|
||||||
I'm convinced that most people are, fundamentally, good people. Even most of
|
I'm convinced that most people are, fundamentally, good people. Even most of
|
||||||
the people who have wronged you - if you knew their whole story, you would
|
the people who have wronged you - if you knew their whole story, you would
|
||||||
|
|||||||
Submodule
+1
Submodule themes/Mainroad added at 33f85c796e
Reference in New Issue
Block a user