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; background: linear-gradient(var(--gray-gradient)) no-repeat;
color: rgb(var(--gray)); color: rgb(var(--gray));
text-align: center; text-align: center;
margin-top: 60px;
} }
.social-links { .social-links {
display: flex; display: flex;

View file

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