index, about me, categories
This commit is contained in:
parent
6d82098163
commit
2e2beaa167
@ -1,13 +1,25 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Index of Casual Blog'
|
title = 'Index of Casual Blog'
|
||||||
date = 2024-03-07T09:01:06+03:00
|
|
||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Hi there
|
## Why do You want to read my blog?
|
||||||
<!-- TODO -->
|
|
||||||
|
|
||||||
## About site
|
I write __short__ and clutterless aricles for people like me. If you are into:
|
||||||
|
- hacking
|
||||||
|
- technology
|
||||||
|
- privacy
|
||||||
|
- learning
|
||||||
|
- self-improvement
|
||||||
|
- minimalism
|
||||||
|
|
||||||
|
then you will learn new things based on my research and experience.
|
||||||
|
The best part - it's completely free!
|
||||||
|
|
||||||
|
### Who Am I? (short ver.)
|
||||||
|
|
||||||
Powered by Hugo with Anubis2 theme.
|
Hi, I am __Casual__ - minimalist and white hat hacker.
|
||||||
|
I do pentesting and counseling.
|
||||||
|
I love hacking, programming, music, games, art and learning new stuff!
|
||||||
|
|
||||||
|
[Learn more.](/whoami/casual/)
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'Gitea_upload_test'
|
|
||||||
date = 2024-03-08T13:56:39+03:00
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
test
|
|
@ -1,7 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'Limitations'
|
|
||||||
date = 2024-03-08T14:01:49+03:00
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
Well, the first real post is about constrains - usually it's quicker to follow them, then bypass them. As a pentester I find it strange contradicting to my *nature*, but the time saved on making a proper solution/workaround is pretty important. It is reminds me of "The Cult of Done".
|
|
@ -1,10 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'Test'
|
|
||||||
date = 2024-03-07T08:45:04+03:00
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
|
|
||||||
Hello there!
|
|
||||||
It's first post and I'm doing it on an overcomplicated system in my homelab.
|
|
||||||
<!-- TODO -->
|
|
@ -1,13 +1,17 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Who is Casual?'
|
title = 'Who is Casual?'
|
||||||
date = 2024-03-06T22:36:30+03:00
|
|
||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Casual
|
# Casual
|
||||||
|
|
||||||
|
## Characteristic
|
||||||
|
|
||||||
There will be some kind of resume and info about me in future :)
|
There will be some kind of resume and info about me in future :)
|
||||||
<!-- TODO -->
|
<!-- TODO -->
|
||||||
|
|
||||||
|
## Expirience
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
40
hugo.yaml
40
hugo.yaml
@ -10,15 +10,41 @@ paginate: 10
|
|||||||
# googleAnalytics: "G-12345"
|
# googleAnalytics: "G-12345"
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
taxonomies:
|
||||||
|
category: categories
|
||||||
|
# tag: tags
|
||||||
|
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: blog
|
- identifier: hacking
|
||||||
name: Blog
|
name: Hacking
|
||||||
title: Blog
|
title: Hacking
|
||||||
url: /posts/
|
url: /hacking/
|
||||||
weight: 10
|
weight: 1
|
||||||
|
- identifier: tech
|
||||||
|
name: Technology
|
||||||
|
title: Technology
|
||||||
|
url: /tech/
|
||||||
|
weight: 2
|
||||||
|
# - identifier: privacy
|
||||||
|
# name: Privacy
|
||||||
|
# title: Privacy
|
||||||
|
# url: /posts/privacy/
|
||||||
|
# weight: 3
|
||||||
|
- identifier: productivity
|
||||||
|
name: Productivity
|
||||||
|
title: Productivity
|
||||||
|
url: /productivity/
|
||||||
|
weight: 4
|
||||||
|
- identifier: personal
|
||||||
|
name: Personal
|
||||||
|
title: Personal
|
||||||
|
url: /personal
|
||||||
|
weight: 5
|
||||||
|
|
||||||
- identifier: whoami
|
- identifier: whoami
|
||||||
name: About me
|
name: About
|
||||||
title: Whoami
|
title: Whoami
|
||||||
url: /whoami/casual/
|
url: /whoami/casual/
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -27,7 +53,7 @@ params:
|
|||||||
author: "Casual"
|
author: "Casual"
|
||||||
email: c@sual.in # used for microformats
|
email: c@sual.in # used for microformats
|
||||||
avatar: "/images/me.png" # used for microformats
|
avatar: "/images/me.png" # used for microformats
|
||||||
description: ""
|
description: "casual description #TODO"
|
||||||
# Uncomment if you need this
|
# Uncomment if you need this
|
||||||
# images:
|
# images:
|
||||||
# - images/og-featured.png # relative path to "static" directory
|
# - images/og-featured.png # relative path to "static" directory
|
||||||
|
Loading…
Reference in New Issue
Block a user