commit: c6f2f29729ef1dbd46bf32d5269824087e53478f
parent 849590bccedcb9bfd19201f7fd3d445b581c4b6e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 24 Oct 2018 11:37:48 +0200
articles/Few updates about this website: New
Diffstat:
6 files changed, 43 insertions(+), 2 deletions(-)
diff --git a/articles/Few updates about this website.shtml b/articles/Few updates about this website.shtml
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+<!--#include file="/templates/head.shtml" -->
+ <title>Few updates about this website — Cyber-home of lanodan</title>
+ </head>
+ <body>
+<!--#include file="/templates/en/nav.shtml" -->
+<!--#include file="/articles/Few updates about this website.xhtml"-->
+ <a href="/articles/Few%20updates%20about%20this%20website.xhtml">article only(plain XHTML)</a>
+<!--#include file="/templates/en/footer.html" -->
+ </body>
+</html>
diff --git a/articles/Few updates about this website.xhtml b/articles/Few updates about this website.xhtml
@@ -0,0 +1,16 @@
+<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<h1>Few updates about this website</h1>
+<h2>Atom syndication</h2>
+<p>I finally added a syndication feed, using the Atom format (and xHTML for the articles)! (seriously after all theses years?) I’m pretty sure the URL for it isn’t backward-compatible with what I had a long time ago, so you’ll have to update.</p>
+<p>The link is available on the navbar and have proper metadata so it should show up in your browser, but here it is for completeness sake:</p>
+<ul>
+ <li><a href="/feed.atom">/feed.atom</a>: Feed of the English articles</li>
+ <li><a href="/flux.atom">/flux.atom</a>: Feed of the French articles</li>
+</ul>
+<h2>New colorscheme for this website</h2>
+<p>Few weeks ago I changed the colorscheme of my terminal from <a href="http://ethanschoonover.com/solarized">solarized</a> (which has quite too much blue even with redshift) to <a href="https://github.com/morhetz/gruvbox-contrib">gruvbox</a> (by the way here is a <a href="https://hacktivis.me/git/st/commit/e61affc3317385cdee0e749da20a2fbb22acb0f3.html">commit to patch st-0.8.1</a> with switch from light and dark), which also has better contrast and something I wanted for a long time: all the colors are viewable nicely, unless you set the same color on fg and bg and maybe few similar things.</p>
+<p>And having a colorscheme which has poor contrast even for my probably good eyes on a website is totally not something I wanted to keep. And so with this colorscheme default foreground with the soft background nicely passes the WCAG AAA level <a href="https://webaim.org/resources/contrastchecker/?fcolor=EBDBB2&bcolor=32302F">with a ratio of 9.57:1</a>.</p>
+<img src="/images/gruvbox-dark-colors.png" alt="Screenshot of the colors of gruvbox dark in my terminal"/>
+<p>Anyway if you don’t like it, use the atom feed. 😜</p>
+<p><a href="https://queer.hacktivis.me/objects/5c38ffb7-bd3b-4dfd-a8d8-1d0ade0c8bc4">Post for comments and sharing on the fediverse.</a></p>
+</article>
diff --git a/css/index.css b/css/index.css
@@ -1,4 +1,4 @@
-@import url('colorscheme.css')
+@import url('colorscheme.css');
#bio { clear: both; }
#avatar {
diff --git a/feed.atom b/feed.atom
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Home feed — Cyber-Home of Lanodan</title>
- <updated>2018-10-24T07:28:47Z</updated>
+ <updated>2018-10-24T09:15:51Z</updated>
<id>https://hacktivis.me/feed</id>
<link href="https://hacktivis.me/feed" rel="self" />
<link href="https://hacktivis.me/home" rel="alternate" />
@@ -10,6 +10,17 @@
</author>
<entry>
+ <title>Few updates about this website</title>
+ <link rel="alternate" type="text/html" href="/articles/Few%20updates%20about%20this%20website"/>
+ <id>https://hacktivis.me/articles/Few%20updates%20about%20this%20website</id>
+ <published>2018-10-24T09:15:51Z</published>
+ <updated>2018-10-24T09:15:51Z</updated>
+ <content type="xhtml"><div>
+<!--#include file="/articles/Few updates about this website.xhtml"-->
+ </div></content>
+ </entry>
+
+ <entry>
<title>My issue with Github (and Microsoft buying it)</title>
<link rel="alternate" type="text/html" href="/articles/My%20issue%20with%20Github%20(and%20Microsoft%20buying%20it)"/>
<id>https://hacktivis.me/articles/My%20issue%20with%20Github%20(and%20Microsoft%20buying%20it)</id>
diff --git a/home.shtml b/home.shtml
@@ -6,6 +6,7 @@
</head>
<body>
<!--#set var="transPageUrl" value='accueil' --><!--#set var="feedURL" value='/feed.atom'--><!--#include file="templates/en/nav.shtml" -->
+<!--#include file="/articles/Few updates about this website.xhtml"-->
<!--#include file="/articles/My issue with Github (and Microsoft buying it).xhtml"-->
<article class="h-entry">
<!--#include file="/articles/Multi-posting on micro-blogging is a nightmare.html"-->
diff --git a/images/gruvbox-dark-colors.png b/images/gruvbox-dark-colors.png
Binary files differ.