diff --git a/content/_index.md b/content/_index.md index 3e53201..e1b573e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,13 +1,25 @@ +++ title = 'Index of Casual Blog' -date = 2024-03-07T09:01:06+03:00 draft = false +++ -# Hi there - +## Why do You want to read my blog? -## 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/) diff --git a/content/posts/gitea_upload_test.md b/content/posts/gitea_upload_test.md deleted file mode 100644 index a3a1034..0000000 --- a/content/posts/gitea_upload_test.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = 'Gitea_upload_test' -date = 2024-03-08T13:56:39+03:00 -draft = false -+++ - -test diff --git a/content/posts/limitations.md b/content/posts/limitations.md deleted file mode 100644 index 36f18df..0000000 --- a/content/posts/limitations.md +++ /dev/null @@ -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". diff --git a/content/posts/test.md b/content/posts/test.md deleted file mode 100644 index 5c0be7d..0000000 --- a/content/posts/test.md +++ /dev/null @@ -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. - diff --git a/content/whoami/casual.md b/content/whoami/casual.md index f0eaf50..cefb380 100644 --- a/content/whoami/casual.md +++ b/content/whoami/casual.md @@ -1,13 +1,17 @@ +++ title = 'Who is Casual?' -date = 2024-03-06T22:36:30+03:00 draft = false +++ # Casual +## Characteristic + There will be some kind of resume and info about me in future :) +## Expirience + + diff --git a/hugo.yaml b/hugo.yaml index c6ff4ff..61e0838 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,15 +10,41 @@ paginate: 10 # googleAnalytics: "G-12345" enableRobotsTXT: true +taxonomies: + category: categories + # tag: tags + + menu: main: - - identifier: blog - name: Blog - title: Blog - url: /posts/ - weight: 10 + - identifier: hacking + name: Hacking + title: Hacking + url: /hacking/ + 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 - name: About me + name: About title: Whoami url: /whoami/casual/ weight: 0 @@ -27,7 +53,7 @@ params: author: "Casual" email: c@sual.in # used for microformats avatar: "/images/me.png" # used for microformats - description: "" + description: "casual description #TODO" # Uncomment if you need this # images: # - images/og-featured.png # relative path to "static" directory