removed content-specific files + added them to .gitignore
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
/content/*
|
||||
/static/upload/*
|
||||
/public/*
|
||||
|
||||
deploy
|
||||
git-deploy
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<article>
|
||||
<p class="meta">
|
||||
<span title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">{{ .Date.Format "2. January 2006" }}</span>
|
||||
by
|
||||
{{ with .Params.author }}by{{ end }}
|
||||
<span>{{ .Params.author }}</span>
|
||||
</p>
|
||||
<h1 class="title">{{ .Title }}</h1>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<a href="{{ .Permalink }}">
|
||||
<article>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}"><span class="date">{{ .Date.Format "2 January 2006" }}</span> <span class="author">by {{ .Params.author }}</span></p>
|
||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}"><span class="date">{{ .Date.Format "2 January 2006" }}</span> <span class="author">{{ with .Params.author }}by{{ end}} {{ .Params.author }}</span></p>
|
||||
{{ with .Description }}
|
||||
<p>{{ . }}</p>
|
||||
{{ end }}
|
||||
|
@ -54,7 +54,7 @@
|
|||
<a href="{{ .Permalink }}">
|
||||
<article>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}"><span class="date">{{ .Date.Format "2 January 2006" }}</span> <span class="author">by {{ .Params.author }}</span></p>
|
||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}"><span class="date">{{ .Date.Format "2 January 2006" }}</span> <span class="author">{{ with .Params.author }}by{{ end }} {{ .Params.author }}</span></p>
|
||||
{{ with .Description }}
|
||||
<p>{{ . }}</p>
|
||||
{{ end }}
|
||||
|
|
114
public/404.html
|
@ -1,114 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> 404 Page not found – 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/scss/index.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<article>
|
||||
<h1><a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">My new hugo page</a></h1>
|
||||
<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">
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="https://vrifox.cc/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,130 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> A »new« graphic for 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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="29 Aug 2020, 12:12 CEST">29. August 2020</span>
|
||||
by
|
||||
<span>Vrifox</span>
|
||||
</p>
|
||||
<h1 class="title">A »new« graphic for Natenoms blog</h1>
|
||||
|
||||
<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>
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
<ul class="tags">
|
||||
|
||||
<li> <a href="/tags/graphic">graphic</a> </li>
|
||||
|
||||
<li> <a href="/tags/natenom">natenom</a> </li>
|
||||
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
|
||||
<article>
|
||||
<h1>My new hugo page</h1>
|
||||
<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="/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,129 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> My new hugo page – 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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="20 Sep 2020, 20:51 CEST">20. September 2020</span>
|
||||
by
|
||||
<span>Vrifox</span>
|
||||
</p>
|
||||
<h1 class="title">My new hugo page</h1>
|
||||
|
||||
<img src="/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
|
||||
<p>In the past weeks I learned hugo by just using it.</p>
|
||||
<p>And this page is the first result.</p>
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
<ul class="tags">
|
||||
|
||||
<li> <a href="/tags/website">website</a> </li>
|
||||
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,118 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1>Blog</h1>
|
||||
<span class="subtitle">things, thoughts & toots</span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
|
||||
<article>
|
||||
<h1>My new hugo page</h1>
|
||||
<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="/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,30 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>vrifox.cc</title>
|
||||
<link>https://vrifox.cc/blog/</link>
|
||||
<description>Recent content on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>My new hugo page</title>
|
||||
<link>https://vrifox.cc/blog/2020/my-new-hugo-page/</link>
|
||||
<pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/blog/2020/my-new-hugo-page/</guid>
|
||||
<description>In the past weeks I learned hugo by just using it.
|
||||
And this page is the first result.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>A »new« graphic for Natenoms blog</title>
|
||||
<link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<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>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,105 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> Categories – 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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/categories/natenomsblog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/categories/</link>
|
||||
<description>Recent content in Categories on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>natenomsblog</title>
|
||||
<link>https://vrifox.cc/categories/natenomsblog/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/categories/natenomsblog/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,107 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> natenomsblog – 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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>natenomsblog on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/categories/natenomsblog/</link>
|
||||
<description>Recent content in natenomsblog on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>A »new« graphic for Natenoms blog</title>
|
||||
<link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<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>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Before Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 1.4 KiB |
|
@ -1,151 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.75.1" />
|
||||
<title> home – 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/scss/index.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1>hola i am vrifox</h1>
|
||||
<span class="subtitle">casual content creator</span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<h1>latest <a href="/blog">posts</a></h1>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
|
||||
<article>
|
||||
<h1>My new hugo page</h1>
|
||||
<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="/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
<h1>latest <a href="/projects">projects</a></h1>
|
||||
<section class="section-projects">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2008/my-website/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
<img src="/upload/2020/09/vrifox.cc_blank-2020-08.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
<img src="/upload/2018/11/blog.natenom.com.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
<img src="/upload/2020/01/gitea-theme.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,93 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>home on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/</link>
|
||||
<description>Recent content in home on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>My new hugo page</title>
|
||||
<link>https://vrifox.cc/blog/2020/my-new-hugo-page/</link>
|
||||
<pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/blog/2020/my-new-hugo-page/</guid>
|
||||
<description>In the past weeks I learned hugo by just using it.
|
||||
And this page is the first result.</description>
|
||||
</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>
|
||||
<title>A »new« graphic for Natenoms blog</title>
|
||||
<link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<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>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2015/natenoms-blog/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2018/gitea-theme-vrifox-2018/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2017/mmm-dark/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2014/omega-for-mumble/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/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>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,121 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="10 Sep 2020, 14:27 CEST">10. September 2020</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">my website</h1>
|
||||
|
||||
<img src="/upload/2020/09/vrifox.cc_blank-2020-08.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/natenoms-blog/">
|
||||
<article>
|
||||
<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="/upload/2018/11/blog.natenom.com.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,123 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="6 Jul 2013, 12:00 CEST">6. July 2013</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">cursors</h1>
|
||||
|
||||
<img src="/upload/2020/09/cursors-2013-0706-0001.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/simpleblog/">
|
||||
<article>
|
||||
<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="/upload/2020/09/simpleblog.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,134 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="24 May 2016, 12:00 CEST">24. May 2016</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">omega for mumble</h1>
|
||||
|
||||
<img src="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/simpleblog/">
|
||||
<article>
|
||||
<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="/upload/2020/09/simpleblog.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/projects/2017/mmm-dark/">
|
||||
<article>
|
||||
<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="/upload/2020/01/mmm-dark-mumble-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,132 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="20 Aug 2020, 12:00 CEST">20. August 2020</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">natenoms blog</h1>
|
||||
|
||||
<img src="/upload/2018/11/blog.natenom.com.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
|
||||
<article>
|
||||
<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="/upload/2020/01/gitea-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/projects/2008/my-website/">
|
||||
<article>
|
||||
<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="/upload/2020/09/vrifox.cc_blank-2020-08.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,132 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="29 Sep 2015, 12:00 CEST">29. September 2015</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">simpleblog</h1>
|
||||
|
||||
<img src="/upload/2020/09/simpleblog.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2013/cursors/">
|
||||
<article>
|
||||
<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="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,132 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="1 Jan 2017, 12:00 +0200">1. January 2017</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">mmm-dark</h1>
|
||||
|
||||
<img src="/upload/2020/01/mmm-dark-mumble-theme.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<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="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
|
||||
<article>
|
||||
<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="/upload/2020/01/gitea-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,132 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<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/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<section class="section-article">
|
||||
<article>
|
||||
<p class="meta">
|
||||
<span title="9 Jun 2019, 12:00 CEST">9. June 2019</span>
|
||||
by
|
||||
<span></span>
|
||||
</p>
|
||||
<h1 class="title">gitea-theme vrifox 2018</h1>
|
||||
|
||||
<img src="/upload/2020/01/gitea-theme.png">
|
||||
|
||||
|
||||
<aside class="meta">
|
||||
|
||||
|
||||
</aside>
|
||||
</article>
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2017/mmm-dark/">
|
||||
<article>
|
||||
<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="/upload/2020/01/mmm-dark-mumble-theme.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/natenoms-blog/">
|
||||
<article>
|
||||
<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="/upload/2018/11/blog.natenom.com.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,159 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>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/scss/projects/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1>Projects</h1>
|
||||
<span class="subtitle">Projects I started or contributed to – not necessarily finished – over the years.</span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/projects/2008/my-website/">
|
||||
<article>
|
||||
<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="/upload/2020/09/vrifox.cc_blank-2020-08.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/natenoms-blog/">
|
||||
<article>
|
||||
<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="/upload/2018/11/blog.natenom.com.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/">
|
||||
<article>
|
||||
<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="/upload/2020/01/gitea-theme.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2017/mmm-dark/">
|
||||
<article>
|
||||
<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="/upload/2020/01/mmm-dark-mumble-theme.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2014/omega-for-mumble/">
|
||||
<article>
|
||||
<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="/upload/2020/01/omega-for-mumble-theme.png">
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/projects/2015/simpleblog/">
|
||||
<article>
|
||||
<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="/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>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,74 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>vrifox.cc</title>
|
||||
<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/projects/index.xml" rel="self" type="application/rss+xml" />
|
||||
<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>
|
||||
<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/projects/2015/natenoms-blog/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2018/gitea-theme-vrifox-2018/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2017/mmm-dark/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/projects/2014/omega-for-mumble/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<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/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>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,39 +0,0 @@
|
|||
User-agent: *
|
||||
|
||||
|
||||
Disallow: /blog/
|
||||
|
||||
Disallow: /
|
||||
|
||||
Disallow: /blog/2020/my-new-hugo-page/
|
||||
|
||||
Disallow: /tags/
|
||||
|
||||
Disallow: /tags/website/
|
||||
|
||||
Disallow: /projects/
|
||||
|
||||
Disallow: /projects/2008/my-website/
|
||||
|
||||
Disallow: /blog/2020/graphic-for-natenoms-blog/
|
||||
|
||||
Disallow: /categories/
|
||||
|
||||
Disallow: /tags/graphic/
|
||||
|
||||
Disallow: /tags/natenom/
|
||||
|
||||
Disallow: /categories/natenomsblog/
|
||||
|
||||
Disallow: /projects/2015/natenoms-blog/
|
||||
|
||||
Disallow: /projects/2018/gitea-theme-vrifox-2018/
|
||||
|
||||
Disallow: /projects/2017/mmm-dark/
|
||||
|
||||
Disallow: /projects/2014/omega-for-mumble/
|
||||
|
||||
Disallow: /projects/2015/simpleblog/
|
||||
|
||||
Disallow: /projects/2013/cursors/
|
||||
|
|
@ -1,111 +0,0 @@
|
|||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
a {
|
||||
color: #ff8282;
|
||||
text-decoration: none; }
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
body {
|
||||
background: #28283c;
|
||||
color: #f0f0ff;
|
||||
margin: 0;
|
||||
font-family: Monaco, Lucida Console, monospace;
|
||||
display: grid; }
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 1140px;
|
||||
margin: 0 auto; }
|
||||
|
||||
nav {
|
||||
background: #3c3c5a; }
|
||||
nav .container {
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
nav .container .website-name a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none;
|
||||
background: #ff8282;
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
text-shadow: #ff6464 2px 2px; }
|
||||
nav .container .website-nav {
|
||||
margin-left: auto; }
|
||||
nav .container .website-nav ul {
|
||||
display: flex;
|
||||
padding: 0; }
|
||||
nav .container .website-nav li {
|
||||
list-style-type: none;
|
||||
padding: 10px;
|
||||
padding-left: 20px; }
|
||||
nav .container .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 {
|
||||
text-align: center;
|
||||
margin: 100px 0; }
|
||||
header h1 {
|
||||
font-size: 2em; }
|
||||
|
||||
.section-articles {
|
||||
margin: 20px 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
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;
|
||||
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: 250px; }
|
||||
.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; }
|
|
@ -1,145 +0,0 @@
|
|||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
a {
|
||||
color: #ff8282;
|
||||
text-decoration: none; }
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
body {
|
||||
background: #28283c;
|
||||
color: #f0f0ff;
|
||||
margin: 0;
|
||||
font-family: Monaco, Lucida Console, monospace;
|
||||
display: grid; }
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 1140px;
|
||||
margin: 0 auto; }
|
||||
|
||||
nav {
|
||||
background: #3c3c5a; }
|
||||
nav .container {
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
nav .container .website-name a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none;
|
||||
background: #ff8282;
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
text-shadow: #ff6464 2px 2px; }
|
||||
nav .container .website-nav {
|
||||
margin-left: auto; }
|
||||
nav .container .website-nav ul {
|
||||
display: flex;
|
||||
padding: 0; }
|
||||
nav .container .website-nav li {
|
||||
list-style-type: none;
|
||||
padding: 10px;
|
||||
padding-left: 20px; }
|
||||
nav .container .website-nav a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none; }
|
||||
|
||||
.section-article article {
|
||||
max-width: calc(100% / 3 * 2);
|
||||
margin: 80px auto; }
|
||||
.section-article article .meta {
|
||||
color: #b4b4dc; }
|
||||
.section-article article .title {
|
||||
font-size: 2em;
|
||||
margin-top: 20px; }
|
||||
.section-article article img {
|
||||
max-width: 100%;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 5px; }
|
||||
.section-article article a {
|
||||
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 {
|
||||
margin: 20px auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-gap: 1rem;
|
||||
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; }
|
||||
|
||||
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; }
|
|
@ -1,145 +0,0 @@
|
|||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
a {
|
||||
color: #ff8282;
|
||||
text-decoration: none; }
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
body {
|
||||
background: #28283c;
|
||||
color: #f0f0ff;
|
||||
margin: 0;
|
||||
font-family: Monaco, Lucida Console, monospace;
|
||||
display: grid; }
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 1140px;
|
||||
margin: 0 auto; }
|
||||
|
||||
nav {
|
||||
background: #3c3c5a; }
|
||||
nav .container {
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
nav .container .website-name a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none;
|
||||
background: #ff8282;
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
text-shadow: #ff6464 2px 2px; }
|
||||
nav .container .website-nav {
|
||||
margin-left: auto; }
|
||||
nav .container .website-nav ul {
|
||||
display: flex;
|
||||
padding: 0; }
|
||||
nav .container .website-nav li {
|
||||
list-style-type: none;
|
||||
padding: 10px;
|
||||
padding-left: 20px; }
|
||||
nav .container .website-nav a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none; }
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin: 150px 0; }
|
||||
header h1 {
|
||||
font-size: 2em; }
|
||||
|
||||
.section-articles {
|
||||
margin: 20px 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-gap: 1rem; }
|
||||
.section-articles a {
|
||||
color: white;
|
||||
text-decoration: none; }
|
||||
.section-articles article {
|
||||
background: #3c3c5a;
|
||||
color: white;
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
display: grid;
|
||||
height: max-content;
|
||||
grid-template-columns: 120px 1fr;
|
||||
grid-template-areas: "img h1" "img p";
|
||||
transition: background .2s; }
|
||||
.section-articles article img {
|
||||
object-fit: cover;
|
||||
height: 180px;
|
||||
width: 120px;
|
||||
border-radius: 5px;
|
||||
border: 0px solid #28283c;
|
||||
grid-area: img;
|
||||
margin: -20px; }
|
||||
.section-articles article h1 {
|
||||
margin: 0px;
|
||||
grid-area: h1; }
|
||||
.section-articles article .meta {
|
||||
margin: 0;
|
||||
grid-area: p; }
|
||||
.section-articles article .author {
|
||||
font-style: italic;
|
||||
color: #c8c8e6; }
|
||||
.section-articles article:hover {
|
||||
background: #464669; }
|
||||
|
||||
.section-projects {
|
||||
margin: 20px 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
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; }
|
||||
|
||||
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; }
|
|
@ -1,108 +0,0 @@
|
|||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
a {
|
||||
color: #ff8282;
|
||||
text-decoration: none; }
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
body {
|
||||
background: #28283c;
|
||||
color: #f0f0ff;
|
||||
margin: 0;
|
||||
font-family: Monaco, Lucida Console, monospace;
|
||||
display: grid; }
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 1140px;
|
||||
margin: 0 auto; }
|
||||
|
||||
nav {
|
||||
background: #3c3c5a; }
|
||||
nav .container {
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
nav .container .website-name a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none;
|
||||
background: #ff8282;
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
text-shadow: #ff6464 2px 2px; }
|
||||
nav .container .website-nav {
|
||||
margin-left: auto; }
|
||||
nav .container .website-nav ul {
|
||||
display: flex;
|
||||
padding: 0; }
|
||||
nav .container .website-nav li {
|
||||
list-style-type: none;
|
||||
padding: 10px;
|
||||
padding-left: 20px; }
|
||||
nav .container .website-nav a {
|
||||
color: whitesmoke;
|
||||
text-decoration: none; }
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin: 100px 0; }
|
||||
header h1 {
|
||||
font-size: 2em; }
|
||||
|
||||
.section-articles {
|
||||
margin: 20px 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
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; }
|
||||
|
||||
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; }
|
|
@ -1,95 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<url>
|
||||
<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>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2008/my-website/</loc>
|
||||
<lastmod>2020-09-10T14:27:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</loc>
|
||||
<lastmod>2020-08-29T12:12:53+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/categories/</loc>
|
||||
<lastmod>2020-08-29T12:12:53+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/tags/graphic/</loc>
|
||||
<lastmod>2020-08-29T12:12:53+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/tags/natenom/</loc>
|
||||
<lastmod>2020-08-29T12:12:53+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/categories/natenomsblog/</loc>
|
||||
<lastmod>2020-08-29T12:12:53+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2015/natenoms-blog/</loc>
|
||||
<lastmod>2020-08-20T12:00:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2018/gitea-theme-vrifox-2018/</loc>
|
||||
<lastmod>2019-06-09T12:00:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2017/mmm-dark/</loc>
|
||||
<lastmod>2017-01-01T12:00:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2014/omega-for-mumble/</loc>
|
||||
<lastmod>2016-05-24T12:00:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2015/simpleblog/</loc>
|
||||
<lastmod>2015-09-29T12:00:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://vrifox.cc/projects/2013/cursors/</loc>
|
||||
<lastmod>2013-07-06T12:00:00+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
</urlset>
|
|
@ -1,107 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> graphic – 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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>graphic on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/tags/graphic/</link>
|
||||
<description>Recent content in graphic on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>A »new« graphic for Natenoms blog</title>
|
||||
<link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<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>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,123 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> Tags – 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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/tags/website/">
|
||||
<article>
|
||||
<h1>website</h1>
|
||||
<p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by </span></p>
|
||||
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/tags/graphic/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
<a href="https://vrifox.cc/tags/natenom/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,38 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/tags/</link>
|
||||
<description>Recent content in Tags on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>website</title>
|
||||
<link>https://vrifox.cc/tags/website/</link>
|
||||
<pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/tags/website/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>graphic</title>
|
||||
<link>https://vrifox.cc/tags/graphic/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/tags/graphic/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>natenom</title>
|
||||
<link>https://vrifox.cc/tags/natenom/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/tags/natenom/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,107 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> natenom – 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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/">
|
||||
<article>
|
||||
<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>
|
||||
|
||||
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>natenom on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/tags/natenom/</link>
|
||||
<description>Recent content in natenom on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>A »new« graphic for Natenoms blog</title>
|
||||
<link>https://vrifox.cc/blog/2020/graphic-for-natenoms-blog/</link>
|
||||
<pubDate>Sat, 29 Aug 2020 12:12:53 +0200</pubDate>
|
||||
|
||||
<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>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,107 +0,0 @@
|
|||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> 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/scss/_default/list.css" type="text/css" media="screen" />
|
||||
|
||||
<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</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/blog">
|
||||
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/projects">
|
||||
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<header>
|
||||
<h1></h1>
|
||||
<span class="subtitle"></span>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
<section class="section-articles">
|
||||
|
||||
<a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
|
||||
<article>
|
||||
<h1>My new hugo page</h1>
|
||||
<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="/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>website on vrifox.cc</title>
|
||||
<link>https://vrifox.cc/tags/website/</link>
|
||||
<description>Recent content in website on vrifox.cc</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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>
|
||||
<title>My new hugo page</title>
|
||||
<link>https://vrifox.cc/blog/2020/my-new-hugo-page/</link>
|
||||
<pubDate>Sun, 20 Sep 2020 20:51:31 +0200</pubDate>
|
||||
|
||||
<guid>https://vrifox.cc/blog/2020/my-new-hugo-page/</guid>
|
||||
<description>In the past weeks I learned hugo by just using it.
|
||||
And this page is the first result.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Before Width: | Height: | Size: 749 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 276 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 749 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 276 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 40 KiB |