Housekeeping

This commit is contained in:
Tanner Collin 2023-04-29 21:09:10 -06:00
parent 6dfa58c66c
commit 75e4736068
3 changed files with 4 additions and 21 deletions

View File

@ -3,8 +3,8 @@
from __future__ import unicode_literals
import os
AUTHOR = 'Tanner Collin'
SITENAME = 'Tanner Collin'
AUTHOR = 'Tanner'
SITENAME = 'Tanner'
SITEURL = ''
PATH = 'content'

View File

@ -1,17 +0,0 @@
<style>
body {background: #eee; font: 1.1rem/1.5 serif;}
h1, h2 {margin-left: -24; font-family: sans-serif;}
a {text-decoration: none; color: #000; border-bottom: 1px solid #000;}
</style>
<div style="max-width: 600; margin: auto">
<h1>Tanner Collin</h1>
<p> Hi, I'm Tanner! I do firmware and web development in Calgary.</p>
<a href="/">Contact</a> |
<a href="/r">Resume</a> |
<a href="/p">Projects</a> |
<a href="/c">Creations</a> |
<a href="/w">Writing</a>
<h2>Contact Info</h2>
<p>Email: <a href="mailto:site2@tannercollin.com">site2@tannercollin.com</a></p>
<p>Telegram: <a href="https://t.me/tannercollin">@tannercollin</a></p>
</div>

View File

@ -3,8 +3,8 @@
from __future__ import unicode_literals
import os
AUTHOR = 'Tanner Collin'
SITENAME = 'Tanner Collin'
AUTHOR = 'Tanner'
SITENAME = 'Tanner'
SITEURL = ''
PATH = 'content'