From 84cb4a3bc356d43347e91bd32bc0a1b6822ab273 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 9 Jan 2023 19:34:38 -0300 Subject: Added logo --- config.toml | 18 ++++++++---------- content/_index.md | 6 ------ static/pics/logo.png | Bin 0 -> 210146 bytes 3 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 content/_index.md create mode 100644 static/pics/logo.png 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" diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index f4da22f..0000000 --- a/content/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 'Hugo Whisper Docs' -date: 2018-11-28T15:14:39+10:00 ---- - -Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal. diff --git a/static/pics/logo.png b/static/pics/logo.png new file mode 100644 index 0000000..2ce2aaf Binary files /dev/null and b/static/pics/logo.png differ -- cgit v1.2.3