From a88551e5638a76e35dc4da5974f0aa4df2f8da4c Mon Sep 17 00:00:00 2001 From: Alan Youngblood Date: Tue, 23 Jan 2024 11:32:00 -0500 Subject: [PATCH] custom-site.css applied for new color template --- assets/ananke/css/custom-site.css | 6 ++++++ config.toml | 26 -------------------------- hugo.toml | 2 ++ 3 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 config.toml diff --git a/assets/ananke/css/custom-site.css b/assets/ananke/css/custom-site.css index 11bba4b..6c465b9 100644 --- a/assets/ananke/css/custom-site.css +++ b/assets/ananke/css/custom-site.css @@ -4,3 +4,9 @@ .f3 { color: black; } +.hover-white { + color: black; +} +.icon { + color: black; +} diff --git a/config.toml b/config.toml deleted file mode 100644 index d3ce507..0000000 --- a/config.toml +++ /dev/null @@ -1,26 +0,0 @@ -title = "New Beginnings Community Operations" -baseURL = "https://newbeginningscommunityoperations" -languageCode = "en-us" -theme = ["github.com/theNewDynamic/gohugo-theme-ananke"] -resourceDir = "../resources" - -DefaultContentLanguage = "en" -SectionPagesMenu = "main" -Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number -googleAnalytics = "" -enableRobotsTXT = true - -[languages] - [languages.en] - title = "Ananke" - weight = 1 - contentDir = "content/en" - -[sitemap] - changefreq = "monthly" - priority = 0.5 - filename = "sitemap.xml" - -[params] - description = "We are people who care about our community and have the courage and audacity to believe that we can have a positive impact on it" - custom_css = ["custom-site.css"] diff --git a/hugo.toml b/hugo.toml index af08611..0732e3d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,6 +13,8 @@ enableEmoji = true description = "We are a nonprofit 501(c)(3) organization serving at risk youths and elders in the Raleigh area." background_color_class = "bg-gold" recent_posts_number = 3 + f2_color = "black" + custom_css = ["custom-site.css"] [[params.ananke_socials]] name = "facebook"