From 41ce236d33034846f6542ca15314e3cf6b9faa80 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 9 Jul 2022 09:58:21 +0200 Subject: Change theme path --- exampleSite/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d5c17c9..b7819ed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,8 +12,8 @@ defaultContentLanguage = 'en' # title of the page. Eg. "Contacts - Ed." title = 'Ed.' -# You may need to change this line for your real project. -theme = ['github.com/sergeyklay/gohugo-theme-ed'] +# Use full path to theme's repository in case of using Hugo Modules. +theme = 'github.com/sergeyklay/gohugo-theme-ed' # You may need to delete this line for your real project. resourceDir = '../resources' -- cgit v1.2.3