54 lines
1.3 KiB
HTML
54 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>About</title>
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
|
|
<a href="/website/index.html" >Home</a>
|
|
|
|
<a href="/website/about.html" >About</a>
|
|
|
|
<a href="/website/blog.html" >Blog</a>
|
|
|
|
</nav>
|
|
<article class="post">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">About</h1>
|
|
</header>
|
|
|
|
<div class="post-content">
|
|
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
|
|
|
|
<p>You can find the source code for Minima at GitHub:
|
|
<a href="https://github.com/jekyll">jekyll</a> /
|
|
<a href="https://github.com/jekyll/minima">minima</a></p>
|
|
|
|
<p>You can find the source code for Jekyll at GitHub:
|
|
<a href="https://github.com/jekyll">jekyll</a> /
|
|
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
|
|
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<nav>
|
|
|
|
<a href="/website/terms.html" >Terms</a>
|
|
|
|
<a href="/website/privacy.html" >Privacy</a>
|
|
|
|
<a href="/website/contact.html" >Contact</a>
|
|
|
|
<a href="/website/blog.html" >Blog</a>
|
|
|
|
<a href="/website/imprint.html" >Imprint</a>
|
|
|
|
</nav>
|
|
</body>
|
|
</html> |