From cfbd7dccfbb44751e88c23320458b59c1d36b336 Mon Sep 17 00:00:00 2001 From: BIGMON Date: Sat, 9 Jan 2021 08:54:32 +0900 Subject: feat: add social icons (youtube twitch ) (#314) --- exampleSite/config.toml | 2 ++ exampleSite/full-config.toml | 2 ++ layouts/partials/svg/twitch.svg | 7 +++++++ layouts/partials/svg/youtube.svg | 8 ++++++++ 4 files changed, 19 insertions(+) create mode 100644 layouts/partials/svg/twitch.svg create mode 100644 layouts/partials/svg/youtube.svg diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 91291d6..3986643 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -98,3 +98,5 @@ defaultContentLanguage = "en" # Default language to use q-bilibili = "http://localhost:1313" r-codeforces = "http://localhost:1313" s-mastodon = "http://localhost:1313" + t-youtube = "http://localhost:1313" + u-twitch = "http://localhost:1313" diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml index 24afed4..7d19c2a 100644 --- a/exampleSite/full-config.toml +++ b/exampleSite/full-config.toml @@ -207,6 +207,8 @@ defaultContentLanguage = "en" # Default language to use q-bilibili = "http://localhost:1313" r-codeforces = "http://localhost:1313" s-mastodon = "http://localhost:1313" + t-youtube = "http://localhost:1313" + u-twitch = "http://localhost:1313" # jsonfeed support # more information: https://github.com/xianmin/hugo-theme-jane/issues/23 diff --git a/layouts/partials/svg/twitch.svg b/layouts/partials/svg/twitch.svg new file mode 100644 index 0000000..0fd8937 --- /dev/null +++ b/layouts/partials/svg/twitch.svg @@ -0,0 +1,7 @@ + + + diff --git a/layouts/partials/svg/youtube.svg b/layouts/partials/svg/youtube.svg new file mode 100644 index 0000000..c8e948a --- /dev/null +++ b/layouts/partials/svg/youtube.svg @@ -0,0 +1,8 @@ + + + -- cgit v1.2.3