~/website

4d39cc74a9c91846f4e7f22c7404d042f3043abf — Arthur Melton 8bbbbea3 a year ago
Update name
3 files changed, 8 insertions(+), 5 deletions(-)

M example/config.toml
M example/pages/index.md
M example/template.html.hbs
M example/config.toml => example/config.toml +2 -2
@@ 1,4 1,4 @@

name = "AMTitan"
name = "Arthur Melton"
home_page = "https://arthurmelton.com"
icon = "https://arthurmelton.com/AMTitan.png"
icon = "https://arthurmelton.com/arthurmelton.png"


M example/pages/index.md => example/pages/index.md +5 -2
@@ 1,11 1,14 @@

+++
title = "Arthur Melton"
description = "Coding is kinda cool I guess"
tags = "Coding, Programing, Blogs, Blog"
+++

If you want to see my code, you can view it on [my git server][git] or
you can view it on [Github (mirror)][github]. Just note that my github
code is just a mirror and that is not where my actual development goes.

[github]: https://github.com/AMTitan
You can email me at [website-eu4tblet@dontrackme.com](mailto:website-eu4tblet@dontrackme.com).

[github]: https://github.com/arthurmelton
[git]: https://git.arthurmelton.com
[email]: me@arthurmelton.com

M example/template.html.hbs => example/template.html.hbs +1 -1
@@ 4,7 4,7 @@

    <head>
        <meta charset='utf-8'>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>AMTitan :: {{title}}</title>
        <title>Arthur Melton :: {{title}}</title>

        <link rel="stylesheet" href="/main.css" />
    </head>