mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-23 09:13:39 +02:00
Deploy pawroman/zola-theme-terminimal to pawroman/zola-theme-terminimal:gh-pages
This commit is contained in:
commit
906e13a421
74 changed files with 3031 additions and 0 deletions
112
about/index.html
Normal file
112
about/index.html
Normal file
|
@ -0,0 +1,112 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Zola Terminimal theme</title>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<meta name="robots" content="noodp"/>
|
||||
|
||||
<link rel="stylesheet" href="https://pawroman.github.io/zola-theme-terminimal/style.css">
|
||||
<link rel="stylesheet" href="https://pawroman.github.io/zola-theme-terminimal/color/blue.css">
|
||||
|
||||
<link rel="stylesheet" href="https://pawroman.github.io/zola-theme-terminimal/font-hack-subset.css">
|
||||
|
||||
<meta name="description" content="">
|
||||
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:title" content="Zola Terminimal theme">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://pawroman.github.io/zola-theme-terminimal/about/">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:description" content="">
|
||||
<meta name="twitter:title" content="Zola Terminimal theme">
|
||||
<meta property="twitter:domain" content="pawroman.github.io/zola-theme-terminimal">
|
||||
<meta property="twitter:url" content="https://pawroman.github.io/zola-theme-terminimal/about/">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="Zola Terminimal theme RSS Feed" href="https://pawroman.github.io/zola-theme-terminimal/rss.xml" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Zola Terminimal theme Atom Feed" href="https://pawroman.github.io/zola-theme-terminimal/atom.xml" />
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
<div class="container">
|
||||
|
||||
<header class="header">
|
||||
<div class="header__inner">
|
||||
<div class="header__logo">
|
||||
|
||||
<a href="https://pawroman.github.io/zola-theme-terminimal" style="text-decoration: none;">
|
||||
<div class="logo">
|
||||
|
||||
Terminimal theme
|
||||
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<nav class="menu">
|
||||
<ul class="menu__inner">
|
||||
<li><a href="https://pawroman.github.io/zola-theme-terminimal">blog</a></li>
|
||||
|
||||
<li><a href="https://pawroman.github.io/zola-theme-terminimal/tags">tags</a></li>
|
||||
|
||||
<li><a href="https://pawroman.github.io/zola-theme-terminimal/archive">archive</a></li>
|
||||
|
||||
<li class="active"><a href="https://pawroman.github.io/zola-theme-terminimal/about">about me</a></li>
|
||||
|
||||
<li><a href="https://github.com/pawroman/zola-theme-terminimal" target="_blank" rel="noopener noreferrer">github</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="post">
|
||||
|
||||
<h1 class="post-title"><a href="https://pawroman.github.io/zola-theme-terminimal/about/">About Me</a></h1>
|
||||
<div class="post-meta-inline">
|
||||
|
||||
<span class="post-date"></span>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post-content">
|
||||
<p>Hello, World!</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
<div class="copyright">
|
||||
<span>©
|
||||
2024
|
||||
Powered by <a href="https://www.getzola.org/">Zola</a></span>
|
||||
<span class="copyright-theme">
|
||||
<span class="copyright-theme-sep">:: </span>
|
||||
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue