modified menus; added source code

This commit is contained in:
Vrifox 2020-09-20 20:58:11 +02:00
parent c04f6c8301
commit 6aa76dd52a
37 changed files with 947 additions and 1080 deletions

View file

@ -1,4 +1,4 @@
baseURL: https://vrifox.cc/vrifox.cc_hugo/ baseURL: https://vrifox.cc/
languageCode: en-us languageCode: en-us
title: vrifox.cc title: vrifox.cc
enableRobotsTXT: true enableRobotsTXT: true
@ -7,24 +7,29 @@ params:
menu: menu:
main: main:
- identifier: blog - identifier: blog
name: Blog name: blog
title: blog title: blog
url: /blog url: /blog
weight: 1 weight: 1
- identifier: projects - identifier: projects
name: Projects name: projects
title: projects title: projects
url: /projects url: /projects
weight: 2 weight: 2
links: links:
- identifier: mastodon - identifier: mastodon
name: Mastodon name: mastodon
title: mastodon title: mastodon
url: https://social.anoxinon.de/@vrifox url: https://social.anoxinon.de/@vrifox
weight: 1 weight: 1
footer: footer:
- identifier: feed - identifier: feed
name: RSS-Feed name: feed (rss)
title: RSS-Feed title: rss-feed
url: https://vrifox.cc/vrifox.cc_hugo/blog/index.xml url: https://vrifox.cc/vrifox.cc_hugo/blog/index.xml
weight: 1 weight: 1
- identifier: sourcecode
name: source code
title: source code
url: https://git.vrifox.cc/vrifox/cursors
weight: 2

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/index.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/index.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -62,8 +62,8 @@
<section class="section-articles"> <section class="section-articles">
<article> <article>
<h1><a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/">My New Hugo Page</a></h1> <h1><a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">My new hugo page</a></h1>
<p class="date" title="9 Sep 2020, 19:59 CEST">9 September 2020</p> <p class="date" title="20 Sep 2020, 20:51 CEST">20 September 2020</p>
<img src="https://vrifox.cc/upload/2020/09/vrifox.cc-2020-09.png"> <img src="https://vrifox.cc/upload/2020/09/vrifox.cc-2020-09.png">
@ -71,7 +71,7 @@
</article> </article>
<article> <article>
<h1><a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/">A »new« graphic for Natenoms blog</a></h1> <h1><a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">A »new« graphic for Natenoms blog</a></h1>
<p class="date" title="29 Aug 2020, 12:12 CEST">29 August 2020</p> <p class="date" title="29 Aug 2020, 12:12 CEST">29 August 2020</p>
@ -85,32 +85,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -62,7 +62,7 @@
</p> </p>
<h1 class="title">A »new« graphic for Natenoms blog</h1> <h1 class="title">A »new« graphic for Natenoms blog</h1>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
<p>I did make a new iteration of this graphic for <a href="https://blog.natenom.com/">Natenoms Blog</a>.</p> <p>I did make a new iteration of this graphic for <a href="https://blog.natenom.com/">Natenoms Blog</a>.</p>
@ -71,9 +71,9 @@
<ul class="tags"> <ul class="tags">
<li> <a href="/vrifox.cc_hugo/tags/graphic">graphic</a> </li> <li> <a href="/tags/graphic">graphic</a> </li>
<li> <a href="/vrifox.cc_hugo/tags/natenom">natenom</a> </li> <li> <a href="/tags/natenom">natenom</a> </li>
</ul> </ul>
@ -83,13 +83,13 @@
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/"> <a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
<article> <article>
<h1>My New Hugo Page</h1> <h1>My new hugo page</h1>
<p class="meta" title="9 Sep 2020, 19:59 CEST"><span class="date">9 September 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc-2020-09.png"> <img src="/upload/2020/09/vrifox.cc-2020-09.png">
</article> </article>
</a> </a>
@ -101,32 +101,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> My New Hugo Page vrifox.cc</title> <title> My new hugo page vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -56,13 +56,13 @@
<section class="section-article"> <section class="section-article">
<article> <article>
<p class="meta"> <p class="meta">
<span title="9 Sep 2020, 19:59 CEST">9. September 2020</span> <span title="20 Sep 2020, 20:51 CEST">20. September 2020</span>
by by
<span>Vrifox</span> <span>Vrifox</span>
</p> </p>
<h1 class="title">My New Hugo Page</h1> <h1 class="title">My new hugo page</h1>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc-2020-09.png"> <img src="/upload/2020/09/vrifox.cc-2020-09.png">
<p>In the past weeks I learned hugo by just using it.</p> <p>In the past weeks I learned hugo by just using it.</p>
<p>And this page is the first result.</p> <p>And this page is the first result.</p>
@ -72,7 +72,7 @@
<ul class="tags"> <ul class="tags">
<li> <a href="/vrifox.cc_hugo/tags/website">website</a> </li> <li> <a href="/tags/website">website</a> </li>
</ul> </ul>
@ -81,13 +81,13 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/"> <a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
<article> <article>
<h1>A »new« graphic for Natenoms blog</h1> <h1>A »new« graphic for Natenoms blog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
</article> </article>
</a> </a>
@ -100,32 +100,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,24 +61,24 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/"> <a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
<article> <article>
<h1>My New Hugo Page</h1> <h1>My new hugo page</h1>
<p class="meta" title="9 Sep 2020, 19:59 CEST"><span class="date">9 September 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc-2020-09.png"> <img src="/upload/2020/09/vrifox.cc-2020-09.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/"> <a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
<article> <article>
<h1>A »new« graphic for Natenoms blog</h1> <h1>A »new« graphic for Natenoms blog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
</article> </article>
</a> </a>
@ -89,32 +89,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,27 +2,27 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>vrifox.cc</title> <title>vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/</link> <link>https://vrifox.cc/blog/</link>
<description>Recent content on vrifox.cc</description> <description>Recent content on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Wed, 09 Sep 2020 19:59:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sun, 20 Sep 2020 20:51:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/blog/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>My New Hugo Page</title> <title>My new hugo page</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</link> <link>https://vrifox.cc/blog/2020/my-new-hugo-page/</link>
<pubDate>Wed, 09 Sep 2020 19:59:31 +0200</pubDate> <pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</guid> <guid>https://vrifox.cc/blog/2020/my-new-hugo-page/</guid>
<description>In the past weeks I learned hugo by just using it. <description>In the past weeks I learned hugo by just using it.
And this page is the first result.</description> And this page is the first result.</description>
</item> </item>
<item> <item>
<title>A »new« graphic for Natenoms blog</title> <title>A »new« graphic for Natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</link> <link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</guid> <guid>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</guid>
<description>I did make a new iteration of this graphic for Natenoms Blog.</description> <description>I did make a new iteration of this graphic for Natenoms Blog.</description>
</item> </item>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,7 +61,7 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/categories/natenomsblog/"> <a href="https://vrifox.cc/categories/natenomsblog/">
<article> <article>
<h1>natenomsblog</h1> <h1>natenomsblog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by </span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by </span></p>
@ -76,32 +76,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Categories on vrifox.cc</title> <title>Categories on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/categories/</link> <link>https://vrifox.cc/categories/</link>
<description>Recent content in Categories on vrifox.cc</description> <description>Recent content in Categories on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/categories/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/categories/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>natenomsblog</title> <title>natenomsblog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/categories/natenomsblog/</link> <link>https://vrifox.cc/categories/natenomsblog/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/categories/natenomsblog/</guid> <guid>https://vrifox.cc/categories/natenomsblog/</guid>
<description></description> <description></description>
</item> </item>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,13 +61,13 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/"> <a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
<article> <article>
<h1>A »new« graphic for Natenoms blog</h1> <h1>A »new« graphic for Natenoms blog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
</article> </article>
</a> </a>
@ -78,32 +78,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>natenomsblog on vrifox.cc</title> <title>natenomsblog on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/categories/natenomsblog/</link> <link>https://vrifox.cc/categories/natenomsblog/</link>
<description>Recent content in natenomsblog on vrifox.cc</description> <description>Recent content in natenomsblog on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/categories/natenomsblog/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/categories/natenomsblog/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>A »new« graphic for Natenoms blog</title> <title>A »new« graphic for Natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</link> <link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</guid> <guid>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</guid>
<description>I did make a new iteration of this graphic for Natenoms Blog.</description> <description>I did make a new iteration of this graphic for Natenoms Blog.</description>
</item> </item>

