From 49c245632b7a3938936427439c79acef03114250 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sat, 16 May 2020 01:05:21 +0000 Subject: [PATCH] Use a custom theme branch so we can keep 'develop' even with upstream. --- .gitmodules | 2 +- config.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f7eae03..8685e77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "themes/pickles"] path = themes/pickles url = git@github.com:annabunches/hugo_theme_pickles.git - branch = develop + branch = custom diff --git a/config.toml b/config.toml index e5b3a99..c7af796 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,6 @@ languageCode = "en-us" theme = "pickles" Title = "Anna and the Bunches" copyright = "© Anna Wiggins, 2006-2020" -custom_css = "/static/css/custom.css" # Google Analytics API key. # googleAnalytics = "Your Google Analytics tracking id"