Unix: add caption to unix page
This commit is contained in:
parent
0f61869ff6
commit
b5a0b5ec4f
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue