diff --git a/README.md b/README.md
index 1478418..1a6c522 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Zer0ne
+# Zer0ne Blog
@@ -6,28 +6,17 @@
Hello friend 🤖,
-I am nairolf32, A cyberecurity enthusiast slowly getting stronger. I Play CTFs and challenges on various websites and decided to keep a track of what I already know/did/learnt by writing it down. Here is a good place for that. This repository used to simply host my ctf writeups but I turnt it into a blog.
+I am *nairolf32*, A cybersecurity enthusiast slowly getting stronger. I Play CTFs and challenges on various websites and decided to keep a track of what I already know/did/learnt by writing it down. Here is a good place for that. This repository used to simply host my ctf writeups but I turnt it into my cybersec blog and here I share the best things I learnt throughout my learning journey. The writeups are from many platforms. My favorites ones are Tryhackme and Hackthebox. The writeups are mostly from those platforms.
-Here I share the best things I learnt throughout my learning journey
-
-The writeups are from many platforms. My favorites ones are Tryhackme and Hackthebox and the writeups are mostly for those.
-
-You can click [here](https://nair0lf32.github.io/zer0ne/about/) to learn more about it!
+You can click [here](https://nair0lf32.github.io/zer0ne/about/) to learn more about this blog!
## Usage
-This repository is not really open for external contributions but feel free to open an issue for anything you want to share
-
-simply clone the repo with `git clone` and run `hugo` (it manages everything for you)
-
-Most importantly, as I use a submodule theme you need to get it locally too using
-
-`git submodule init`then `git submodule update`
-
-This is deployed with `github pages + actions`
+This repository is not really open for external contributions but feel free to open an issue for anything you want to share. For further usage simply clone the repo with `git clone` and run `hugo` (it manages everything for you)
-To test it run below commands:
+Most importantly, as I use a submodule theme you need to get it locally too using `git submodule init`then `git submodule update`. This is deployed with `github pages + actions`. To test it run below commands:
-`hugo server` for local development then `hugo -D` for building
+- `hugo server` for local development
+- `hugo -D` for building
-Check [hugo website](https://gohugo.io/) for more informations
+Check [hugo website](https://gohugo.io/) for more information about this great static site generator
diff --git a/config.toml b/config.toml
index 5159314..4c6c478 100644
--- a/config.toml
+++ b/config.toml
@@ -1,161 +1,160 @@
-baseURL = 'https://dev.nairolf32.com/zer0ne'
+baseURL = 'https://dev.nairolf32.com/zer0ne-blog'
languageCode = 'en-us'
title = 'Zer0ne'
-theme = "hello-friend-ng"
+theme = "hello-friend-ng"
paginate = 10
rssLimit = 10
copyright = ""
archetypeDir = "archetypes"
-contentDir = "content"
-dataDir = "data"
-layoutDir = "layouts"
-publishDir = "public"
+contentDir = "content"
+dataDir = "data"
+layoutDir = "layouts"
+publishDir = "public"
-buildDrafts = true
-buildFuture = false
+buildDrafts = true
+buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
-enableGitInfo = false
-enableEmoji = true
+enableGitInfo = false
+enableEmoji = true
enableMissingTranslationPlaceholders = false
-disableRSS = false
+disableRSS = false
disableSitemap = false
-disable404 = false
+disable404 = false
disableHugoGeneratorInject = false
[permalinks]
- posts = "/posts/:year/:month/:title/"
+posts = "/posts/:year/:month/:title/"
[author]
- name = "nair0lf32"
+name = "nair0lf32"
[blackfriday]
- hrefTargetBlank = true
+hrefTargetBlank = true
[taxonomies]
- tag = "tags"
- category = "categories"
- series = "series"
+tag = "tags"
+category = "categories"
+series = "series"
[params]
- dateform = "Jan 2, 2006"
- dateformShort = "Jan 2"
- dateformNum = "2006-01-02"
- dateformNumTime = "2006-01-02 15:04"
- description = "Welcome friend"
- keywords = "hacking, cybersecurity, ctf, nair0lf32"
- images = [""]
- homeSubtitle = "it's pronounced zero-one"
- # backgroundImage = "assets/images/background.jpg"
- # gitUrl = ""
- disableReadOtherPosts = false
- enableThemeToggle = true
- enableSharingButtons = true
- enableGlobalLanguageMenu = false
- # Integrate Javascript files or stylesheets by adding the url to the external assets or by
- # linking local files with their path relative to the static folder, e.g. "css/styles.css"
- # customCSS = []
- # customJS = []
- justifyContent = false # Set "text-align: justify" to .post-content.
-
- [params.footer]
- trademark = true
- rss = true
- copyright = true
- author = true
- topText = []
- bottomText = [
- "Powered by Hugo",
- "Made with ❤ by nair0lf32",
- "Theme used: Hello-friend-ng"
- ]
-
- [params.logo]
- logoMark = ">"
- logoText = "$ cd /home/"
- logoHomeLink = "/"
- logoCursorDisabled = false
- logoCursorColor = "#FEEEDD"
- logoCursorAnimate = "2s"
-
- # Colors for favicons
- [params.favicon.color]
- mask = "#1b1c1d"
- msapplication = "#1b1c1d"
- theme = "#1b1c1d"
-
-
- # Commento is more than just a comments widget you can embed —
- # it’s a return to the roots of the internet.
- # An internet without the tracking and invasions of privacy.
- # An internet that is simple and lightweight.
- # An internet that is focused on interesting discussions, not ads.
- # A better internet.
- # Uncomment this to enable Commento.
- #
- # [params.commento]
- # url = ""
-
- [params.portrait]
- path = "/pictures/dark_logo.png"
- alt = "Portrait"
- maxWidth = "200px"
-
- # Social icons
- [[params.social]]
- name = "twitter"
- url = "https://twitter.com/florianedemessi"
-
- [[params.social]]
- name = "email"
- url = "mailto:florianedem@gmail.com"
-
- [[params.social]]
- name = "github"
- url = "https://github.com/nair0lf32"
-
- [[params.social]]
- name = "linkedin"
- url = "https://www.linkedin.com/in/florian-edemessi/"
-
- [[params.social]]
- name = "stackoverflow"
- url = "https://www.stackoverflow.com/users/14132197/florian-edemessi"
+dateform = "Jan 2, 2006"
+dateformShort = "Jan 2"
+dateformNum = "2006-01-02"
+dateformNumTime = "2006-01-02 15:04"
+description = "Welcome friend"
+keywords = "hacking, cybersecurity, ctf, nair0lf32, zerone, zer0ne"
+images = [""]
+homeSubtitle = "Another cybersecurity blog"
+# backgroundImage = "assets/images/background.jpg"
+# gitUrl = ""
+disableReadOtherPosts = false
+enableThemeToggle = true
+enableSharingButtons = true
+enableGlobalLanguageMenu = false
+# Integrate Javascript files or stylesheets by adding the url to the external assets or by
+# linking local files with their path relative to the static folder, e.g. "css/styles.css"
+# customCSS = []
+# customJS = []
+justifyContent = false # Set "text-align: justify" to .post-content.
+
+[params.footer]
+trademark = true
+rss = true
+copyright = true
+author = true
+topText = []
+bottomText = [
+ "Powered by Hugo",
+ "Made with ❤ by nair0lf32",
+ "Theme used: Hello-friend-ng",
+]
+
+[params.logo]
+logoMark = ">"
+logoText = "$ cd /home/"
+logoHomeLink = "/"
+logoCursorDisabled = false
+logoCursorColor = "#FEEEDD"
+logoCursorAnimate = "2s"
+
+# Colors for favicons
+[params.favicon.color]
+mask = "#1b1c1d"
+msapplication = "#1b1c1d"
+theme = "#1b1c1d"
+
+
+# Commento is more than just a comments widget you can embed —
+# it’s a return to the roots of the internet.
+# An internet without the tracking and invasions of privacy.
+# An internet that is simple and lightweight.
+# An internet that is focused on interesting discussions, not ads.
+# A better internet.
+# Uncomment this to enable Commento.
+#
+# [params.commento]
+# url = ""
+
+[params.portrait]
+path = "/pictures/dark_logo.png"
+alt = "Portrait"
+maxWidth = "200px"
+
+# Social icons
+[[params.social]]
+name = "twitter"
+url = "https://twitter.com/florianedemessi"
+
+[[params.social]]
+name = "email"
+url = "mailto:florianedem@gmail.com"
+
+[[params.social]]
+name = "github"
+url = "https://github.com/nair0lf32"
+
+[[params.social]]
+name = "linkedin"
+url = "https://www.linkedin.com/in/florian-edemessi/"
+
+[[params.social]]
+name = "stackoverflow"
+url = "https://www.stackoverflow.com/users/14132197/florian-edemessi"
[languages]
- [languages.en]
- title = "Zer0ne"
- subtitle = "welcome friend"
- keywords = ""
- copyright = 'CC BY-NC 4.0'
- readOtherPosts = "Read other posts"
-
- [languages.en.params.logo]
- logoMark = ">"
- logoText = "Zer0ne #"
- logoHomeLink = "/"
- logoCursorDisabled = false
- logoCursorColor = "#0FF00D"
- logoCursorAnimate = "2s"
-
- # or
- # path = "/img/your-example-logo.svg"
- # alt = "Your example logo alt text"
-
- # And you can even create generic menu
- [[menu.main]]
- identifier = "about"
- name = "About"
- url = "/about"
- [[menu.main]]
- identifier = "blog"
- name = "Blog"
- url = "/posts"
- [[menu.main]]
- identifier = "writeups"
- name = "Writeups"
- url = "/writeups"
-
+[languages.en]
+title = "Zer0ne"
+subtitle = "welcome friend"
+keywords = ""
+copyright = 'CC BY-NC 4.0'
+readOtherPosts = "Read other posts"
+
+[languages.en.params.logo]
+logoMark = ">"
+logoText = "Zer0ne #"
+logoHomeLink = "/"
+logoCursorDisabled = false
+logoCursorColor = "#0FF00D"
+logoCursorAnimate = "2s"
+
+# or
+# path = "/img/your-example-logo.svg"
+# alt = "Your example logo alt text"
+
+# And you can even create generic menu
+[[menu.main]]
+identifier = "about"
+name = "About"
+url = "/about"
+[[menu.main]]
+identifier = "blog"
+name = "Blog"
+url = "/posts"
+[[menu.main]]
+identifier = "writeups"
+name = "Writeups"
+url = "/writeups"