diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.toml b/config.toml index f7c8301..e288f22 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ -baseURL = "yams.media" +baseURL = "www.example.com" languageCode = "en-us" -title = "YAMS - Yet Another Media Server" +title = "Hugo Whisper Theme" +themesDir = "themes" theme = "hugo-whisper-theme" pygmentsCodeFences = true @@ -27,6 +28,7 @@ summaryLength = 30 weight = 2 [params] + google_analytics_id="" homepage_button_link = '/docs' homepage_button_text = 'Read The Docs' homepage_intro = 'Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.' |