diff --git a/assets/data/social.yml b/assets/data/social.yml index d77dcd6..05edda5 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -553,6 +553,20 @@ plume: Icon: Src: svg/icons/plume.svg +# 071: Hack The Box +hackthebox: + Weight: 71 + Title: Hack The Box + Icon: + Simpleicons: hackthebox + +# 072: Root-Me +rootme: + Weight: 72 + Title: Root-Me + Icon: + Src: svg/icons/rootme.svg + # Phone phone: Weight: 98 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 @@ +Root Me \ No newline at end of file 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 = ""