Change to Mainraod theme

This commit is contained in:
Gregory Hellings
2024-04-22 01:38:31 -05:00
committed by Greg Hellings
parent 66c48c1723
commit a7f851481d
4 changed files with 23 additions and 33 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/Mainroad"]
path = themes/Mainroad
url = https://github.com/Vimux/Mainroad.git
+15 -32
View File
@@ -1,7 +1,7 @@
baseURL = "http://www.thehellings.com/"
languageCode = "en-us"
title = "The Hellings"
theme = "greg-anatole"
theme = "Mainroad"
enableEmoji = true
enableRobotsTXT = true
@@ -13,6 +13,7 @@ disqusShortname = "thehellings"
[params]
title = "The Hellings"
subtitle = "Greg Hellings's Peronal Site & Blog"
author = "Greg Hellings"
description = "The Hellings Family"
pygmentsCodeFences = true
@@ -20,6 +21,19 @@ pygmentsUseClasses = true
profilePicture = "images/profile.jpg"
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]
category = "categories"
series = "series"
@@ -39,37 +53,6 @@ readMore = true
identifier = "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.targets]]
+4 -1
View File
@@ -2,6 +2,9 @@
title: "About"
date: 2020-08-24T23:51:30-05:00
draft: false
menu:
- main
- footer
---
### 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.
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
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
the people who have wronged you - if you knew their whole story, you would
+1
Submodule themes/Mainroad added at 33f85c796e