add very basic layout

main
anna 3 years ago
parent c13543ac28
commit 057b5630ae
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -0,0 +1,29 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="{{ 'assets/css/main.css' | relative_url }}">
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="{{ '/feed.xml' | relative_url }}">
{% seo %}
</head>
<body>
<header>
<h1>{{ site.title }}</h1>
</header>
<footer>
<div><p>{{ site.description }}</p></div>
<div>
<p>
Email: <a href="mailto:owo@fef.moe">owo@fef.moe</a>
<br>
Fediverse:
<a rel="me" href="https://{{ site.author.fedi.host }}/@{{ site.author.fedi.user }}">
@{{ site.author.fedi.user }}@{{ site.author.fedi.host }}
</a>
</p>
</div>
</footer>
</body>
</html>

@ -0,0 +1,11 @@
$color-primary: #ed02a7;
$color-primary-dark: #a10a73;
$color-secondary: #edcd1a;
$color-secondary-dark: #a18802;
$color-accent: #32eaed;
$color-bg: #1f0016;
body {
background-color: $color-bg;
color: rgba(255, 255, 255, 0.8);
}

@ -0,0 +1,4 @@
---
---
@import "style";
Loading…
Cancel
Save