Reformat stack section
This commit is contained in:
parent
93b9de415b
commit
d1d189e4a5
@ -106,6 +106,10 @@ a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.section .block .content {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
@ -207,9 +207,16 @@
|
||||
<div class="content">
|
||||
I love to tinker with a number of small, self-hosted side projects, including this site! I manage them via
|
||||
<a href="https://about.gitea.com/" target="_blank">Gitea</a> at <a href="https://git.chloeherd.codes/" target="_blank">git.chloeherd.codes</a>.
|
||||
My hosting stack is built on a <a href="https://www.vultr.com/" target="_blank">Vultr</a> VPS, <a href="https://caddyserver.com/" target="_blank">Caddy</a> reverse proxies,
|
||||
a <a href="https://tailscale.com/" target="_blank">Tailscale</a> mesh VPN, <em>many</em> <a href="https://www.docker.com/" target="_blank">Docker</a> containers, and a
|
||||
<a href="https://www.raspberrypi.com/" target="_blank">Raspberry Pi 5</a> in my living room.
|
||||
</div>
|
||||
<div class="content">
|
||||
My hosting stack is built on:
|
||||
<ul>
|
||||
<li>A <a href="https://www.vultr.com/" target="_blank">Vultr</a> VPS</li>
|
||||
<li><a href="https://caddyserver.com/" target="_blank">Caddy</a> reverse proxies</li>
|
||||
<li>A <a href="https://tailscale.com/" target="_blank">Tailscale</a> mesh VPN</li>
|
||||
<li><em>Many</em> <a href="https://www.docker.com/" target="_blank">Docker</a> containers</li>
|
||||
<li>A <a href="https://www.raspberrypi.com/" target="_blank">Raspberry Pi 5</a> in my living room</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user