From a7f851481d3578278d437d9d3faeb04251dd396a Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Thu, 27 Jan 2022 08:45:47 -0600 Subject: [PATCH] Change to Mainraod theme --- .gitmodules | 3 +++ config.toml | 47 +++++++++++++++-------------------------------- content/about.md | 5 ++++- themes/Mainroad | 1 + 4 files changed, 23 insertions(+), 33 deletions(-) create mode 160000 themes/Mainroad diff --git a/.gitmodules b/.gitmodules index e69de29..edbc2af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/Mainroad"] + path = themes/Mainroad + url = https://github.com/Vimux/Mainroad.git diff --git a/config.toml b/config.toml index f1467d7..85612b0 100644 --- a/config.toml +++ b/config.toml @@ -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]] diff --git a/content/about.md b/content/about.md index 12175ad..cd94df8 100644 --- a/content/about.md +++ b/content/about.md @@ -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 diff --git a/themes/Mainroad b/themes/Mainroad new file mode 160000 index 0000000..33f85c7 --- /dev/null +++ b/themes/Mainroad @@ -0,0 +1 @@ +Subproject commit 33f85c796ecf612a61a51669bbb33ab4bd8288ff