Unix: add caption to unix page

This commit is contained in:
Akemi Izuko 2023-12-29 17:15:14 -07:00
parent 0f61869ff6
commit b5a0b5ec4f
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
2 changed files with 17 additions and 7 deletions

View file

@ -144,6 +144,7 @@ const today = new Date();
background: linear-gradient(var(--gray-gradient)) no-repeat;
color: rgb(var(--gray));
text-align: center;
margin-top: 60px;
}
.social-links {
display: flex;

View file

@ -37,6 +37,9 @@ const posts = (await getCollection('unix')).sort(
width: 464px;
object-fit: contain;
}
a.highlight-this {
color: var(--accent-color);
}
@media (max-width: 720px) {
ul {
gap: 0.5em;
@ -64,16 +67,22 @@ const posts = (await getCollection('unix')).sort(
Unix Guides!
</h1>
<p
class="text-center mb-4 text-xl">
class="text-center mb-4 text-lg">
Over the past few years, I've extenstively configured at
learnt about using MacOS, Linux, and even some BSD systems.
Along the way I documented some of the trickier aspects of
learning Unix.
learned about using MacOS, Linux, and even some BSD
systems. Along the way I documented some of the fun aspects
of learning Unix. The code for most guides is part of my
<a class="highlight-this" href="https://git.mami2.moe/akemi/dotfiles">
dotfiles collection
</a>.
</p>
<p
class="text-center mb-4 text-xl">
These guides are mostly relevant to Linux, especially new
enthusiasts.
class="text-center mb-4 text-lg">
These guides are mostly helpful for Linux, especially new
enthusiasts!
</p>
<p
class="text-center mb-4 text-lg">
</p>
<hr class="m-4" style="border: 1px solid black;" />
<ul>