From 39b900ea13e071e09401a54ca529b8caa4bc7197 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 29 Aug 2021 22:44:02 +0200 Subject: Separated index and blog --- index.html | 187 +++++++++++++++++++++++++++++++------------------------------ style.css | 9 +++ 2 files changed, 103 insertions(+), 93 deletions(-) diff --git a/index.html b/index.html index c33f342..54107ca 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + @@ -12,101 +12,102 @@

Ignore

-
-

Birds and Programming

-

The sole reason why birds are not excellent programmers is that they can't use keyboards very well. At some point in -the future it will be required from them to develop an interface to computers. Be it fingers or something that will -completely discard the concept of a keyboard. -

+ -
-

Short Updates

-

-Published How to Compress Files in POSIX. -

-Minor updates to tutorials including a new paragraph in Lua Project. -

-Minor updates to How to Archive With POSIX tar, cpio and pax. -

-Once again restructured index hierarchy. -

-Published How to Archive With POSIX ar. -

-Renamed most of the guides to include "How to" in their name to make them more visible. I'm thinking about doing another -round of website restructurization. -

-Published Deconstructing Web Browsers, summary of now-removed Plumbing -Your Own Browser and Integrating Browser into Your Environment. -

-Initialized website as git repository. Let's see if it will be useful. -

-Rewritten parts of and updated Web Browsers Are No More. -

-Capitalized titles and fixed some links here and there. -

-Added Derelict homepage to the index. -

-Added subtitles with date of publication for each article. Last modified dates will be tracked from this point of time. -

-Removed structured sources in examples as a preparation to extend related topics. -

-Published FAQ and graveyard. -

-Published plop landing page. -

-Minor changes to Organizing your Lua project. -

-Published Organizing your Lua project. -

-Published LICENSE. Minor changes to index and style. -

-More minor changes done to the index, CSS and added index link in all of the articles. -

-Removed old standalone updates page and moved it to the index. Reindexed and removed some pages as they had no worth. -I plan to rewrite, restructure and expand some texts. I also have new experiments coming in to fail miserably. Let's see how it goes! + +

+

Blog

+
diff --git a/style.css b/style.css index 53bd3a0..c3e4d36 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,15 @@ h1, h2, h3, h4, h5, h6 { text-align: center; } +#blog ul li { + margin-bottom: 0.4em; +} + +ul time { + font-size: 80%; + color: #999; +} + pre { background-color: #f0f0f0; padding: 1em; -- cgit v1.1