Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBIGMON <mrmon93@gmail.com>2021-01-09 02:54:32 +0300
committerGitHub <noreply@github.com>2021-01-09 02:54:32 +0300
commitcfbd7dccfbb44751e88c23320458b59c1d36b336 (patch)
tree7bd0421f1ab84a55f120dbe0eddf5e94e621a61b /exampleSite
parent79b7cd44fe88338727d765cfd42ff676cc29fd80 (diff)
feat: add social icons (youtube twitch ) (#314)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/full-config.toml2
2 files changed, 4 insertions, 0 deletions
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