-
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
Showing
41 changed files
with
4,273 additions
and
607 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: About | ||
description: Hugo, the world's fastest framework for building websites | ||
aliases: | ||
- about-us | ||
- about-hugo | ||
- contact | ||
license: CC BY-NC-ND | ||
menu: | ||
main: | ||
weight: -90 | ||
params: | ||
icon: user | ||
--- | ||
|
||
I am a cybersecurity enthusiast, primarily interested in web and hardware. I enjoy developing open source projects, treating it as a fun activity. In my free time, I mainly ride my skateboard and read books… | ||
|
||
I'm trying to regularly upload videos on <a href="https://www.youtube.com/@qrxnz9209">YouTube</a> and <a href="https://odysee.com/@qrxnz:6?r=6t7UjNAVVT5zLF9LhSrzZZ479VWpVXrE">Odysee</a> |
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,12 @@ | ||
--- | ||
title: "Archives" | ||
date: 2019-05-28 | ||
layout: "archives" | ||
slug: "archives" | ||
menu: | ||
main: | ||
weight: -70 | ||
params: | ||
icon: 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,13 @@ | ||
--- | ||
title: "Search" | ||
slug: "search" | ||
layout: "search" | ||
outputs: | ||
- html | ||
- json | ||
menu: | ||
main: | ||
weight: -60 | ||
params: | ||
icon: 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
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,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>http://localhost:1313/about/</title> | ||
<link rel="canonical" href="http://localhost:1313/about/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/about/"> | ||
</head> | ||
</html> |
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,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>http://localhost:1313/about/</title> | ||
<link rel="canonical" href="http://localhost:1313/about/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/about/"> | ||
</head> | ||
</html> |
Oops, something went wrong.