-
Notifications
You must be signed in to change notification settings - Fork 0
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
qt1b
committed
Oct 3, 2024
1 parent
c815c1a
commit 76f427c
Showing
51 changed files
with
425 additions
and
698 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.bak |
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 |
---|---|---|
@@ -0,0 +1,158 @@ | ||
baseURL = 'http://qt1b.github.io/' | ||
languageCode = 'en-us' | ||
title = "qt1b's personal page" | ||
theme = "PaperMod" #"terminal" | ||
paginate = 0x10 | ||
|
||
|
||
defaultContentLanguage = 'en' | ||
defaultContentLanguageInSubdir = false | ||
[languages] | ||
[languages.en] | ||
disabled = false | ||
languageCode = 'en-US' | ||
languageDirection = 'ltr' | ||
languageName = 'english' | ||
title = "qt1b's blog" | ||
weight = 1 | ||
[languages.en.params] | ||
subtitle = 'Reference, Tutorials, and Explanations' | ||
[languages.ja] | ||
disabled = false | ||
languageCode = 'ja-JP' | ||
languageDirection = 'ltr' | ||
languageName = '日本語' | ||
title = 'qt1bのブロッグ' | ||
weight = 2 | ||
[languages.ja.params] | ||
# subtitle = 'Referenz, Tutorials und Erklärungen' | ||
[languages.fr] | ||
disabled = true | ||
languageCode = 'fr-FR' | ||
languageDirection = 'ltr' | ||
languageName = 'français' | ||
title = "blog de qt1b" | ||
weight = 3 | ||
[languages.fr.params] | ||
# subtitle = 'Referenz, Tutorials und Erklärungen' | ||
[languages.ko] | ||
disabled = true | ||
languageCode = 'ko-KR' | ||
languageDirection = 'ltr' | ||
languageName = '한국어' | ||
title = "blog de qt1b" | ||
weight = 4 | ||
[languages.ko.params] | ||
# subtitle = 'Referenz, Tutorials und Erklärungen' | ||
|
||
|
||
|
||
|
||
[params] | ||
# env = production # to enable google analytics, opengraph, twitter-cards and schema. | ||
title = "qt1b's blog" | ||
description = "description" | ||
keywords = ["Developpement","CTF","Blog","Portfolio"] | ||
author = "qt1b" | ||
# author: ["Me", "You"] # multiple authors | ||
# images = ["<link or path of image for opengraph, twitter-cards>"] | ||
DateFormat = "January 2, 2006" | ||
ShowShareButtons = false | ||
ShowReadingTime = true | ||
disableSpecial1stPost = true | ||
disableHLJS = true | ||
displayFullLangName = true | ||
ShowPostNavLinks = true | ||
ShowBreadCrumbs = true | ||
ShowCodeCopyButtons = true | ||
ShowRssButtonInSectionTermList = true | ||
ShowFullTextinRSS = true | ||
ShowToc = true | ||
TocOpen = false | ||
ShowAllPagesInArchive = true | ||
ShowPageNums = true | ||
[params.profileMode] | ||
enabled = false | ||
title = "PaperMod" | ||
imageUrl = "#" | ||
imageTitle = "my image" | ||
|
||
[[params.profileMode.buttons]] | ||
name = "Archives" | ||
url = "archives" | ||
|
||
[[params.profileMode.buttons]] | ||
name = "Tags" | ||
url = "tags" | ||
[params.homeInfoParams] | ||
#Title = "Hi there wave" | ||
Content = "" | ||
[params.editPost] | ||
URL = "https://github.com/qt1b/qt1b.github.io/tree/content" | ||
Text = "Suggest Changes" # edit text | ||
appendFilePath = true # to append file path to Edit link | ||
|
||
[taxonomies] | ||
category = "categories" | ||
tags = "tags" | ||
series = "series" | ||
|
||
[params.assets] | ||
disableHLJS = true # enable js snippets | ||
[params.fuseOpts] | ||
isCaseSensitive = false | ||
shouldSort = true | ||
location = 0 | ||
distance = 1_000 | ||
threshold = 0.4 | ||
minMatchCharLength = 0 | ||
keys = [ "title", "permalink", "summary", "content" ] | ||
|
||
|
||
[[params.socialIcons]] | ||
name = "github" | ||
url = "https://github.com/qt1b" | ||
|
||
[assets] | ||
disableHLJS = true # to disable highlight.js | ||
disableFingerprinting = true | ||
# favicon = "<link / abs url>" | ||
# favicon16x16 = "<link / abs url>" | ||
# favicon32x32 = "<link / abs url>" | ||
# apple_touch_icon = "<link / abs url>" | ||
# safari_pinned_tab = "<link / abs url>" | ||
|
||
[outputs] | ||
home = [ "HTML", "RSS", "JSON" ] | ||
|
||
|
||
[menus] | ||
[[menus.main]] | ||
identifier = 'tags' | ||
name = 'tags' | ||
pageRef = '/tags/' | ||
weight = 2 | ||
[[menus.main]] | ||
identifier = 'archives' | ||
name = 'archives' | ||
pageRef = '/archives/' | ||
weight = 3 | ||
[[menus.main]] | ||
identifier = 'writeups' | ||
name = 'writeups' | ||
pageRef = '/writeups/' | ||
weight = 5 | ||
[[menus.main]] | ||
identifier = 'search' | ||
name = 'search' | ||
pageRef = '/search/' | ||
weight = 4 | ||
[[languages.ja.menus.main]] | ||
name = 'aakaibu' | ||
pageRef = '/archives/' | ||
weight = 1 | ||
|
||
|
||
# used to center / redimension images in specific cases | ||
[markup.goldmark.renderer] | ||
unsafe = true |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: qt1b's blog page | ||
--- | ||
|
||
Welcome to my personal page ! | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: qt1b's blog page | ||
--- | ||
|
||
Welcome to my personal page ! | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: qt1b's blog page | ||
--- | ||
|
||
Welcome to my personal page ! | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: qt1b's blog page | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
# url: "/archives" | ||
summary: "archives" | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
# url: "/archives" | ||
summary: "archives" | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
# url: "/archives" | ||
summary: "archives" | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
# url: "/archives" | ||
summary: "archives" | ||
--- | ||
arch |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Search" | ||
placeholder: Search demo site with full text fuzzy search ... | ||
layout: "search" | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
title = "どうも" | ||
date = 2024-10-03T11:45:15+02:00 | ||
+++ | ||
|
||
|
||
どうも | ||
|
||
どうも、これはあくまでただのテストで、なんの意味も、なんの意思も含んでおりません。 | ||
|
||
納得で来るようにお願いします。 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Test" | ||
date: 2024-10-03T11:45:15+02:00 | ||
draft: false | ||
--- | ||
|
||
eeeee |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
title = "CTF writeups" | ||
date = 2024-10-02 | ||
draft = false | ||
# tags = ["ctf","writeups"] | ||
+++ | ||
|
||
here is a list of... idk | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Misc" | ||
date: 2024-10-03T12:14:25+02:00 | ||
draft: false | ||
--- | ||
The misc category in ctf contains all sorts of challenges, from general knowledge of tools to competitive programming-like problems. | ||
|
||
Here are my writeups in this category : |
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Pwn" | ||
date: 2024-10-03T14:32:56+02:00 | ||
draft: false | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Rev" | ||
date: 2024-10-03T14:33:40+02:00 | ||
draft: false | ||
--- | ||
|
Oops, something went wrong.