View file

@ -3,37 +3,37 @@
<html> <html>
<head> <head>
<meta name="generator" content="Hugo 0.75.1" /> <meta name="generator" content="Hugo 0.75.1" />
<title> about vrifox.cc</title> <title> home vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/index.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/index.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -42,7 +42,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -55,64 +55,64 @@
<main class="container"> <main class="container">
<section> <section>
<header> <header>
<h1>Hola, I&#39;m Vrifox.</h1> <h1>hola i am vrifox</h1>
<span class="subtitle">casual content creator</span> <span class="subtitle">casual content creator</span>
</header> </header>
</section> </section>
<h1>latest <a href="/vrifox.cc_hugo/blog">posts</a></h1> <h1>latest <a href="/blog">posts</a></h1>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/"> <a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
<article> <article>
<h1>My New Hugo Page</h1> <h1>My new hugo page</h1>
<p class="meta" title="9 Sep 2020, 19:59 CEST"><span class="date">9 September 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc-2020-09.png"> <img src="/upload/2020/09/vrifox.cc-2020-09.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/"> <a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
<article> <article>
<h1>A »new« graphic for Natenoms blog</h1> <h1>A »new« graphic for Natenoms blog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
</article> </article>
</a> </a>
</section> </section>
<h1>latest <a href="/vrifox.cc_hugo/projects">projects</a></h1> <h1>latest <a href="/projects">projects</a></h1>
<section class="section-projects"> <section class="section-projects">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/"> <a href="https://vrifox.cc/projects/2008/my-website/">
<article> <article>
<h1>My Website</h1> <h1>my website</h1>
<p class="meta" title="last change: 10 Sep 2020"><span class="date">2008 - now</span> <span class="status">in progress</span></p> <p class="meta" title="last change: 10 Sep 2020"><span class="date">2008 - now</span> <span class="status">in progress</span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc_blank-2020-08.png"> <img src="/upload/2020/09/vrifox.cc_blank-2020-08.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/"> <a href="https://vrifox.cc/projects/2015/natenoms-blog/">
<article> <article>
<h1>Natenoms Blog</h1> <h1>natenoms blog</h1>
<p class="meta" title="last change: 20 Aug 2020"><span class="date">2015 - now</span> <span class="status">in progress</span></p> <p class="meta" title="last change: 20 Aug 2020"><span class="date">2015 - now</span> <span class="status">in progress</span></p>
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png"> <img src="/upload/2018/11/blog.natenom.com.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/"> <a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
<article> <article>
<h1>Gitea Theme Vrifox 2018</h1> <h1>gitea-theme vrifox 2018</h1>
<p class="meta" title="last change: 9 Jun 2019"><span class="date">2018 - 2019</span> <span class="status">archived</span></p> <p class="meta" title="last change: 9 Jun 2019"><span class="date">2018 - 2019</span> <span class="status">archived</span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png"> <img src="/upload/2020/01/gitea-theme.png">
</article> </article>
</a> </a>
@ -122,32 +122,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -1,82 +1,91 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>about on vrifox.cc</title> <title>home on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/</link> <link>https://vrifox.cc/</link>
<description>Recent content in about on vrifox.cc</description> <description>Recent content in home on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Thu, 10 Sep 2020 14:27:00 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sun, 20 Sep 2020 20:51:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>My Website</title> <title>My new hugo page</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/</link> <link>https://vrifox.cc/blog/2020/my-new-hugo-page/</link>
<pubDate>Thu, 10 Sep 2020 14:27:00 +0200</pubDate> <pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/</guid> <guid>https://vrifox.cc/blog/2020/my-new-hugo-page/</guid>
<description></description>
</item>
<item>
<title>My New Hugo Page</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</link>
<pubDate>Wed, 09 Sep 2020 19:59:31 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</guid>
<description>In the past weeks I learned hugo by just using it. <description>In the past weeks I learned hugo by just using it.
And this page is the first result.</description> And this page is the first result.</description>
</item> </item>
<item>
<title>my website</title>
<link>https://vrifox.cc/projects/2008/my-website/</link>
<pubDate>Thu, 10 Sep 2020 14:27:00 +0200</pubDate>
<guid>https://vrifox.cc/projects/2008/my-website/</guid>
<description></description>
</item>
<item> <item>
<title>A »new« graphic for Natenoms blog</title> <title>A »new« graphic for Natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</link> <link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</guid> <guid>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</guid>
<description>I did make a new iteration of this graphic for Natenoms Blog.</description> <description>I did make a new iteration of this graphic for Natenoms Blog.</description>
</item> </item>
<item> <item>
<title>Natenoms Blog</title> <title>natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/</link> <link>https://vrifox.cc/projects/2015/natenoms-blog/</link>
<pubDate>Thu, 20 Aug 2020 12:00:00 +0200</pubDate> <pubDate>Thu, 20 Aug 2020 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/</guid> <guid>https://vrifox.cc/projects/2015/natenoms-blog/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Gitea Theme Vrifox 2018</title> <title>gitea-theme vrifox 2018</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/</link> <link>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</link>
<pubDate>Sun, 09 Jun 2019 12:00:00 +0200</pubDate> <pubDate>Sun, 09 Jun 2019 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/</guid> <guid>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>MMM-Dark</title> <title>mmm-dark</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/</link> <link>https://vrifox.cc/projects/2017/mmm-dark/</link>
<pubDate>Sun, 01 Jan 2017 12:00:00 +0200</pubDate> <pubDate>Sun, 01 Jan 2017 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/</guid> <guid>https://vrifox.cc/projects/2017/mmm-dark/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Omega for Mumble</title> <title>omega for mumble</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/</link> <link>https://vrifox.cc/projects/2014/omega-for-mumble/</link>
<pubDate>Tue, 24 May 2016 12:00:00 +0200</pubDate> <pubDate>Tue, 24 May 2016 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/</guid> <guid>https://vrifox.cc/projects/2014/omega-for-mumble/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Simpleblog</title> <title>simpleblog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/</link> <link>https://vrifox.cc/projects/2015/simpleblog/</link>
<pubDate>Tue, 29 Sep 2015 12:00:00 +0200</pubDate> <pubDate>Tue, 29 Sep 2015 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/</guid> <guid>https://vrifox.cc/projects/2015/simpleblog/</guid>
<description></description>
</item>
<item>
<title>cursors</title>
<link>https://vrifox.cc/projects/2013/cursors/</link>
<pubDate>Sat, 06 Jul 2013 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/projects/2013/cursors/</guid>
<description></description> <description></description>
</item> </item>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> My Website vrifox.cc</title> <title> my website vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -60,9 +60,9 @@
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">My Website</h1> <h1 class="title">my website</h1>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc_blank-2020-08.png"> <img src="/upload/2020/09/vrifox.cc_blank-2020-08.png">
<aside class="meta"> <aside class="meta">
@ -73,13 +73,13 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/"> <a href="https://vrifox.cc/projects/2015/natenoms-blog/">
<article> <article>
<h1>Natenoms Blog</h1> <h1>natenoms blog</h1>
<p class="meta" title="20 Aug 2020, 12:00 CEST"><span class="date">20 August 2020</span> <span class="author">by </span></p> <p class="meta" title="20 Aug 2020, 12:00 CEST"><span class="date">20 August 2020</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png"> <img src="/upload/2018/11/blog.natenom.com.png">
</article> </article>
</a> </a>
@ -92,32 +92,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<title> Cursors Have a nice day.</title> <title> cursors vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
@ -16,23 +16,23 @@
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -57,35 +57,36 @@
<article> <article>
<p class="meta"> <p class="meta">
<span title="6 Jul 2013, 12:00 CEST">6. July 2013</span> <span title="6 Jul 2013, 12:00 CEST">6. July 2013</span>
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">Cursors</h1> <h1 class="title">cursors</h1>
<img src="/upload/2020/09/cursors-2013-0706-0001.png">
<aside class="meta"> <aside class="meta">
<div>
</div>
</aside> </aside>
</article> </article>
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/"> <a href="https://vrifox.cc/projects/2015/simpleblog/">
<article> <article>
<h1>Simpleblog</h1> <h1>simpleblog</h1>
<p class="meta" title="29 Sep 2015, 12:00 CEST"><span class="date">29 September 2015</span> <span class="author">by </span></p> <p class="meta" title="29 Sep 2015, 12:00 CEST"><span class="date">29 September 2015</span> <span class="author">by </span></p>
<p>A never finished idea.</p> <p>A never finished idea.</p>
<img src="/vrifox.cc_hugo/upload/2020/09/simpleblog.png"> <img src="/upload/2020/09/simpleblog.png">
</article> </article>
</a>
</section> </section>
</div> </div>
</main> </main>
@ -93,34 +94,25 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2013-07-06</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a> </a>
</li> </li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> Omega for Mumble vrifox.cc</title> <title> omega for mumble vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -60,9 +60,9 @@
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">Omega for Mumble</h1> <h1 class="title">omega for mumble</h1>
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png"> <img src="/upload/2020/01/omega-for-mumble-theme.png">
<aside class="meta"> <aside class="meta">
@ -73,27 +73,27 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/"> <a href="https://vrifox.cc/projects/2015/simpleblog/">
<article> <article>
<h1>Simpleblog</h1> <h1>simpleblog</h1>
<p class="meta" title="29 Sep 2015, 12:00 CEST"><span class="date">29 September 2015</span> <span class="author">by </span></p> <p class="meta" title="29 Sep 2015, 12:00 CEST"><span class="date">29 September 2015</span> <span class="author">by </span></p>
<p>A never finished idea.</p> <p>A never finished idea.</p>
<img src="/vrifox.cc_hugo/upload/2020/09/simpleblog.png"> <img src="/upload/2020/09/simpleblog.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/"> <a href="https://vrifox.cc/projects/2017/mmm-dark/">
<article> <article>
<h1>MMM-Dark</h1> <h1>mmm-dark</h1>
<p class="meta" title="1 Jan 2017, 12:00 &#43;0200"><span class="date">1 January 2017</span> <span class="author">by </span></p> <p class="meta" title="1 Jan 2017, 12:00 &#43;0200"><span class="date">1 January 2017</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/mmm-dark-mumble-theme.png"> <img src="/upload/2020/01/mmm-dark-mumble-theme.png">
</article> </article>
</a> </a>
@ -105,32 +105,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> Natenoms Blog vrifox.cc</title> <title> natenoms blog vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -60,9 +60,9 @@
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">Natenoms Blog</h1> <h1 class="title">natenoms blog</h1>
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png"> <img src="/upload/2018/11/blog.natenom.com.png">
<aside class="meta"> <aside class="meta">
@ -73,25 +73,25 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/"> <a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
<article> <article>
<h1>Gitea Theme Vrifox 2018</h1> <h1>gitea-theme vrifox 2018</h1>
<p class="meta" title="9 Jun 2019, 12:00 CEST"><span class="date">9 June 2019</span> <span class="author">by </span></p> <p class="meta" title="9 Jun 2019, 12:00 CEST"><span class="date">9 June 2019</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png"> <img src="/upload/2020/01/gitea-theme.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/"> <a href="https://vrifox.cc/projects/2008/my-website/">
<article> <article>
<h1>My Website</h1> <h1>my website</h1>
<p class="meta" title="10 Sep 2020, 14:27 CEST"><span class="date">10 September 2020</span> <span class="author">by </span></p> <p class="meta" title="10 Sep 2020, 14:27 CEST"><span class="date">10 September 2020</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc_blank-2020-08.png"> <img src="/upload/2020/09/vrifox.cc_blank-2020-08.png">
</article> </article>
</a> </a>
@ -103,32 +103,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> Simpleblog vrifox.cc</title> <title> simpleblog vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -60,9 +60,9 @@
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">Simpleblog</h1> <h1 class="title">simpleblog</h1>
<img src="/vrifox.cc_hugo/upload/2020/09/simpleblog.png"> <img src="/upload/2020/09/simpleblog.png">
<aside class="meta"> <aside class="meta">
@ -73,14 +73,25 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/projects/2013/cursors/">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/">
<article> <article>
<h1>Omega for Mumble</h1> <h1>cursors</h1>
<p class="meta" title="6 Jul 2013, 12:00 CEST"><span class="date">6 July 2013</span> <span class="author">by </span></p>
<img src="/upload/2020/09/cursors-2013-0706-0001.png">
</article>
</a>
<a href="https://vrifox.cc/projects/2014/omega-for-mumble/">
<article>
<h1>omega for mumble</h1>
<p class="meta" title="24 May 2016, 12:00 CEST"><span class="date">24 May 2016</span> <span class="author">by </span></p> <p class="meta" title="24 May 2016, 12:00 CEST"><span class="date">24 May 2016</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png"> <img src="/upload/2020/01/omega-for-mumble-theme.png">
</article> </article>
</a> </a>
@ -92,32 +103,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> MMM-Dark vrifox.cc</title> <title> mmm-dark vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -60,9 +60,9 @@
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">MMM-Dark</h1> <h1 class="title">mmm-dark</h1>
<img src="/vrifox.cc_hugo/upload/2020/01/mmm-dark-mumble-theme.png"> <img src="/upload/2020/01/mmm-dark-mumble-theme.png">
<aside class="meta"> <aside class="meta">
@ -73,25 +73,25 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/"> <a href="https://vrifox.cc/projects/2014/omega-for-mumble/">
<article> <article>
<h1>Omega for Mumble</h1> <h1>omega for mumble</h1>
<p class="meta" title="24 May 2016, 12:00 CEST"><span class="date">24 May 2016</span> <span class="author">by </span></p> <p class="meta" title="24 May 2016, 12:00 CEST"><span class="date">24 May 2016</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png"> <img src="/upload/2020/01/omega-for-mumble-theme.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/"> <a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
<article> <article>
<h1>Gitea Theme Vrifox 2018</h1> <h1>gitea-theme vrifox 2018</h1>
<p class="meta" title="9 Jun 2019, 12:00 CEST"><span class="date">9 June 2019</span> <span class="author">by </span></p> <p class="meta" title="9 Jun 2019, 12:00 CEST"><span class="date">9 June 2019</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png"> <img src="/upload/2020/01/gitea-theme.png">
</article> </article>
</a> </a>
@ -103,32 +103,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,37 +2,37 @@
<html> <html>
<head> <head>
<title> Gitea Theme Vrifox 2018 vrifox.cc</title> <title> gitea-theme vrifox 2018 vrifox.cc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -60,9 +60,9 @@
by by
<span></span> <span></span>
</p> </p>
<h1 class="title">Gitea Theme Vrifox 2018</h1> <h1 class="title">gitea-theme vrifox 2018</h1>
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png"> <img src="/upload/2020/01/gitea-theme.png">
<aside class="meta"> <aside class="meta">
@ -73,25 +73,25 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/"> <a href="https://vrifox.cc/projects/2017/mmm-dark/">
<article> <article>
<h1>MMM-Dark</h1> <h1>mmm-dark</h1>
<p class="meta" title="1 Jan 2017, 12:00 &#43;0200"><span class="date">1 January 2017</span> <span class="author">by </span></p> <p class="meta" title="1 Jan 2017, 12:00 &#43;0200"><span class="date">1 January 2017</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/mmm-dark-mumble-theme.png"> <img src="/upload/2020/01/mmm-dark-mumble-theme.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/"> <a href="https://vrifox.cc/projects/2015/natenoms-blog/">
<article> <article>
<h1>Natenoms Blog</h1> <h1>natenoms blog</h1>
<p class="meta" title="20 Aug 2020, 12:00 CEST"><span class="date">20 August 2020</span> <span class="author">by </span></p> <p class="meta" title="20 Aug 2020, 12:00 CEST"><span class="date">20 August 2020</span> <span class="author">by </span></p>
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png"> <img src="/upload/2018/11/blog.natenom.com.png">
</article> </article>
</a> </a>
@ -103,32 +103,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/projects/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/projects/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,57 +61,66 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/"> <a href="https://vrifox.cc/projects/2008/my-website/">
<article> <article>
<h1>My Website</h1> <h1>my website</h1>
<p class="" title="last change: 10 Sep 2020"><span class="date">2008 - now</span> <span class="status">in progress</span></p> <p class="" title="last change: 10 Sep 2020"><span class="date">2008 - now</span> <span class="status">in progress</span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc_blank-2020-08.png"> <img src="/upload/2020/09/vrifox.cc_blank-2020-08.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/"> <a href="https://vrifox.cc/projects/2015/natenoms-blog/">
<article> <article>
<h1>Natenoms Blog</h1> <h1>natenoms blog</h1>
<p class="" title="last change: 20 Aug 2020"><span class="date">2015 - now</span> <span class="status">in progress</span></p> <p class="" title="last change: 20 Aug 2020"><span class="date">2015 - now</span> <span class="status">in progress</span></p>
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png"> <img src="/upload/2018/11/blog.natenom.com.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/"> <a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
<article> <article>
<h1>Gitea Theme Vrifox 2018</h1> <h1>gitea-theme vrifox 2018</h1>
<p class="" title="last change: 9 Jun 2019"><span class="date">2018 - 2019</span> <span class="status">archived</span></p> <p class="" title="last change: 9 Jun 2019"><span class="date">2018 - 2019</span> <span class="status">archived</span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png"> <img src="/upload/2020/01/gitea-theme.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/"> <a href="https://vrifox.cc/projects/2017/mmm-dark/">
<article> <article>
<h1>MMM-Dark</h1> <h1>mmm-dark</h1>
<p class="" title="last change: 1 Jan 2017"><span class="date">2017</span> <span class="status">archived</span></p> <p class="" title="last change: 1 Jan 2017"><span class="date">2017</span> <span class="status">archived</span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/mmm-dark-mumble-theme.png"> <img src="/upload/2020/01/mmm-dark-mumble-theme.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/"> <a href="https://vrifox.cc/projects/2014/omega-for-mumble/">
<article> <article>
<h1>Omega for Mumble</h1> <h1>omega for mumble</h1>
<p class="" title="last change: 24 May 2016"><span class="date">2014 - 2016</span> <span class="status">archived</span></p> <p class="" title="last change: 24 May 2016"><span class="date">2014 - 2016</span> <span class="status">archived</span></p>
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png"> <img src="/upload/2020/01/omega-for-mumble-theme.png">
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/"> <a href="https://vrifox.cc/projects/2015/simpleblog/">
<article> <article>
<h1>Simpleblog</h1> <h1>simpleblog</h1>
<p class="" title="last change: 29 Sep 2015"><span class="date">2015</span> <span class="status">archived</span></p> <p class="" title="last change: 29 Sep 2015"><span class="date">2015</span> <span class="status">archived</span></p>
<p>A never finished idea.</p> <p>A never finished idea.</p>
<img src="/vrifox.cc_hugo/upload/2020/09/simpleblog.png"> <img src="/upload/2020/09/simpleblog.png">
</article>
</a>
<a href="https://vrifox.cc/projects/2013/cursors/">
<article>
<h1>cursors</h1>
<p class="" title="last change: 6 Jul 2013"><span class="date">2013</span> <span class="status">archived</span></p>
<img src="/upload/2020/09/cursors-2013-0706-0001.png">
</article> </article>
</a> </a>
@ -121,32 +130,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,62 +2,71 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>vrifox.cc</title> <title>vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/</link> <link>https://vrifox.cc/projects/</link>
<description>Recent content on vrifox.cc</description> <description>Recent content on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Thu, 10 Sep 2020 14:27:00 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/projects/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Thu, 10 Sep 2020 14:27:00 +0200</lastBuildDate><atom:link href="https://vrifox.cc/projects/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>My Website</title> <title>my website</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/</link> <link>https://vrifox.cc/projects/2008/my-website/</link>
<pubDate>Thu, 10 Sep 2020 14:27:00 +0200</pubDate> <pubDate>Thu, 10 Sep 2020 14:27:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/</guid> <guid>https://vrifox.cc/projects/2008/my-website/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Natenoms Blog</title> <title>natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/</link> <link>https://vrifox.cc/projects/2015/natenoms-blog/</link>
<pubDate>Thu, 20 Aug 2020 12:00:00 +0200</pubDate> <pubDate>Thu, 20 Aug 2020 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/</guid> <guid>https://vrifox.cc/projects/2015/natenoms-blog/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Gitea Theme Vrifox 2018</title> <title>gitea-theme vrifox 2018</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/</link> <link>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</link>
<pubDate>Sun, 09 Jun 2019 12:00:00 +0200</pubDate> <pubDate>Sun, 09 Jun 2019 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/</guid> <guid>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>MMM-Dark</title> <title>mmm-dark</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/</link> <link>https://vrifox.cc/projects/2017/mmm-dark/</link>
<pubDate>Sun, 01 Jan 2017 12:00:00 +0200</pubDate> <pubDate>Sun, 01 Jan 2017 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/</guid> <guid>https://vrifox.cc/projects/2017/mmm-dark/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Omega for Mumble</title> <title>omega for mumble</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/</link> <link>https://vrifox.cc/projects/2014/omega-for-mumble/</link>
<pubDate>Tue, 24 May 2016 12:00:00 +0200</pubDate> <pubDate>Tue, 24 May 2016 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/</guid> <guid>https://vrifox.cc/projects/2014/omega-for-mumble/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Simpleblog</title> <title>simpleblog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/</link> <link>https://vrifox.cc/projects/2015/simpleblog/</link>
<pubDate>Tue, 29 Sep 2015 12:00:00 +0200</pubDate> <pubDate>Tue, 29 Sep 2015 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/</guid> <guid>https://vrifox.cc/projects/2015/simpleblog/</guid>
<description></description>
</item>
<item>
<title>cursors</title>
<link>https://vrifox.cc/projects/2013/cursors/</link>
<pubDate>Sat, 06 Jul 2013 12:00:00 +0200</pubDate>
<guid>https://vrifox.cc/projects/2013/cursors/</guid>
<description></description> <description></description>
</item> </item>

