From e119f716cb39c13a1dcc17ab5862bc86bbd39193 Mon Sep 17 00:00:00 2001
From: OxNinja <57400445+OxNinja@users.noreply.github.com>
Date: Fri, 24 Jun 2022 08:54:35 +0200
Subject: [PATCH 1/5] Added icons and socials Added HackTheBox Added Root-Me
---
assets/data/social.yml | 14 ++++++++++++++
assets/lib/simple-icons/icons/hackthebox.svg | 2 +-
assets/lib/simple-icons/icons/root-me.svg | 19 +++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 assets/lib/simple-icons/icons/root-me.svg
diff --git a/assets/data/social.yml b/assets/data/social.yml
index d77dcd6..428f049 100644
--- a/assets/data/social.yml
+++ b/assets/data/social.yml
@@ -553,6 +553,20 @@ plume:
Icon:
Src: svg/icons/plume.svg
+# 071: HackTheBox
+hackthebox:
+ Weight: 71
+ Title: HackTheBox
+ Icon:
+ Simpleicons: hackthebox
+
+# 072: Root-Me
+root-me:
+ Weight: 72
+ Title: Root-Me
+ Icon:
+ Simpleicons: root-me
+
# Phone
phone:
Weight: 98
diff --git a/assets/lib/simple-icons/icons/hackthebox.svg b/assets/lib/simple-icons/icons/hackthebox.svg
index 1549392..35728b5 100644
--- a/assets/lib/simple-icons/icons/hackthebox.svg
+++ b/assets/lib/simple-icons/icons/hackthebox.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/assets/lib/simple-icons/icons/root-me.svg b/assets/lib/simple-icons/icons/root-me.svg
new file mode 100644
index 0000000..591b39f
--- /dev/null
+++ b/assets/lib/simple-icons/icons/root-me.svg
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
From 2bb5d4921ffe3f2828e43fc5095eb8551b33462c Mon Sep 17 00:00:00 2001
From: OxNinja <57400445+OxNinja@users.noreply.github.com>
Date: Fri, 24 Jun 2022 07:01:52 +0000
Subject: [PATCH 2/5] Update hackthebox.svg
Using the old one because it is better
---
assets/lib/simple-icons/icons/hackthebox.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/lib/simple-icons/icons/hackthebox.svg b/assets/lib/simple-icons/icons/hackthebox.svg
index 35728b5..c02ff70 100644
--- a/assets/lib/simple-icons/icons/hackthebox.svg
+++ b/assets/lib/simple-icons/icons/hackthebox.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
From 3406f2da3a3076453baa2d0ab184d852dbff202f Mon Sep 17 00:00:00 2001
From: Dillon
Date: Fri, 24 Jun 2022 19:50:36 +0800
Subject: [PATCH 3/5] fix: use original hackthebox icon in simple-icons
---
assets/lib/simple-icons/icons/hackthebox.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/lib/simple-icons/icons/hackthebox.svg b/assets/lib/simple-icons/icons/hackthebox.svg
index c02ff70..1549392 100644
--- a/assets/lib/simple-icons/icons/hackthebox.svg
+++ b/assets/lib/simple-icons/icons/hackthebox.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
From bfb50753e4237b10f4163072a85a965b43dc2d5e Mon Sep 17 00:00:00 2001
From: Dillon
Date: Fri, 24 Jun 2022 20:24:59 +0800
Subject: [PATCH 4/5] fix: root-me icon svg path
---
assets/data/social.yml | 8 ++++----
assets/lib/simple-icons/icons/root-me.svg | 19 -------------------
assets/svg/icons/rootme.svg | 1 +
3 files changed, 5 insertions(+), 23 deletions(-)
delete mode 100644 assets/lib/simple-icons/icons/root-me.svg
create mode 100644 assets/svg/icons/rootme.svg
diff --git a/assets/data/social.yml b/assets/data/social.yml
index 428f049..05edda5 100644
--- a/assets/data/social.yml
+++ b/assets/data/social.yml
@@ -553,19 +553,19 @@ plume:
Icon:
Src: svg/icons/plume.svg
-# 071: HackTheBox
+# 071: Hack The Box
hackthebox:
Weight: 71
- Title: HackTheBox
+ Title: Hack The Box
Icon:
Simpleicons: hackthebox
# 072: Root-Me
-root-me:
+rootme:
Weight: 72
Title: Root-Me
Icon:
- Simpleicons: root-me
+ Src: svg/icons/rootme.svg
# Phone
phone:
diff --git a/assets/lib/simple-icons/icons/root-me.svg b/assets/lib/simple-icons/icons/root-me.svg
deleted file mode 100644
index 591b39f..0000000
--- a/assets/lib/simple-icons/icons/root-me.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/assets/svg/icons/rootme.svg b/assets/svg/icons/rootme.svg
new file mode 100644
index 0000000..95e99dd
--- /dev/null
+++ b/assets/svg/icons/rootme.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From e6f0a72e0d9ebcc0d30fd9c1f77cbc449d99a65c Mon Sep 17 00:00:00 2001
From: Dillon
Date: Fri, 24 Jun 2022 20:26:13 +0800
Subject: [PATCH 5/5] feat: add social config HackTheBox and RootMe
---
config.toml | 2 ++
exampleSite/config.toml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/config.toml b/config.toml
index effde90..7dd3b9d 100644
--- a/config.toml
+++ b/config.toml
@@ -271,6 +271,8 @@
Kaggle = ""
MediaWiki= ""
Plume = ""
+ HackTheBox = ""
+ RootMe= ""
Email = ""
Phone = ""
RSS = ""
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5a68d1b..4c470d2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -353,6 +353,8 @@ enableEmoji = true
Kaggle = ""
MediaWiki= ""
Plume = ""
+ HackTheBox = ""
+ RootMe= ""
Email = ""
RSS = ""