-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
141 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,22 @@ | ||
# Zer0ne | ||
# Zer0ne Blog | ||
|
||
<img src="static/pictures/dark_logo.png" alt="logo" width="200" height="200"> | ||
|
||
*credits: this logo is inspired from Genegoldstein's work for izzy deluxe in the living tombstone's hunter song* | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a href=\"https://gohugo.io/\">Hugo</a>", | ||
"Made with ❤ by <a href=\"https://github.com/nair0lf32\">nair0lf32</a>", | ||
"Theme used: <a href=\"https://github.com/rhazdon/hugo-theme-hello-friend-ng\">Hello-friend-ng</a>" | ||
] | ||
|
||
[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 <a href=\"https://gohugo.io/\">Hugo</a>", | ||
"Made with ❤ by <a href=\"https://github.com/nair0lf32\">nair0lf32</a>", | ||
"Theme used: <a href=\"https://github.com/rhazdon/hugo-theme-hello-friend-ng\">Hello-friend-ng</a>", | ||
] | ||
|
||
[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 = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' | ||
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 = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' | ||
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" |