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
+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]]