View file

@ -1,37 +1,39 @@
User-agent: * User-agent: *
Disallow: /vrifox.cc_hugo/projects/ Disallow: /blog/
Disallow: /vrifox.cc_hugo/ Disallow: /
Disallow: /vrifox.cc_hugo/projects/2008/my-website/ Disallow: /blog/2020/my-new-hugo-page/
Disallow: /vrifox.cc_hugo/blog/ Disallow: /tags/
Disallow: /vrifox.cc_hugo/blog/2020/my-new-hugo-page/ Disallow: /tags/website/
Disallow: /vrifox.cc_hugo/tags/ Disallow: /projects/
Disallow: /vrifox.cc_hugo/tags/website/ Disallow: /projects/2008/my-website/
Disallow: /vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/ Disallow: /blog/2020/graphic-for-natenoms-blog/
Disallow: /vrifox.cc_hugo/categories/ Disallow: /categories/
Disallow: /vrifox.cc_hugo/tags/graphic/ Disallow: /tags/graphic/
Disallow: /vrifox.cc_hugo/tags/natenom/ Disallow: /tags/natenom/
Disallow: /vrifox.cc_hugo/categories/natenomsblog/ Disallow: /categories/natenomsblog/
Disallow: /vrifox.cc_hugo/projects/2015/natenoms-blog/ Disallow: /projects/2015/natenoms-blog/
Disallow: /vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/ Disallow: /projects/2018/gitea-theme-vrifox-2018/
Disallow: /vrifox.cc_hugo/projects/2017/mmm-dark/ Disallow: /projects/2017/mmm-dark/
Disallow: /vrifox.cc_hugo/projects/2014/omega-for-mumble/ Disallow: /projects/2014/omega-for-mumble/
Disallow: /vrifox.cc_hugo/projects/2015/simpleblog/ Disallow: /projects/2015/simpleblog/
Disallow: /projects/2013/cursors/

