From 5093400ed3285b3f54980e33524dd95d87344343 Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Thu, 16 Nov 2017 15:49:22 +0100 Subject: Using the `themesDir` option to allow `hugo serve` locally without a softlink. The softlink doesn't work on Windows. (#102) --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7786bfb..f24e904 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,7 @@ baseurl = "https://example.org" title = "Universal" theme = "hugo-universal-theme" +themesDir = "../.." languageCode = "en-us" # Site language. Available translations in the theme's `/i18n` directory. defaultContentLanguage = "en" -- cgit v1.2.3