mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add about page
This commit is contained in:
parent
b59236ed69
commit
4e08ade1e6
2 changed files with 5 additions and 0 deletions
3
content/about.html
Normal file
3
content/about.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="vcard">
|
||||
<p>WezM.net is <span class="fn">Wesley Moore</span>'s personal home page, a <span class="title">programmer</span> from <span class="adr"><span class="locality">Melbourne</span> <span class="country-name">Australia</span></span>. Here you will find posts about various projects I'm working on, useful tips I've discovered as well as some random excerpts from other things going on in my life.</p>
|
||||
</div>
|
2
content/about.yaml
Normal file
2
content/about.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
title: About
|
Loading…
Reference in a new issue