diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-09 19:19:28 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-09 19:19:28 -0300 |
commit | ba2d75b4ce76ef6a0d16576bb79cd303149cf3b6 (patch) | |
tree | b54068eb2375d08efe4e499d741cdab2e322e6c4 /config.toml | |
parent | 1b3b01ca7e2d13eebece22a718810fcd074f5250 (diff) |
Added base hugo-whisper site
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.' |