82 lines
2.4 KiB
HTML
82 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html class="no-js" lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Init: Hugo Edition - This is Zoness?!</title>
|
|
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
|
|
<meta name="description" content="">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
|
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
</head>
|
|
<body class="body">
|
|
<div class="container container--outer">
|
|
<header class="header">
|
|
<div class="container header__container">
|
|
|
|
<div class="logo">
|
|
<a class="logo__link" href="/" title="This is Zoness?!" rel="home">
|
|
<div class="logo__item logo__text">
|
|
<div class="logo__title">This is Zoness?!</div>
|
|
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="divider"></div>
|
|
</div>
|
|
</header>
|
|
<div class="wrapper flex">
|
|
<div class="primary">
|
|
|
|
<main class="main" role="main">
|
|
<article class="post">
|
|
<header class="post__header">
|
|
<h1 class="post__title">Init: Hugo Edition</h1>
|
|
|
|
</header>
|
|
<div class="content post__content clearfix">
|
|
<p>Yo I am trying out Hugo as a replacement for Wordpress! Content will be restored as I figure out ways to port it.</p>
|
|
|
|
</div>
|
|
</article>
|
|
</main>
|
|
|
|
<div class="authorbox clearfix">
|
|
<figure class="authorbox__avatar">
|
|
<img alt="Zoness avatar" src="/images/avatar.png" class="avatar" height="90" width="90">
|
|
</figure>
|
|
<div class="authorbox__header">
|
|
<span class="authorbox__name">About Zoness</span>
|
|
</div>
|
|
<div class="authorbox__description">
|
|
Just a programmer writing stuff on the internet.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<footer class="footer">
|
|
<div class="container footer__container flex">
|
|
|
|
<div class="footer__copyright">
|
|
© 2023 This is Zoness?!.
|
|
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<script async defer src="/js/menu.js"></script>
|
|
</body>
|
|
</html> |