From 8fdfd205f9b4fd2f52eac9dfd2da8e11bea2015e Mon Sep 17 00:00:00 2001 From: Regis Philibert <login@regisphilibert.com> Date: Fri, 11 Feb 2022 20:25:39 +0000 Subject: [PATCH] Trick CI into using self module (#515) --- exampleSite/config.toml | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8a091aa..66f0447 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,8 +1,7 @@ title = "Notre-Dame de Paris" baseURL = "https://example.com" languageCode = "en-us" -theme = "gohugo-theme-ananke" -themesDir = "../.." +theme = ["github.com/theNewDynamic/gohugo-theme-ananke"] resourceDir = "../resources" DefaultContentLanguage = "en" @@ -34,7 +33,6 @@ 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/gohugo-default-sample-hero-image.jpg" recent_posts_number = 3 [[params.ananke_socials]] -- Gitblit v1.10.0