From 9ad2fd01e97aa339c268dd0adabe0d38f8dce81f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Oct 2018 04:21:40 -0400 Subject: some basic styling --- content/_index.md | 2 +- static/sphtkr.jpg | Bin 0 -> 163880 bytes themes/tozt/layouts/_default/single.html | 6 ++- themes/tozt/layouts/blog/single.html | 8 ++-- themes/tozt/layouts/index.html | 8 +++- themes/tozt/layouts/partials/footer.html | 1 + themes/tozt/layouts/partials/header.html | 17 ++++++-- themes/tozt/static/css/style.css | 72 +++++++++++++++++++++++++++---- 8 files changed, 94 insertions(+), 20 deletions(-) create mode 100644 static/sphtkr.jpg diff --git a/content/_index.md b/content/_index.md index 7a689f0..f136c52 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: "Jesse Luehrs" +title: "about me" --- I am a programmer, currently working for [Stripe](https://stripe.com/). diff --git a/static/sphtkr.jpg b/static/sphtkr.jpg new file mode 100644 index 0000000..78dfb62 Binary files /dev/null and b/static/sphtkr.jpg differ diff --git a/themes/tozt/layouts/_default/single.html b/themes/tozt/layouts/_default/single.html index 9e2cd9a..42e94c7 100644 --- a/themes/tozt/layouts/_default/single.html +++ b/themes/tozt/layouts/_default/single.html @@ -1,9 +1,11 @@ {{ partial "header.html" . }} +

{{ .Title }}

+
-
+
{{ .Content }} -
+ {{ partial "footer.html" . }} diff --git a/themes/tozt/layouts/blog/single.html b/themes/tozt/layouts/blog/single.html index 762678e..fac6a5d 100644 --- a/themes/tozt/layouts/blog/single.html +++ b/themes/tozt/layouts/blog/single.html @@ -1,10 +1,12 @@ {{ partial "header.html" . }} +

{{ .Title }}

-

{{ .Date.Format "Mon, Jan 2, 2006" }}

+ +
-
+
{{ .Content }} -
+ {{ partial "footer.html" . }} diff --git a/themes/tozt/layouts/index.html b/themes/tozt/layouts/index.html index 5ea7912..42e94c7 100644 --- a/themes/tozt/layouts/index.html +++ b/themes/tozt/layouts/index.html @@ -1,7 +1,11 @@ {{ partial "header.html" . }} -
+
+

{{ .Title }}

+
+ +
{{ .Content }} -
+ {{ partial "footer.html" . }} diff --git a/themes/tozt/layouts/partials/footer.html b/themes/tozt/layouts/partials/footer.html index 6a2722e..a82b328 100644 --- a/themes/tozt/layouts/partials/footer.html +++ b/themes/tozt/layouts/partials/footer.html @@ -1,3 +1,4 @@ +