mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
new blog + new look
This commit is contained in:
parent
11c9a1db17
commit
da024eaf33
11 changed files with 153 additions and 11 deletions
17
index.html
17
index.html
|
|
@ -6,6 +6,10 @@
|
|||
<title>cowmonk's random blogs</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom Feed" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png" />
|
||||
<link rel="manifest" href="assets/images/site.webmanifest" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
@ -15,6 +19,19 @@
|
|||
</p>
|
||||
</header>
|
||||
<nav data-sblg-nav="1" data-sblg-navcontent="1"><ul><li>
|
||||
<h2><a href="blog2.html">Beyond Prepackaged - Why I Use Linux From Scratch</a></h2>
|
||||
<div>
|
||||
<address>cowmonk</address>,
|
||||
<time datetime="2025-03-21">2025-03-21</time>
|
||||
</div>
|
||||
<p>Building Linux from Scratch can feel a bit like assembling a complex jigsaw puzzle: frustrating at times, but ultimately supremely rewarding when everything clicks into place.</p>
|
||||
<p class="tags">
|
||||
Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">linux</span>.
|
||||
</p>
|
||||
<nav>
|
||||
<a href="blog2.html">Read more-></a>
|
||||
</nav>
|
||||
</li><li>
|
||||
<h2><a href="blog1.html">No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</a></h2>
|
||||
<div>
|
||||
<address>cowmonk</address>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue