diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:02:01 +0100 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:02:40 +0100 |
commit | f2f4f16d2eec99bd79a782c82a08b261e2d775a4 (patch) | |
tree | eb98384f64c32d67e13b69c75cb8b5c97ba0c2c0 /_config.yml | |
parent | buttons test (diff) | |
download | hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.tar hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.tar.gz hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.tar.bz2 hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.tar.lz hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.tar.xz hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.tar.zst hack-gpon.github.io-f2f4f16d2eec99bd79a782c82a08b261e2d775a4.zip |
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 0a32da6..b92e11d 100644 --- a/_config.yml +++ b/_config.yml @@ -37,10 +37,20 @@ url: "https://hack-gpon.github.io/" nav_sort: case_sensitive
aux_links:
- "Hack GPON on GitHub":
- - "//github.com/hack-gpon/hack-gpon.github.io"
- "Hack GPON on Telegram":
- - "//t.me/HackGPON"
+ - "Github":
+ color: 'blue'
+ logo: 'https://cdn-icons-png.flaticon.com/512/1051/1051377.png'
+ link: '//github.com/hack-gpon/hack-gpon.github.io'
+ - "Telegram":
+ color: 'blue'
+ logo: 'https://iconape.com/wp-content/png_logo_vector/telegram-new-2019-black-x-logo.png'
+ link: '//t.me/HackGPON'
+
+#aux_links:
+# "Hack GPON on GitHub":
+# - "//github.com/hack-gpon/hack-gpon.github.io"
+# "Hack GPON on Telegram":
+# - "//t.me/HackGPON"
back_to_top: true
back_to_top_text: "Back to top"
|