Compare commits
No commits in common. "303acf83a3c99515ed46de1a6ee69eea55b0ef7e" and "6d8209816392a6c9b4e56929255536be4659861f" have entirely different histories.
303acf83a3
...
6d82098163
@ -1,25 +1,13 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Index of Casual Blog'
|
title = 'Index of Casual Blog'
|
||||||
|
date = 2024-03-07T09:01:06+03:00
|
||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Why do You want to read my blog?
|
# Hi there
|
||||||
|
<!-- TODO -->
|
||||||
|
|
||||||
I write __short__ and clutterless aricles for people like me. If you are into:
|
## About site
|
||||||
- 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.)
|
|
||||||
|
|
||||||
Hi, I am __Casual__ - minimalist and white hat hacker.
|
Powered by Hugo with Anubis2 theme.
|
||||||
I do pentesting and counseling.
|
|
||||||
I love hacking, programming, music, games, art and learning new stuff!
|
|
||||||
|
|
||||||
[Learn more.](/whoami/casual/)
|
|
||||||
|
7
content/posts/gitea_upload_test.md
Normal file
7
content/posts/gitea_upload_test.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
title = 'Gitea_upload_test'
|
||||||
|
date = 2024-03-08T13:56:39+03:00
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
test
|
10
content/posts/test.md
Normal file
10
content/posts/test.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
+++
|
||||||
|
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,7 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'About this site'
|
|
||||||
#date = 2024-03-13T13:23:10+03:00
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
Powered by Hugo with Anubis2 theme.
|
|
@ -1,17 +1,13 @@
|
|||||||
+++
|
+++
|
||||||
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,41 +10,15 @@ paginate: 10
|
|||||||
# googleAnalytics: "G-12345"
|
# googleAnalytics: "G-12345"
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
|
|
||||||
taxonomies:
|
|
||||||
category: categories
|
|
||||||
# tag: tags
|
|
||||||
|
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: hacking
|
- identifier: blog
|
||||||
name: Hacking
|
name: Blog
|
||||||
title: Hacking
|
title: Blog
|
||||||
url: /hacking/
|
url: /posts/
|
||||||
weight: 1
|
weight: 10
|
||||||
- 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
|
name: About me
|
||||||
title: Whoami
|
title: Whoami
|
||||||
url: /whoami/casual/
|
url: /whoami/casual/
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -53,7 +27,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: "casual description #TODO"
|
description: ""
|
||||||
# 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