diff options
Diffstat (limited to 'docs/blog/index.html')
-rw-r--r-- | docs/blog/index.html | 89 |
1 files changed, 50 insertions, 39 deletions
diff --git a/docs/blog/index.html b/docs/blog/index.html index 6e0e471..1585eb8 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -1,42 +1,53 @@ -<!DOCTYPE HTML> -<html lan=en> - <head> - <title>Blog Index | Carbs Linux</title> - <link rel="stylesheet" href="/style.css"> - <meta charset="utf-8"> - <meta name="Description" content="Carbs Linux - a simple linux distribution"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - </head> - <body> - <p class=header><strong>Carbs Linux - a simple linux distribution</strong></p> - <div class="header"> - <nav> - <a href='/'>index</a> - <a href="//git.carbslinux.org">git</a> - <a href='//dl.carbslinux.org'>downloads</a> - <a href='/blog'>blog</a> - <a href='/docs/install.html'>installation</a> - <a href='/docs'>user manual</a> - </nav> - </div><div class="border"></div> -<h1>Blog Index</h1> +<!DOCTYPE html> +<html lang="en"> +<head> +<!-- 2021-02-02 --> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<title>Blog Index</title> +<meta name="generator" content="Org mode"> +<meta name="author" content="Cem Keylan"> +<link rel="stylesheet" type="text/css" href="/style.css"> +</head> +<body> +<div id="preamble" class="status"> +<nav id="navbar"> + <a href="/" class=navbartitle>Carbs Linux</a> -<p>This is the Carbs Linux Blog Index. You can find every post here. <a href="/rss.xml">RSS Feed</a></p> - -<ul> -<li>Dec 10 2020 - <a href="20201210.html">First Year of Carbs Linux</a></li> -<li>Aug 03 2020 - <a href="20200803.html">August 2020 News Post</a></li> -<li>Jun 17 2020 - <a href="20200617.html">June Newspost</a></li> -<li>May 28 2020 - <a href="20200528.html">kiss 2.0.0 and overall changes</a></li> -<li>May 08 2020 - <a href="20200508.html">The Relation of Carbs and KISS</a></li> -<li>Apr 10 2020 - <a href="20200410.html">Outsource Repository Concept</a></li> -<li>Apr 06 2020 - <a href="20200406.html">Roadmap for Carbs</a></li> -<li>Jan 28 2020 - <a href="20200128.html">Switching to New Website</a></li> + <label for="hamburger">☰</label> + <input type="checkbox" id="hamburger" /> + <ul id=navbarlist> + <li><a href="/" title="Home Page">Home</a></li> + <li><a href="//git.carbslinux.org" title="Git Repository">Git</a></li> + <li><a href="/download.html" title="Download Carbs Linux">Download</a></li> + <li><a href="/blog" title="Blog Posts">Blog</a></li> + <li><a href="/install.html" title="Installation Instructions">Installation</a></li> + <li><a href="/docs.html" title="Documentation">Docs</a></li> + </ul> +</nav> +</div> +<div id="content"> +<header> +<h1 class="title">Blog Index</h1> +</header><p> +This is the Carbs Linux blog index. You can find every post here. <a href="../rss.xml">RSS Feed</a> +</p> +<ul class="org-ul"> +<li><a href="20201210.html">First Year of Carbs Linux</a> <i>posted on 2020-12-10</i></li> +<li><a href="20200803.html">August 2020 News Post</a> <i>posted on 2020-08-03</i></li> +<li><a href="20200617.html">June Newspost</a> <i>posted on 2020-06-17</i></li> +<li><a href="20200528.html">kiss 2.0.0 and Overall Changes</a> <i>posted on 2020-05-28</i></li> +<li><a href="20200508.html">The Relation of Carbs and KISS</a> <i>posted on 2020-05-08</i></li> +<li><a href="20200410.html">Outsource Repository Concept</a> <i>posted on 2020-04-10</i></li> +<li><a href="20200406.html">Roadmap for Carbs</a> <i>posted on 2020-04-06</i></li> +<li><a href="20200128.html">Switching to New Website</a> <i>posted on 2020-01-28</i></li> </ul> - - <a href="/blog/index.txt">View Page Source</a> - <div class="border"></div> - <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> - <p class=footer>Copyright © 2019-2021 Cem Keylan</p> - </body> +</div> +<div id="postamble" class="status"> +<footer> + <p>Linux® is a registered trademark of Linus Torvalds</p> + <p>Copyright © 2019-2021 Cem Keylan</p> +</footer> +</div> +</body> </html> |