First commit.

This commit is contained in:
CronyAkatsuki 2023-10-05 21:05:32 +02:00
commit 70eacb2517
41 changed files with 2970 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
{{- partial "head.html" . }} {{ template "_internal/opengraph.html" . }}
</head>
<body>
<!--Header-->
{{- partial "header.html" }}
<!--Main Content-->
<main>
<div id="content">{{- block "main" . }}{{- end}}</div>
</main>
<!--Footer-->
{{- partial "footer.html" }}
</body>
</html>

View file

@ -0,0 +1,14 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content}}
<section class="list">
{{ range .Pages.ByPublishDate.Reverse }}
<a href="{{ .RelPermalink }}">
{{ .Date.Format "02-01-2006" }} || {{ .Title }} <span class="comment"></span>
</a><br>
{{ end }}
</section>
{{ end }}

27
layouts/_default/rss.xml Normal file
View file

@ -0,0 +1,27 @@
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{ with .OutputFormats.Get "RSS" }}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{ end }}
{{ range where (where .Site.Pages ".Section" "blog") "Kind" "page" }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{- .Content | html -}}</description>
</item>
{{ end }}
</channel>
</rss>

View file

@ -0,0 +1,7 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end}}

37
layouts/index.html Normal file
View file

@ -0,0 +1,37 @@
{{ define "main" }}
<p>Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.</p>
<p>
Love thinkering with my system. The fact I run gentoo on my main machine might
also make you think I love suffering (Maybe I do?).
</p>
<p>
I love making stupid little programs (mostly in python rn), create "gui's"
with dmenu, and create a lot of bash scripts with sometimes no real use other
than learning.
</p>
<p>
I also love selfhosting a lot. This website and domain is also a home of a lot
of other different frontends and opensource software and games I self host
which you can check on my <a href="/services">services</a> page also
accessible on the header ;)
</p>
<p>
I use a vps for selfhosting using debian as the os. Almost all programs are
hosted with docker (Glory to docker) while some rare programs that don't have
an official docker image are hosted directly on the system. Like some of my
personal projects like
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
</p>
<p>Currently learning about websockets, pentesting, ... for fun ( I never trully learn anything and just kill time )</p>
<p>
I'm an cli only person except when browsing the web or browsing the web, in
which case I use librewolf ( I love privacy )
</p>
<p>
NEOVIM THE ONLY EDITOR YOU NEED!!!!!!! ( Have to justify my personal couple
thousand loc nvim
<a href="https://code.cronyakatsuki.xyz/crony/nvim-conf">config</a>)
</p>
{{ end}}

View file

@ -0,0 +1,37 @@
<footer>
<div id="links">
<span><a href="https://code.cronyakatsuki.xyz">Code</a></span>
<span>|</span>
<span><a href="https://steamcommunity.com/id/CronyAkatsuki/">Steam</a></span>
<span>|</span>
<span><a href="https://osu.ppy.sh/users/18953565">Osu!</a></span>
<span>|</span>
<span><a href="https://anilist.co/user/CronyAkatsuki/">Anilist</a></span>
<span>|</span>
<span><a href="https://youtube.com/channel/UClFdlNlUipHG5Kit8GbFz5Q">Gaming Channel</a></span>
</div>
<div id="banners">
<a rel="noreferrer" href="/" target="_blank"><img src="/88x31.png"
alt="Me" title="Me" /></a>
<a rel="noreferrer" href="https://kernel.org" target="_blank"><img src="https://cyber.dabamos.de/88x31/linux_powered.gif"
alt="linux kernel" title="Best kernel in the world" /></a>
<a rel="noreferrer" href="https://debian.org" target="_blank"><img src="https://cyber.dabamos.de/88x31/debian.gif"
alt="debian" title="This website run's on debian" /></a>
<a rel="noreferrer" href="https://bitwarden.com" target="_blank"><img src="https://cyber.dabamos.de/88x31/bitwarden.gif"
alt="Bitwarden" title="Bitwarden/Vaultwarden for the win" /></a>
<a rel="noreferrer" target="_blank"><img src="https://cyber.dabamos.de/88x31/free.gif"
alt="foss" title="Foss is the way" /></a>
<a rel="noreferrer" href="https://neovim.io" target="_blank"><img src="/assets/badges/neovim.gif"
alt="Neovim" title="Written in neovim" /></a>
<a rel="noreferrer" href="https://landchad.net" target="_blank"><img src="https://landchad.net/pix/landchad.gif"
alt="LandChad" title="Get A Website!" /></a>
<a rel="noreferrer" href="https://poggerer.xyz" target="_blank"><img src="https://poggerer.xyz/88x31.png"
alt="Tulg" title="Tulg" /></a>
<a rel="noreferrer" href="https://arthurmelton.com" target="_blank"><img src="https://arthurmelton.com/88x31.png"
alt="AMTitan" title="AMTitan" /></a>
<a rel="noreferrer" href="https://aadi.net.in" target="_blank"><img src="https://aadi.net.in/88x31.png"
alt="Aadi" title="Aadi" /></a>
<a rel="noreferrer" href="https://bear.oops.wtf/" target="_blank"><img src="https://bear.oops.wtf/download/88x31.png"
alt="Bear" title="Bear" /></a>
</div>
</footer>

View file

@ -0,0 +1,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/css/style.css" rel="stylesheet" />
<title>{{ .Title }}</title>

View file

@ -0,0 +1,12 @@
<header>
<h1>Crony Akatsuki</h1>
<nav>
<span><a href="/">Home</a></span>
<span>|</span>
<span><a href="/about">About</a></span>
<span>|</span>
<span><a href="/blog">Blog</a></span>
<span>|</span>
<span><a href="/services">Services</a></span>
</nav>
</header>