Skip to content

Commit

Permalink
Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Sep 5, 2023
1 parent 45fbad3 commit 7bdf542
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 49 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ paginate = 6
tag = "tags"

[author]
name = "11Tuvork28"
name = "89Q12"
image = "images/img.png"
about = "Is this... Is this really real? Where are all the kittens and cats if this is the kitty zone?"

Expand All @@ -18,7 +18,7 @@ mainSections = "posts"
#
# For IndieAuth and the author card
#
githubuser = "11tuvork28"
githubuser = "89Q12"
# twitteruser = "chihiro" # no @ in front
mastodon = "https://thekitty.zone/@andromeda" # full link to your instance profile

Expand Down
4 changes: 2 additions & 2 deletions content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ About me
---

I'm just someone that is interested in DevOps and Software Engineering.\
I go by 11tuvork28/Zozo depending on where you see me online.\
I go by 89Q12/Zozo depending on where you see me online.\
I my opinion social media is really really unproductive and to say the least its plain dangerous but who has their own homepage right? right? :>)

I love tinkering with Terraform, Ansible and Kubernetes k3s to be specific :) So I always try to deliver the experience while not taking anything not even more data then required, which leads quite good to the policy part.
Expand All @@ -35,7 +35,7 @@ That's it! I really don't need more to get a good understanding of what is going
You might ask yourself but can't she correlate requests to users?\
No, I can't since these log lines I get from traefik don't contain any Personal indetifyable information about the client.\
You don't trust me? Good!\
You can just visit this repository [here](https://github.com/11Tuvork28/k3s-infra/blob/d41397556d7be647ffdc8e6696a3f22e932d8c4d/deployments/traefik/traefik.yaml#L30) and check the traefik deployment file youself.
You can just visit this repository [here](https://github.com/Thekitty-zone/k3s-infra/blob/d41397556d7be647ffdc8e6696a3f22e932d8c4d/deployments/traefik/traefik.yaml#L30) and check the traefik deployment file youself.



2 changes: 1 addition & 1 deletion content/donate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ more coming soon...

# Other ways:

[Github sponsers](https://github.com/sponsors/11Tuvork28)
[Github sponsers](https://github.com/sponsors/89Q12)
98 changes: 54 additions & 44 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,58 @@
<!-- site header bar -->
<header>
<section>
<div class="header flex row">
<div class="header__item flex row">
<div id="logo">
{{ if .Site.Params.logo }}
<a href="{{ .Site.BaseURL }}">
<img class="u-logo" src="{{ .Site.Params.logo | absURL }}" />
</a>
{{ end }}
</div>
<a id="site__name" href="{{ .Site.BaseURL }}">
{{ .Site.Title }}
</a>
{{ $t := .Site.GetPage "/about" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
{{ $t := .Site.GetPage "/services" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
{{ $t := .Site.GetPage "/donate" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
</div>
<div class="flex row">
<nav aria-label="page menu" class="flex row">
<ul role="menubar" class="flex row">
<li role="none">
<a class="menu__item" href="{{ .Site.BaseURL }}">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"
fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round">
<path
d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z" />
</svg>
</a>
</li>
{{ range .AlternativeOutputFormats -}}
<li role="none">
<a class="menu__item" href="{{ .Permalink }}">
{{.Name | lower }}
</a>
</li>
{{ end -}}
</ul>
</nav>
</div>
<section>
<div class="header flex row">
<div class="dropdown-content">
<p class="suspend">Suspend</p>
</div>
<div class="header__item flex row">
<div class="dropdown" id="logo">
{{ if .Site.Params.logo }}
<a href="{{ .Site.BaseURL }}">
<img class="u-logo" src="{{ .Site.Params.logo | absURL }}" />
</a>
{{ end }}
</div>
</section>
<a id="site__name" href="{{ .Site.BaseURL }}"> {{ .Site.Title }} </a>
{{ $t := .Site.GetPage "/about" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
{{ $t := .Site.GetPage "/services" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
{{ $t := .Site.GetPage "/donate" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
</div>
<div class="flex row">
<nav aria-label="page menu" class="flex row">
<ul role="menubar" class="flex row">
<li role="none">
<a class="menu__item" href="{{ .Site.BaseURL }}">
<svg
xmlns="http://www.w3.org/2000/svg"
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"
/>
</svg>
</a>
</li>
{{ range .AlternativeOutputFormats -}}
<li role="none">
<a class="menu__item" href="{{ .Permalink }}">
{{.Name | lower }}
</a>
</li>
{{ end -}}
</ul>
</nav>
</div>
</div>
</section>
</header>

0 comments on commit 7bdf542

Please sign in to comment.