From 61cde740a186f22d05040072838067b9e24c8680 Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Sun, 30 Jan 2022 09:09:35 +0000 Subject: [PATCH] Config updates --- config.toml | 2 +- exampleSite/config.toml | 45 ----------------------------------------- 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 exampleSite/config.toml diff --git a/config.toml b/config.toml index e13a1df..e2cff62 100644 --- a/config.toml +++ b/config.toml @@ -37,7 +37,7 @@ enableRobotsTXT = true name = "soundcloud" url = "https://www.soundcloud.com/jslowenmusic" label = "soundcloud" - color = "#f3f7700" + color = "#ff7700" [[params.ananke_socials]] name = "facebook" url = "https://www.facebook.com/jslowenmusic" diff --git a/exampleSite/config.toml b/exampleSite/config.toml deleted file mode 100644 index c2a2038..0000000 --- a/exampleSite/config.toml +++ /dev/null @@ -1,45 +0,0 @@ -title = "J Slowen Music" -baseURL = "https://jslowen-music.netlify.app" -languageCode = "en-us" -theme = "github.com/theNewDynamic/gohugo-theme-ananke" -themesDir = "../.." -resourceDir = "../resources" - -DefaultContentLanguage = "en" -SectionPagesMenu = "main" -Paginate = 6 # this is set low for demonstrating with dummy content. Set to a higher number -googleAnalytics = "" -enableRobotsTXT = true - -[languages] - [languages.en] - title = "My blog" - weight = 1 - contentDir = "content/en" - -[sitemap] - changefreq = "monthly" - priority = 0.5 - filename = "sitemap.xml" - -[params] - text_color = "" - author = "" - favicon = "/images/favicon.ico" - site_logo = "/images/Logo1x_white.png" - description = "The last theme you'll ever need. Maybe." - # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-" - background_color_class = "bg-black" - featured_image = "/images/keys_1920.jpg" - recent_posts_number = 3 - -[[params.ananke_socials]] - name = "twitter" - url = "https://twitter.com/jslowenmusic" -[[params.ananke_socials]] - name = "facebook" - url = "https://www.facebook.com/jslowenmusic" -[[params.ananke_socials]] - name = "soundcloud" - url = "https://www.soundcloud.com/jslowenmusic" - label = "soundcloud"