mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Minor tweaks to the site homepage. Goofin' around.
This commit is contained in:
parent
b457f7a0ad
commit
a3ddafb3b6
@ -1,6 +1,7 @@
|
|||||||
baseURL = "http://wtfutil.com/"
|
baseURL = "http://wtfutil.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
publishDir = "../docs"
|
publishDir = "../docs"
|
||||||
|
sectionPagesMenu = "main"
|
||||||
theme = "hyde-hyde"
|
theme = "hyde-hyde"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container text-center sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about text-center">
|
<div class="sidebar-about text-center">
|
||||||
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
@ -47,34 +47,26 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="sidebar-nav">
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
|
||||||
</li>
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/"></a></li>
|
||||||
|
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/categories/">Categories</a></li>
|
||||||
|
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/configuration/">Configuration</a></li>
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/glossary/">Glossary</a></li>
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/">Posts</a></li>
|
||||||
|
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/tags/">Tags</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
<section class="row text-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<p class="copyright">© 2018 Chris Cummer.
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container text-center sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about text-center">
|
<div class="sidebar-about text-center">
|
||||||
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
@ -49,34 +49,16 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="sidebar-nav">
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
<section class="row text-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<p class="copyright">© 2018 Chris Cummer.
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container text-center sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about text-center">
|
<div class="sidebar-about text-center">
|
||||||
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
@ -48,45 +48,26 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="sidebar-nav">
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
|
||||||
</li>
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/configuration/">Configuration</a></li>
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/glossary/">Glossary</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
<section class="row text-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<p class="copyright">© 2018 Chris Cummer.
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<a href="/img/screenshot.png" target="_screenshot"><img src='/img/screenshot_sm.png' /></a>
|
<a href="/img/screenshot.png" target="_screenshot"><img src='/img/screenshot_sm.png' /></a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Close your browser tabs.
|
<span style="font-family: monospace; font-size: 1.5em;">WTF</span> is a personal information dashboard for your terminal, made for those who spend their days in the terminal.
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<strong>WTF</strong> is a personal information dashboard for your terminal, made for those who spend their days in the terminal.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -108,31 +89,6 @@
|
|||||||
*WTF is endorsed by absolutely none of the companies mentioned above.
|
*WTF is endorsed by absolutely none of the companies mentioned above.
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="posts">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post">
|
|
||||||
<h1 class="post-title"><a href="http://wtfutil.com/posts/glossary/">Glossary</a></h1>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post">
|
|
||||||
<h1 class="post-title"><a href="http://wtfutil.com/posts/configuration/">Configuration</a></h1>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container text-center sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about text-center">
|
<div class="sidebar-about text-center">
|
||||||
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
@ -47,34 +47,16 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="sidebar-nav">
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
<section class="row text-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<p class="copyright">© 2018 Chris Cummer.
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
|
106
docs/posts/glossary/index.html
Normal file
106
docs/posts/glossary/index.html
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us" class="wf-firasans-n4-active wf-active">
|
||||||
|
<head>
|
||||||
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- Enable responsiveness on mobile devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
|
<title>Glossary · </title>
|
||||||
|
<meta content="Glossary - " property="og:title">
|
||||||
|
<meta content=" - " property="og:description">
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i|Roboto+Mono:300,300i,400,400i" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/print.css" media="print">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/poole.css">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/hyde.css">
|
||||||
|
<!-- Font-Awesome -->
|
||||||
|
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
<!-- Customised CSS -->
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/custom.css">
|
||||||
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<!-- Icons -->
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
|
||||||
|
<link rel="shortcut icon" href="/favicon.png">
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="sidebar">
|
||||||
|
<div class="container sidebar-sticky">
|
||||||
|
<div class="sidebar-about text-center">
|
||||||
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
|
<p class="lead">
|
||||||
|
...is going on?
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content container">
|
||||||
|
<div class="post">
|
||||||
|
<h1>Glossary</h1>
|
||||||
|
|
||||||
|
<div class="col-sm-12 col-md-12">
|
||||||
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
|
<i class="fas fa-calendar-alt"></i> Apr 17, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<i class="fas fa-clock"></i> 1 min read
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 id="module">Module</h3>
|
||||||
|
|
||||||
|
<p>A discreet unit of data collection and display. A data interface
|
||||||
|
concept. A package inside the app.</p>
|
||||||
|
|
||||||
|
<p>Examples: New Relic, Git, Weather.</p>
|
||||||
|
|
||||||
|
<h3 id="widget">Widget</h3>
|
||||||
|
|
||||||
|
<p>The onscreen representation of a Module. The widget is responsible for
|
||||||
|
being the interface between the app and the data collection.</p>
|
||||||
|
|
||||||
|
<p>Widgets are defined by a required <code>widget.go</code> file in a Module.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -39,7 +39,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container text-center sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about text-center">
|
<div class="sidebar-about text-center">
|
||||||
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
@ -49,34 +49,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="sidebar-nav">
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
|
||||||
</li>
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/configuration/">Configuration</a></li>
|
||||||
|
<li style="font-size: 0.9em; margin: 0 0 0 12px;"><a href="http://wtfutil.com/posts/glossary/">Glossary</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
<section class="row text-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<p class="copyright">© 2018 Chris Cummer.
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container text-center sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about text-center">
|
<div class="sidebar-about text-center">
|
||||||
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
<a href="http://wtfutil.com/"><h1 class="brand"></h1></a>
|
||||||
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
@ -49,34 +49,16 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul class="sidebar-nav">
|
<h3 style="color: white;">Content</h3>
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
<section class="row text-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<p class="copyright">© 2018 Chris Cummer.
|
<p class="copyright">© 2018 Chris Cummer.
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.<br/>Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user