View file

@ -3,88 +3,93 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/</loc> <loc>https://vrifox.cc/blog/</loc>
<lastmod>2020-09-20T20:51:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/</loc>
<lastmod>2020-09-20T20:51:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/blog/2020/my-new-hugo-page/</loc>
<lastmod>2020-09-20T20:51:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/tags/</loc>
<lastmod>2020-09-20T20:51:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/tags/website/</loc>
<lastmod>2020-09-20T20:51:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/projects/</loc>
<lastmod>2020-09-10T14:27:00+02:00</lastmod> <lastmod>2020-09-10T14:27:00+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/</loc> <loc>https://vrifox.cc/projects/2008/my-website/</loc>
<lastmod>2020-09-10T14:27:00+02:00</lastmod> <lastmod>2020-09-10T14:27:00+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/</loc> <loc>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</loc>
<lastmod>2020-09-10T14:27:00+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/vrifox.cc_hugo/blog/</loc>
<lastmod>2020-09-09T19:59:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</loc>
<lastmod>2020-09-09T19:59:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/vrifox.cc_hugo/tags/</loc>
<lastmod>2020-09-09T19:59:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/vrifox.cc_hugo/tags/website/</loc>
<lastmod>2020-09-09T19:59:31+02:00</lastmod>
</url>
<url>
<loc>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</loc>
<lastmod>2020-08-29T12:12:53+02:00</lastmod> <lastmod>2020-08-29T12:12:53+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/categories/</loc> <loc>https://vrifox.cc/categories/</loc>
<lastmod>2020-08-29T12:12:53+02:00</lastmod> <lastmod>2020-08-29T12:12:53+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/tags/graphic/</loc> <loc>https://vrifox.cc/tags/graphic/</loc>
<lastmod>2020-08-29T12:12:53+02:00</lastmod> <lastmod>2020-08-29T12:12:53+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/tags/natenom/</loc> <loc>https://vrifox.cc/tags/natenom/</loc>
<lastmod>2020-08-29T12:12:53+02:00</lastmod> <lastmod>2020-08-29T12:12:53+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/categories/natenomsblog/</loc> <loc>https://vrifox.cc/categories/natenomsblog/</loc>
<lastmod>2020-08-29T12:12:53+02:00</lastmod> <lastmod>2020-08-29T12:12:53+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/</loc> <loc>https://vrifox.cc/projects/2015/natenoms-blog/</loc>
<lastmod>2020-08-20T12:00:00+02:00</lastmod> <lastmod>2020-08-20T12:00:00+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/</loc> <loc>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</loc>
<lastmod>2019-06-09T12:00:00+02:00</lastmod> <lastmod>2019-06-09T12:00:00+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/</loc> <loc>https://vrifox.cc/projects/2017/mmm-dark/</loc>
<lastmod>2017-01-01T12:00:00+02:00</lastmod> <lastmod>2017-01-01T12:00:00+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/</loc> <loc>https://vrifox.cc/projects/2014/omega-for-mumble/</loc>
<lastmod>2016-05-24T12:00:00+02:00</lastmod> <lastmod>2016-05-24T12:00:00+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/</loc> <loc>https://vrifox.cc/projects/2015/simpleblog/</loc>
<lastmod>2015-09-29T12:00:00+02:00</lastmod> <lastmod>2015-09-29T12:00:00+02:00</lastmod>
</url> </url>
<url>
<loc>https://vrifox.cc/projects/2013/cursors/</loc>
<lastmod>2013-07-06T12:00:00+02:00</lastmod>
</url>
</urlset> </urlset>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,13 +61,13 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/"> <a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
<article> <article>
<h1>A »new« graphic for Natenoms blog</h1> <h1>A »new« graphic for Natenoms blog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
</article> </article>
</a> </a>
@ -78,32 +78,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>graphic on vrifox.cc</title> <title>graphic on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/graphic/</link> <link>https://vrifox.cc/tags/graphic/</link>
<description>Recent content in graphic on vrifox.cc</description> <description>Recent content in graphic on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/tags/graphic/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/tags/graphic/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>A »new« graphic for Natenoms blog</title> <title>A »new« graphic for Natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</link> <link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</guid> <guid>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</guid>
<description>I did make a new iteration of this graphic for Natenoms Blog.</description> <description>I did make a new iteration of this graphic for Natenoms Blog.</description>
</item> </item>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,16 +61,16 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/tags/website/"> <a href="https://vrifox.cc/tags/website/">
<article> <article>
<h1>website</h1> <h1>website</h1>
<p class="meta" title="9 Sep 2020, 19:59 CEST"><span class="date">9 September 2020</span> <span class="author">by </span></p> <p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by </span></p>
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/tags/graphic/"> <a href="https://vrifox.cc/tags/graphic/">
<article> <article>
<h1>graphic</h1> <h1>graphic</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by </span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by </span></p>
@ -79,7 +79,7 @@
</article> </article>
</a> </a>
<a href="https://vrifox.cc/vrifox.cc_hugo/tags/natenom/"> <a href="https://vrifox.cc/tags/natenom/">
<article> <article>
<h1>natenom</h1> <h1>natenom</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by </span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by </span></p>
@ -94,32 +94,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,35 +2,35 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Tags on vrifox.cc</title> <title>Tags on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/</link> <link>https://vrifox.cc/tags/</link>
<description>Recent content in Tags on vrifox.cc</description> <description>Recent content in Tags on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Wed, 09 Sep 2020 19:59:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/tags/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sun, 20 Sep 2020 20:51:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/tags/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>website</title> <title>website</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/website/</link> <link>https://vrifox.cc/tags/website/</link>
<pubDate>Wed, 09 Sep 2020 19:59:31 +0200</pubDate> <pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/tags/website/</guid> <guid>https://vrifox.cc/tags/website/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>graphic</title> <title>graphic</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/graphic/</link> <link>https://vrifox.cc/tags/graphic/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/tags/graphic/</guid> <guid>https://vrifox.cc/tags/graphic/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>natenom</title> <title>natenom</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/natenom/</link> <link>https://vrifox.cc/tags/natenom/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/tags/natenom/</guid> <guid>https://vrifox.cc/tags/natenom/</guid>
<description></description> <description></description>
</item> </item>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,13 +61,13 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/"> <a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
<article> <article>
<h1>A »new« graphic for Natenoms blog</h1> <h1>A »new« graphic for Natenoms blog</h1>
<p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="29 Aug 2020, 12:12 CEST"><span class="date">29 August 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png"> <img src="/upload/2020/08/fahrradteile-v2-1.png">
</article> </article>
</a> </a>
@ -78,32 +78,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>natenom on vrifox.cc</title> <title>natenom on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/natenom/</link> <link>https://vrifox.cc/tags/natenom/</link>
<description>Recent content in natenom on vrifox.cc</description> <description>Recent content in natenom on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/tags/natenom/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sat, 29 Aug 2020 12:12:53 +0200</lastBuildDate><atom:link href="https://vrifox.cc/tags/natenom/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>A »new« graphic for Natenoms blog</title> <title>A »new« graphic for Natenoms blog</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</link> <link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate> <pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/graphic-for-natenoms-blog/</guid> <guid>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</guid>
<description>I did make a new iteration of this graphic for Natenoms Blog.</description> <description>I did make a new iteration of this graphic for Natenoms Blog.</description>
</item> </item>

