modified menus; added source code
This commit is contained in:
parent
c04f6c8301
commit
6aa76dd52a
37 changed files with 947 additions and 1080 deletions
|
@ -2,37 +2,37 @@
|
|||
|
||||
<html>
|
||||
<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 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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,9 +60,9 @@
|
|||
by
|
||||
<span></span>
|
||||
</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">
|
||||
|
@ -73,13 +73,13 @@
|
|||
</section>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png">
|
||||
<img src="/upload/2018/11/blog.natenom.com.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
@ -92,32 +92,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
<html>
|
||||
<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 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">
|
||||
</head>
|
||||
|
@ -16,23 +16,23 @@
|
|||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -57,35 +57,36 @@
|
|||
<article>
|
||||
<p class="meta">
|
||||
<span title="6 Jul 2013, 12:00 CEST">6. July 2013</span>
|
||||
by
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">Cursors</h1>
|
||||
<h1 class="title">cursors</h1>
|
||||
|
||||
<img src="/upload/2020/09/cursors-2013-0706-0001.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
<div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/">
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/simpleblog/">
|
||||
<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>A never finished idea.</p>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/09/simpleblog.png">
|
||||
<img src="/upload/2020/09/simpleblog.png">
|
||||
|
||||
</article>
|
||||
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
@ -93,34 +94,25 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2013-07-06</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
@ -2,37 +2,37 @@
|
|||
|
||||
<html>
|
||||
<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 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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,9 +60,9 @@
|
|||
by
|
||||
<span></span>
|
||||
</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">
|
||||
|
@ -73,27 +73,27 @@
|
|||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/">
|
||||
<a href="https://vrifox.cc/projects/2015/simpleblog/">
|
||||
<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>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/vrifox.cc_hugo/projects/2017/mmm-dark/">
|
||||
<a href="https://vrifox.cc/projects/2017/mmm-dark/">
|
||||
<article>
|
||||
<h1>MMM-Dark</h1>
|
||||
<h1>mmm-dark</h1>
|
||||
<p class="meta" title="1 Jan 2017, 12:00 +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>
|
||||
</a>
|
||||
|
@ -105,32 +105,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -2,37 +2,37 @@
|
|||
|
||||
<html>
|
||||
<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 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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,9 +60,9 @@
|
|||
by
|
||||
<span></span>
|
||||
</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">
|
||||
|
@ -73,25 +73,25 @@
|
|||
</section>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png">
|
||||
<img src="/upload/2020/01/gitea-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/">
|
||||
<a href="https://vrifox.cc/projects/2008/my-website/">
|
||||
<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>
|
||||
|
||||
|
||||
<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>
|
||||
</a>
|
||||
|
@ -103,32 +103,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -2,37 +2,37 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<title> Simpleblog – vrifox.cc</title>
|
||||
<title> simpleblog – vrifox.cc</title>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,9 +60,9 @@
|
|||
by
|
||||
<span></span>
|
||||
</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">
|
||||
|
@ -73,14 +73,25 @@
|
|||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/">
|
||||
<a href="https://vrifox.cc/projects/2013/cursors/">
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png">
|
||||
<img src="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
@ -92,32 +103,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -2,37 +2,37 @@
|
|||
|
||||
<html>
|
||||
<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 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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,9 +60,9 @@
|
|||
by
|
||||
<span></span>
|
||||
</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">
|
||||
|
@ -73,25 +73,25 @@
|
|||
</section>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png">
|
||||
<img src="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
|
||||
</article>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png">
|
||||
<img src="/upload/2020/01/gitea-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
@ -103,32 +103,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -2,37 +2,37 @@
|
|||
|
||||
<html>
|
||||
<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 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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -60,9 +60,9 @@
|
|||
by
|
||||
<span></span>
|
||||
</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">
|
||||
|
@ -73,25 +73,25 @@
|
|||
</section>
|
||||
<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>
|
||||
<h1>MMM-Dark</h1>
|
||||
<h1>mmm-dark</h1>
|
||||
<p class="meta" title="1 Jan 2017, 12:00 +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>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/">
|
||||
<a href="https://vrifox.cc/projects/2015/natenoms-blog/">
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png">
|
||||
<img src="/upload/2018/11/blog.natenom.com.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
@ -103,32 +103,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -7,32 +7,32 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -61,57 +61,66 @@
|
|||
</section>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/">
|
||||
<a href="https://vrifox.cc/projects/2015/natenoms-blog/">
|
||||
<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>
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2018/11/blog.natenom.com.png">
|
||||
<img src="/upload/2018/11/blog.natenom.com.png">
|
||||
</article>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/gitea-theme.png">
|
||||
<img src="/upload/2020/01/gitea-theme.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/">
|
||||
<a href="https://vrifox.cc/projects/2017/mmm-dark/">
|
||||
<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>
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/mmm-dark-mumble-theme.png">
|
||||
<img src="/upload/2020/01/mmm-dark-mumble-theme.png">
|
||||
</article>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/01/omega-for-mumble-theme.png">
|
||||
<img src="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/">
|
||||
<a href="https://vrifox.cc/projects/2015/simpleblog/">
|
||||
<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>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>
|
||||
</a>
|
||||
|
||||
|
@ -121,32 +130,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -2,62 +2,71 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<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>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<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>
|
||||
<title>My Website</title>
|
||||
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2008/my-website/</link>
|
||||
<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/vrifox.cc_hugo/projects/2008/my-website/</guid>
|
||||
<guid>https://vrifox.cc/projects/2008/my-website/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Natenoms Blog</title>
|
||||
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2015/natenoms-blog/</link>
|
||||
<title>natenoms blog</title>
|
||||
<link>https://vrifox.cc/projects/2015/natenoms-blog/</link>
|
||||
<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>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Gitea Theme Vrifox 2018</title>
|
||||
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2018/gitea-theme-vrifox-2018/</link>
|
||||
<title>gitea-theme vrifox 2018</title>
|
||||
<link>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</link>
|
||||
<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>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>MMM-Dark</title>
|
||||
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2017/mmm-dark/</link>
|
||||
<title>mmm-dark</title>
|
||||
<link>https://vrifox.cc/projects/2017/mmm-dark/</link>
|
||||
<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>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Omega for Mumble</title>
|
||||
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2014/omega-for-mumble/</link>
|
||||
<title>omega for mumble</title>
|
||||
<link>https://vrifox.cc/projects/2014/omega-for-mumble/</link>
|
||||
<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>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Simpleblog</title>
|
||||
<link>https://vrifox.cc/vrifox.cc_hugo/projects/2015/simpleblog/</link>
|
||||
<title>simpleblog</title>
|
||||
<link>https://vrifox.cc/projects/2015/simpleblog/</link>
|
||||
<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>
|
||||
</item>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue