diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-09 19:34:38 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-09 19:34:38 -0300 |
commit | 84cb4a3bc356d43347e91bd32bc0a1b6822ab273 (patch) | |
tree | 7b13cc46ae7fe04ac08ff1ef4ffba8ee41f3c63a /config.toml | |
parent | cf3889bd9699ed76dfffb2b107a166ed924d3de7 (diff) |
Added logo
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/config.toml b/config.toml index f75b229..088381c 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "." languageCode = "en-us" -title = "Hugo Whisper Theme" +title = "YAMS - Yet Another Media Server" themesDir = "themes" theme = "hugo-whisper-theme" @@ -31,23 +31,21 @@ summaryLength = 30 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.' + homepage_intro = 'YAMS is a basic but powerful media server, easy to install in a bash script' homepage_image = '/images/terminal.gif' ## You can enable to add anchor links to header elements # enable_anchor_link = true [params.homepage_meta_tags] - meta_description = "Hugo Whisper is a documentation theme built with Hugo." - meta_og_title = "Hugo Whisper Theme" + meta_description = "YAMS is a basic but powerful media server, easy to install in a bash script" + meta_og_title = "YAMS - Yet Another Media Server" meta_og_type = "website" - meta_og_url = "https://hugo-whisper.netlify.app" - meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-whisper-theme/master/images/tn.png" - meta_og_description = "Hugo Whisper is a documentation theme built with Hugo." + meta_og_url = "https://yams.media" + meta_og_image = "/pics/logo.png" + meta_og_description = "YAMS is a basic but powerful media server, easy to install in a bash script" meta_twitter_card = "summary" - meta_twitter_site = "@zerostaticio" - meta_twitter_creator = "@zerostaticio" [params.logo] mobile = "/images/logo-mobile.svg" - standard = "/images/logo.svg" + standard = "/pics/logo.png" |