View file

@ -7,32 +7,32 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://vrifox.cc/scss/_default/list.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<nav> <nav>
<div class="container"> <div class="container">
<section class="website-name"> <section class="website-name">
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a> <a href="https://vrifox.cc/">Vrifox</a>
</section> </section>
<section class="website-nav"> <section class="website-nav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="/blog">
<span>Blog</span> <span>blog</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="/projects">
<span>Projects</span> <span>projects</span>
</a> </a>
</li> </li>
@ -41,7 +41,7 @@
<li> <li>
<a href="https://social.anoxinon.de/@vrifox"> <a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span> <span>mastodon</span>
</a> </a>
</li> </li>
@ -61,13 +61,13 @@
</section> </section>
<section class="section-articles"> <section class="section-articles">
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/"> <a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
<article> <article>
<h1>My New Hugo Page</h1> <h1>My new hugo page</h1>
<p class="meta" title="9 Sep 2020, 19:59 CEST"><span class="date">9 September 2020</span> <span class="author">by Vrifox</span></p> <p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by Vrifox</span></p>
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc-2020-09.png"> <img src="/upload/2020/09/vrifox.cc-2020-09.png">
</article> </article>
</a> </a>
@ -78,32 +78,23 @@
<footer> <footer>
<div class="container"> <div class="container">
<section class="website-version"> <section class="website-version">
<span>version 2020-09</span> <span>version 2020-09-20</span>
</section> </section>
<section class="website-subnav"> <section class="website-subnav">
<ul> <ul>
<li> <li>
<a href="/vrifox.cc_hugo/blog"> <a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
<span>Blog</span> <span>feed (rss)</span>
</a> </a>
</li> </li>
<li> <li>
<a href="/vrifox.cc_hugo/projects"> <a href="https://git.vrifox.cc/vrifox/cursors">
<span>Projects</span> <span>source code</span>
</a>
</li>
<li>|</li>
<li>
<a href="https://social.anoxinon.de/@vrifox">
<span>Mastodon</span>
</a> </a>
</li> </li>

View file

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>website on vrifox.cc</title> <title>website on vrifox.cc</title>
<link>https://vrifox.cc/vrifox.cc_hugo/tags/website/</link> <link>https://vrifox.cc/tags/website/</link>
<description>Recent content in website on vrifox.cc</description> <description>Recent content in website on vrifox.cc</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Wed, 09 Sep 2020 19:59:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/vrifox.cc_hugo/tags/website/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sun, 20 Sep 2020 20:51:31 +0200</lastBuildDate><atom:link href="https://vrifox.cc/tags/website/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>My New Hugo Page</title> <title>My new hugo page</title>
<link>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</link> <link>https://vrifox.cc/blog/2020/my-new-hugo-page/</link>
<pubDate>Wed, 09 Sep 2020 19:59:31 +0200</pubDate> <pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
<guid>https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/</guid> <guid>https://vrifox.cc/blog/2020/my-new-hugo-page/</guid>
<description>In the past weeks I learned hugo by just using it. <description>In the past weeks I learned hugo by just using it.
And this page is the first result.</description> And this page is the first result.</description>
</item> </item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -3,7 +3,6 @@
a { a {
color: #ff8282; color: #ff8282;
font-style: italic;
text-decoration: none; } text-decoration: none; }
a:hover { a:hover {
@ -23,99 +22,90 @@ body {
nav { nav {
background: #3c3c5a; } background: #3c3c5a; }
nav .container {
nav > .container { display: flex;
display: flex; align-items: center; }
align-items: center; } nav .container .website-name a {
color: whitesmoke;
.website-name a { text-decoration: none;
color: whitesmoke; background: #ff8282;
text-decoration: none; padding: 5px 10px;
background: #ff8282; border-radius: 20px;
padding: 5px 10px; text-shadow: #ff6464 2px 2px; }
border-radius: 20px; nav .container .website-nav {
text-shadow: #ff6464 2px 2px; } margin-left: auto; }
nav .container .website-nav ul {
.website-nav { display: flex;
margin-left: auto; } padding: 0; }
nav .container .website-nav li {
.website-nav ul { list-style-type: none;
display: flex; padding: 10px;
padding: 0; } padding-left: 20px; }
nav .container .website-nav a {
.website-nav li { color: whitesmoke;
list-style-type: none; text-decoration: none; }
padding: 10px;
padding-left: 20px; }
.website-nav a {
color: whitesmoke;
text-decoration: none; }
footer { footer {
background: #1e1e2d; background: #1e1e2d;
color: #c8c8e6; color: #c8c8e6;
margin-top: 100px; } margin-top: 100px; }
footer .container {
footer > .container { display: flex;
display: flex; align-items: center; }
align-items: center; }
.website-subnav { .website-subnav {
margin-left: auto; } margin-left: auto; }
.website-subnav ul {
.website-subnav ul { display: flex;
display: flex; padding: 0; }
padding: 0; } .website-subnav li {
list-style-type: none;
.website-subnav li { padding: 10px;
list-style-type: none; padding-left: 20px; }
padding: 10px; .website-subnav a {
padding-left: 20px; } color: #c8c8e6; }
.website-subnav a {
color: #c8c8e6; }
header { header {
text-align: center; text-align: center;
margin: 100px 0; } margin: 100px 0; }
header h1 {
header h1 { font-size: 2em; }
font-size: 2em; }
.section-articles { .section-articles {
margin: 20px 0; margin: 20px 0;
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
grid-gap: 1rem; } grid-gap: 1rem; }
.section-articles a {
.section-articles article { color: white;
background: #3c3c5a; text-decoration: none; }
color: white; .section-articles article {
padding: 20px; background: #3c3c5a;
border-radius: 5px; color: white;
display: flex; padding: 20px;
flex-flow: column; border-radius: 5px;
height: max-content; } display: flex;
flex-flow: column;
.section-articles article img { height: max-content;
order: -1; transition: background .2s; }
max-width: calc(100% + 40px); .section-articles article img {
border-radius: 5px; order: -1;
margin: -20px -20px 20px -20px; } max-width: calc(100% + 40px);
border-radius: 5px;
.section-articles article h1 { margin: -20px -20px 20px -20px;
margin-top: 0px; } background: #505078;
object-fit: cover;
.section-articles article a { max-height: 250px; }
color: white; } .section-articles article h1 {
margin-top: 0px; }
.section-articles article a:hover { .section-articles article a {
text-decoration: underline; } color: white; }
.section-articles article a:hover {
.section-articles article > .meta { text-decoration: underline; }
margin: 0; } .section-articles article .meta {
margin: 0; }
.section-articles article .author { .section-articles article .author {
font-style: italic; font-style: italic;
color: #c8c8e6; } color: #c8c8e6; }
.section-articles article:hover {
background: #464669; }

View file

@ -3,7 +3,6 @@
a { a {
color: #ff8282; color: #ff8282;
font-style: italic;
text-decoration: none; } text-decoration: none; }
a:hover { a:hover {
@ -23,73 +22,67 @@ body {
nav { nav {
background: #3c3c5a; } background: #3c3c5a; }
nav .container {
nav > .container { display: flex;
display: flex; align-items: center; }
align-items: center; } nav .container .website-name a {
color: whitesmoke;
.website-name a { text-decoration: none;
color: whitesmoke; background: #ff8282;
text-decoration: none; padding: 5px 10px;
background: #ff8282; border-radius: 20px;
padding: 5px 10px; text-shadow: #ff6464 2px 2px; }
border-radius: 20px; nav .container .website-nav {
text-shadow: #ff6464 2px 2px; } margin-left: auto; }
nav .container .website-nav ul {
.website-nav { display: flex;
margin-left: auto; } padding: 0; }
nav .container .website-nav li {
.website-nav ul { list-style-type: none;
display: flex; padding: 10px;
padding: 0; } padding-left: 20px; }
nav .container .website-nav a {
.website-nav li { color: whitesmoke;
list-style-type: none; text-decoration: none; }
padding: 10px;
padding-left: 20px; }
.website-nav a {
color: whitesmoke;
text-decoration: none; }
footer {
background: #1e1e2d;
color: #c8c8e6;
margin-top: 100px; }
footer > .container {
display: flex;
align-items: center; }
.website-subnav {
margin-left: auto; }
.website-subnav ul {
display: flex;
padding: 0; }
.website-subnav li {
list-style-type: none;
padding: 10px;
padding-left: 20px; }
.website-subnav a {
color: #c8c8e6; }
.section-article article { .section-article article {
max-width: calc(100% / 3 * 2); max-width: calc(100% / 3 * 2);
margin: 80px auto; } margin: 80px auto; }
.section-article article .meta {
.section-article article .meta { color: #b4b4dc; }
color: #b4b4dc; } .section-article article .title {
font-size: 2em;
.section-article article > .title { margin-top: 20px; }
font-size: 2em; .section-article article img {
margin-top: 20px; } max-width: 100%;
margin-bottom: 15px;
.section-article article img { border-radius: 5px; }
max-width: 100%; .section-article article a {
margin-bottom: 15px; } color: #ff8282;
transition: background .2s, color .2s;
margin: -5px -10px;
padding: 5px 10px;
border-radius: 5px; }
.section-article article a:hover {
background: #ff8282;
color: #fff0f0;
text-decoration: none; }
.section-article article aside {
margin-top: 80px; }
.section-article article aside .tags {
display: flex;
list-style: none;
margin-left: -10px;
padding: 0; }
.section-article article aside .tags li {
background: #3c3c5a;
padding: 5px 10px;
border-radius: 5px;
margin-left: 10px; }
.section-article article aside .tags li a {
color: #b4b4dc; }
.section-article article aside .tags li a:hover {
background: #464669; }
.section-articles { .section-articles {
margin: 20px auto; margin: 20px auto;
@ -97,34 +90,56 @@ footer > .container {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
grid-gap: 1rem; grid-gap: 1rem;
max-width: calc(100% / 3 * 2); } max-width: calc(100% / 3 * 2); }
.section-articles a {
color: white;
text-decoration: none; }
.section-articles article {
background: #3c3c5a;
color: white;
padding: 20px;
border-radius: 5px;
display: flex;
flex-flow: column;
height: max-content;
transition: background .2s; }
.section-articles article img {
order: -1;
max-width: calc(100% + 40px);
border-radius: 5px;
margin: -20px -20px 20px -20px;
background: #505078;
object-fit: cover;
max-height: 170px; }
.section-articles article h1 {
margin-top: 0px; }
.section-articles article a {
color: white; }
.section-articles article a:hover {
text-decoration: underline; }
.section-articles article .meta {
margin: 0; }
.section-articles article .author {
font-style: italic;
color: #c8c8e6; }
.section-articles article:hover {
background: #464669; }
.section-articles article { footer {
background: #3c3c5a; background: #1e1e2d;
color: white; color: #c8c8e6;
padding: 20px; margin-top: 100px; }
border-radius: 5px; footer .container {
display: flex; display: flex;
flex-flow: column; align-items: center; }
height: max-content; }
.section-articles article img { .website-subnav {
order: -1; margin-left: auto; }
max-width: calc(100% + 40px); .website-subnav ul {
border-radius: 5px; display: flex;
margin: -20px -20px 20px -20px; } padding: 0; }
.website-subnav li {
.section-articles article h1 { list-style-type: none;
margin-top: 0px; } padding: 10px;
padding-left: 20px; }
.section-articles article a { .website-subnav a {
color: white; } color: #c8c8e6; }
.section-articles article a:hover {
text-decoration: underline; }
.section-articles article > .meta {
margin: 0; }
.section-articles article .author {
font-style: italic;
color: #c8c8e6; }

View file

@ -3,7 +3,6 @@
a { a {
color: #ff8282; color: #ff8282;
font-style: italic;
text-decoration: none; } text-decoration: none; }
a:hover { a:hover {
@ -23,132 +22,124 @@ body {
nav { nav {
background: #3c3c5a; } background: #3c3c5a; }
nav .container {
nav > .container { display: flex;
display: flex; align-items: center; }
align-items: center; } nav .container .website-name a {
color: whitesmoke;
.website-name a { text-decoration: none;
color: whitesmoke; background: #ff8282;
text-decoration: none; padding: 5px 10px;
background: #ff8282; border-radius: 20px;
padding: 5px 10px; text-shadow: #ff6464 2px 2px; }
border-radius: 20px; nav .container .website-nav {
text-shadow: #ff6464 2px 2px; } margin-left: auto; }
nav .container .website-nav ul {
.website-nav { display: flex;
margin-left: auto; } padding: 0; }
nav .container .website-nav li {
.website-nav ul { list-style-type: none;
display: flex; padding: 10px;
padding: 0; } padding-left: 20px; }
nav .container .website-nav a {
.website-nav li { color: whitesmoke;
list-style-type: none; text-decoration: none; }
padding: 10px;
padding-left: 20px; }
.website-nav a {
color: whitesmoke;
text-decoration: none; }
footer {
background: #1e1e2d;
color: #c8c8e6;
margin-top: 100px; }
footer > .container {
display: flex;
align-items: center; }
.website-subnav {
margin-left: auto; }
.website-subnav ul {
display: flex;
padding: 0; }
.website-subnav li {
list-style-type: none;
padding: 10px;
padding-left: 20px; }
.website-subnav a {
color: #c8c8e6; }
header { header {
text-align: center; text-align: center;
margin: 150px 0; } margin: 150px 0; }
header h1 {
header h1 { font-size: 2em; }
font-size: 2em; }
.section-articles { .section-articles {
margin: 20px 0; margin: 20px 0;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(2, 1fr);
grid-gap: 1rem; } grid-gap: 1rem; }
.section-articles a {
.section-articles article { color: white;
background: #3c3c5a; text-decoration: none; }
color: white; .section-articles article {
padding: 20px; background: #3c3c5a;
border-radius: 5px; color: white;
display: flex; padding: 20px;
flex-flow: column; border-radius: 5px;
height: max-content; } display: grid;
height: max-content;
.section-articles article img { grid-template-columns: 120px 1fr;
order: -1; grid-template-areas: "img h1" "img p";
max-width: calc(100% + 40px); transition: background .2s; }
border-radius: 5px; .section-articles article img {
margin: -20px -20px 20px -20px; } object-fit: cover;
height: 180px;
.section-articles article h1 { width: 120px;
margin-top: 0px; } border-radius: 5px;
border: 0px solid #28283c;
.section-articles article a { grid-area: img;
color: white; } margin: -20px; }
.section-articles article h1 {
.section-articles article a:hover { margin: 0px;
text-decoration: underline; } grid-area: h1; }
.section-articles article .meta {
.section-articles article > .meta { margin: 0;
margin: 0; } grid-area: p; }
.section-articles article .author {
.section-articles article .author { font-style: italic;
font-style: italic; color: #c8c8e6; }
color: #c8c8e6; } .section-articles article:hover {
background: #464669; }
.section-projects { .section-projects {
margin: 20px 0; margin: 20px 0;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem; } grid-gap: 1rem; }
.section-projects a {
color: white;
text-decoration: none; }
.section-projects article {
background: #3c3c5a;
color: white;
padding: 20px;
border-radius: 5px;
display: flex;
flex-flow: column;
height: max-content;
transition: background .2s; }
.section-projects article img {
order: -1;
max-width: calc(100% + 40px);
border-radius: 5px;
margin: -20px -20px 20px -20px;
background: #505078;
object-fit: cover;
max-height: 170px; }
.section-projects article h1 {
margin-top: 0; }
.section-projects article .meta {
margin: 0; }
.section-projects article .status {
font-style: italic;
color: #c8c8e6; }
.section-projects article:hover {
background: #464669; }
.section-projects article { footer {
background: #3c3c5a; background: #1e1e2d;
color: white; color: #c8c8e6;
padding: 20px; margin-top: 100px; }
border-radius: 5px; footer .container {
display: flex; display: flex;
flex-flow: column; align-items: center; }
max-width: 562px;
height: max-content; }
.section-projects article img { .website-subnav {
order: -1; margin-left: auto; }
max-width: calc(100% + 40px); .website-subnav ul {
border-radius: 5px; display: flex;
margin: -20px -20px 20px -20px; padding: 0; }
background: #505078; } .website-subnav li {
list-style-type: none;
.section-projects article h1 { padding: 10px;
margin-top: 0; } padding-left: 20px; }
.website-subnav a {
.section-projects article > .meta { color: #c8c8e6; }
margin: 0; }
.section-projects article .status {
font-style: italic;
color: #c8c8e6; }

View file

@ -3,7 +3,6 @@
a { a {
color: #ff8282; color: #ff8282;
font-style: italic;
text-decoration: none; } text-decoration: none; }
a:hover { a:hover {
@ -23,95 +22,87 @@ body {
nav { nav {
background: #3c3c5a; } background: #3c3c5a; }
nav .container {
nav > .container { display: flex;
display: flex; align-items: center; }
align-items: center; } nav .container .website-name a {
color: whitesmoke;
.website-name a { text-decoration: none;
color: whitesmoke; background: #ff8282;
text-decoration: none; padding: 5px 10px;
background: #ff8282; border-radius: 20px;
padding: 5px 10px; text-shadow: #ff6464 2px 2px; }
border-radius: 20px; nav .container .website-nav {
text-shadow: #ff6464 2px 2px; } margin-left: auto; }
nav .container .website-nav ul {
.website-nav { display: flex;
margin-left: auto; } padding: 0; }
nav .container .website-nav li {
.website-nav ul { list-style-type: none;
display: flex; padding: 10px;
padding: 0; } padding-left: 20px; }
nav .container .website-nav a {
.website-nav li { color: whitesmoke;
list-style-type: none; text-decoration: none; }
padding: 10px;
padding-left: 20px; }
.website-nav a {
color: whitesmoke;
text-decoration: none; }
footer {
background: #1e1e2d;
color: #c8c8e6;
margin-top: 100px; }
footer > .container {
display: flex;
align-items: center; }
.website-subnav {
margin-left: auto; }
.website-subnav ul {
display: flex;
padding: 0; }
.website-subnav li {
list-style-type: none;
padding: 10px;
padding-left: 20px; }
.website-subnav a {
color: #c8c8e6; }
header { header {
text-align: center; text-align: center;
margin: 100px 0; } margin: 100px 0; }
header h1 {
header h1 { font-size: 2em; }
font-size: 2em; }
.section-articles { .section-articles {
margin: 20px 0; margin: 20px 0;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem; } grid-gap: 1rem; }
.section-articles a {
color: white;
text-decoration: none; }
.section-articles article {
background: #3c3c5a;
color: white;
padding: 20px;
border-radius: 5px;
display: flex;
flex-flow: column;
max-width: 562px;
height: max-content;
transition: background .2s; }
.section-articles article img {
order: -1;
max-width: calc(100% + 40px);
border-radius: 5px;
margin: -20px -20px 20px -20px;
background: #505078;
object-fit: cover;
max-height: 170px; }
.section-articles article h1 {
margin-top: 0; }
.section-articles article p {
margin: 0; }
.section-articles article .status {
font-style: italic;
color: #c8c8e6; }
.section-articles article:hover {
background: #464669; }
.section-articles article { footer {
background: #3c3c5a; background: #1e1e2d;
color: white; color: #c8c8e6;
padding: 20px; margin-top: 100px; }
border-radius: 5px; footer .container {
display: flex; display: flex;
flex-flow: column; align-items: center; }
max-width: 562px;
height: max-content; }
.section-articles article img { .website-subnav {
order: -1; margin-left: auto; }
max-width: calc(100% + 40px); .website-subnav ul {
border-radius: 5px; display: flex;
margin: -20px -20px 20px -20px; padding: 0; }
background: #505078; } .website-subnav li {
list-style-type: none;
.section-articles article h1 { padding: 10px;
margin-top: 0; } padding-left: 20px; }
.website-subnav a {
.section-articles article p { color: #c8c8e6; }
margin: 0; }
.section-articles article .status {
font-style: italic;
color: #c8c8e6; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB