baseURL = "https://ak3n.com/"
languageCode = "en-us"
-title = "ak3n.com"
+title = "Evgenii Akentev"
theme = "theme"
[taxonomies]
{{ partial "header.html" . }}
+{{ partial "subheader.html" . }}
+
<p>Posts tagged "{{ .Title }}":</p>
<section>
{{ partial "header.html" . }}
+{{ partial "subheader.html" . }}
+
<section class="blog-post">
<h1>{{ .Title }}</h1>
<div class="blog-post-subheader">
{{ partial "headline.html" .Content }}
</div>
<div class="blog-post-feedback">
- If you have a comment or feedback you may <a href="mailto:~ak3n/ak3n.com@lists.sr.ht">send an email</a> to <a href="https://lists.sr.ht/~ak3n/ak3n.com">~ak3n/ak3n.com@lists.sr.ht</a>.
+ If you have a comment or feedback you may <a href="mailto:i@ak3n.com">say hi</a>.
</div>
</section>
{{ partial "header.html" . }}
+<section>
+ <div class="center">
+ <img class="avatar" src="/img/me_myself_i.jpg" alt="Me, Myself, I"/>
+ </div>
+
+ <section id="info" class="center">
+ <ul>
+ <li><a href="https://twitter.com/ak3n">twitter</a></li>
+ <li><a href="https://git.ak3n.com/">code</a></li>
+ <li><a href="mailto:i@ak3n.com">say hi</a></li>
+ </ul>
+ </section>
+</section>
<section id="dashboard">
<ul>
<link rel="stylesheet" href="/css/syntax.css">
</head>
<body>
- <section id="page-title">
- <h1><a href="/">¯\_(ツ)_/¯</a></h1>
- </section>
--- /dev/null
+<section id="page-title" class="center">
+ <h1><a href="/">¯\_(ツ)_/¯</a></h1>
+</section>
max-width: 50em;
}
-#page-title {
+.center {
text-align: center;
}
text-decoration: none;
}
+#info ul {
+ margin-top: 1em;
+ padding: 0;
+ list-style-type: none;
+}
+
+#info ul li {
+ margin-left: 1em;
+ margin-right: 1em;
+ display: inline;
+}
+
#dashboard ul {
list-style-type: none;
}
h2:hover a,
h3:hover a,
h4:hover a,
-h5:hover a { visibility: visible }
\ No newline at end of file
+h5:hover a { visibility: visible }
+
+img.avatar {
+ margin-top: 2em;
+ border-radius: 50%;
+ width: 200px;
+}
\ No newline at end of file