feat: made everything use SSI

This commit is contained in:
Vitor Gonçalves 2023-06-25 23:39:28 -03:00
parent 63f8a2e772
commit 02bdba535f
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
3 changed files with 36 additions and 52 deletions

View File

@ -1,45 +1,28 @@
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<title>~vitorg - about</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="block" class="text">
<h1><a href="/">~vitorg</a></h1>
<nav>
<a href="/about">about me</a>
<a href="/blog">blog</a>
<a href="/tinylog">tinylog</a>
</nav>
</header>
<!--#include file="/header.html" -->
<article class="block">
<div class="text">
<h1>hi, i'm vitor</h1>
<p>i'm a proud interactor and i'm deeply invested on Rotary's philosophy (which i may describe later in an article)</p>
<p>also, i really like metal pipe memes</p>
<p>i'm also catholic, and a true believer in our Lord Christ and his Holy Mother, even tho i've been kinda off from church</p>
<br>
<p>now, for the software part: i like minimalism, how you can do your max with as little resources, and how you can change functionality with a simple command-line argument.</p>
<p>for that reason, i'm kinda fan of neovim, it really takes that to the next level</p>
<p>now, apart from that, the software i usually use is dwm for a window manager (and no, i do not like xorg, but dwm is simply the most minimal window manager that works with me, so i'm sticking to it until dwl begins to be usable)</p>
<p>also, i use st for a terminal (just because good unicode support, idc; also it integrates with the dwm + dmenu envirorment so why not)</p>
<p>sadly i use firefox as my web browser (i hate it; please make a better web)</p>
<p>speaking of a better web, you can find me in gemini also, i like it lots.</p>
<p>for my client, i use amfora and it works wonders (just like links for the web, but ofc better since it's meant to be that way from the initial design)</p>
<p>and i follow xdg base directory spefication as much as i can. i currently have 10 files in my ~, looking to make it smaller but i don't have enough resources to run that many docker containers lol</p>
<p>speaking about resources, i have an old pc, currently having a ivy bridge pentium G2030, 4gb of ram and integrated graphics. it works well with linux, but without it... i highly doubt.</p>
<p>speaking about linux, i use void as my main distro, it's simply suckless and kinda traditional and that's what i like about it. i don't care about immutability or a one-file system config, i just care about functionality and simplicity OOTB</p>
<p>also about OSes, i do plan in learning a bit of openbsd, it's concept looks really really cool to me, but i can't seem to have tthe grasp of it just yet.</p>
<article class="block">
<div class="text">
<h1>hi, i'm vitor</h1>
<p>i'm a proud interactor and i'm deeply invested on Rotary's philosophy (which i may describe later in an article)</p>
<p>also, i really like metal pipe memes</p>
<p>i'm also catholic, and a true believer in our Lord Christ and his Holy Mother, even tho i've been kinda off from church</p>
<br>
<p>now, for the software part: i like minimalism, how you can do your max with as little resources, and how you can change functionality with a simple command-line argument.</p>
<p>for that reason, i'm kinda fan of neovim, it really takes that to the next level</p>
<p>now, apart from that, the software i usually use is dwm for a window manager (and no, i do not like xorg, but dwm is simply the most minimal window manager that works with me, so i'm sticking to it until dwl begins to be usable)</p>
<p>also, i use st for a terminal (just because good unicode support, idc; also it integrates with the dwm + dmenu envirorment so why not)</p>
<p>sadly i use firefox as my web browser (i hate it; please make a better web)</p>
<p>speaking of a better web, you can find me in gemini also, i like it lots.</p>
<p>for my client, i use amfora and it works wonders (just like links for the web, but ofc better since it's meant to be that way from the initial design)</p>
<p>and i follow xdg base directory spefication as much as i can. i currently have 10 files in my ~, looking to make it smaller but i don't have enough resources to run that many docker containers lol</p>
<p>speaking about resources, i have an old pc, currently having a ivy bridge pentium G2030, 4gb of ram and integrated graphics. it works well with linux, but without it... i highly doubt.</p>
<p>speaking about linux, i use void as my main distro, it's simply suckless and kinda traditional and that's what i like about it. i don't care about immutability or a one-file system config, i just care about functionality and simplicity OOTB</p>
<p>also about OSes, i do plan in learning a bit of openbsd, it's concept looks really really cool to me, but i can't seem to have tthe grasp of it just yet.</p>
</div>
</article>
</div>
</article>
<footer class=block class="text">
<p>made by <a href="/">~vitorg</a> with love.<br>
check out <a href="https://vern.cc">~vern</a>!</p>
</footer>
</body>
<!--#include file="/footer.html" -->
</html>

5
footer.html Normal file
View File

@ -0,0 +1,5 @@
<footer class=block class="text">
<p>made by <a href="/">~vitorg</a> with love.<br>
check out <a href="https://vern.cc">~vern</a>!</p>
</footer>
</body>

View File

@ -2,18 +2,14 @@
<html lang="en">
<!--#include file="header.html" -->
<article class="block">
<div class="text">
<p>contact info:</p>
<ul>
<li>main email inbox: <a href="mailto:vitorg@vern.cc">vitorg@vern.cc</a></li>
</ul>
</div>
</article>
<article class="block">
<div class="text">
<p>contact info:</p>
<ul>
<li>main email inbox: <a href="mailto:vitorg@vern.cc">vitorg@vern.cc</a></li>
</ul>
</div>
</article>
<footer class=block class="text">
<p>made by <a href="/">~vitorg</a> with love.<br>
check out <a href="https://vern.cc">~vern</a>!</p>
</footer>
</body>
<!--#include file="footer.html" -->
</html>