mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
annoucing csfs + updates to the blog generation script
This commit is contained in:
parent
61c0f622b1
commit
767cb5b759
9 changed files with 282 additions and 56 deletions
18
blog/blog1.html
Executable file → Normal file
18
blog/blog1.html
Executable file → Normal file
|
|
@ -6,10 +6,10 @@
|
|||
<title>No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</title>
|
||||
<link rel="stylesheet" href="template.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" />
|
||||
<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>
|
||||
|
|
@ -19,12 +19,12 @@
|
|||
<a href="blog2.html"><-newer</a>
|
||||
</span>
|
||||
<span class="prevnext ">
|
||||
<a href="blog4.html">older-></a>
|
||||
<a href="blog5.html">older-></a>
|
||||
</span>
|
||||
</nav>
|
||||
</header>
|
||||
<section>
|
||||
<h3 style="color:yellow;">No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</h3>
|
||||
<section>
|
||||
<h3 style="color:yellow">No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</h3>
|
||||
<p>
|
||||
<q>An introduction, why would I create a blog, plans for the future, and other random things</q>
|
||||
</p>
|
||||
|
|
@ -60,13 +60,13 @@ These plans aren’t fully set in stone and it would be interesting to dive
|
|||
<p class="tags">
|
||||
Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">linux</span>.
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
<nav>
|
||||
<span class="prevnext sblg-prev-has">
|
||||
<a href="blog2.html"><-newer</a>
|
||||
</span>
|
||||
<span class="prevnext ">
|
||||
<a href="blog4.html">older-></a>
|
||||
<a href="blog5.html">older-></a>
|
||||
</span>
|
||||
</nav>
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue