From 37d27f2679d8bfbb1f0221eb24862287762ebeef Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Tue, 2 Apr 2019 22:08:49 -0400 Subject: Working on strage column bug in bulma. --- _layouts/index.liquid | 122 ++++++++++++++++++++--------------------- _layouts/page.liquid | 147 ++++++++++++++++++++++++++++++++++++++++++++++++-- index.md | 4 +- logo.png | Bin 0 -> 376750 bytes 4 files changed, 204 insertions(+), 69 deletions(-) create mode 100644 logo.png diff --git a/_layouts/index.liquid b/_layouts/index.liquid index c79017a..76bc2a8 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -9,10 +9,11 @@
+ hero + is-primary + is-fullheight + is-fullheight-with-navbar + ">
@@ -22,7 +23,7 @@ @@ -33,21 +34,24 @@ @@ -64,65 +68,57 @@
-
-

- {{ page.title }} -

+
- {{ page.content }} -
-
- + +
+
+

+ {{ page.title }} +

+

+ This is a paragraph. +

+
+
+ - -
-
+
- - - Facebook - - - - - LinkedIn - - - - - RSS - - + column + is-narrow + animated + fadeInRight + "> +
+ +
+ +
- +
@@ -132,7 +128,7 @@

This static site was built using Cobalt.rs, Bulma.io, - Animate.css, Nginx + Animate.css, and is self-hosted with Nginx

See a problem? diff --git a/_layouts/page.liquid b/_layouts/page.liquid index 26e55c6..7dc01b7 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -5,10 +5,149 @@ {{ page.title }} + -

-

{{ page.title }}

- {{ page.content }} -
+ +
+ +
+
+ + + + + +
+
+ + + +
+
+

+ {{ page.title }} +

+ + {{ page.content }} +
+
+ + + + + + +
+ + + + + + + diff --git a/index.md b/index.md index 40d9890..87b8705 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,8 @@ --- layout: index.liquid -title: Welcome to 53hor.net +title: My Name Is Adam Carpenter --- -## Welcome! +## And this is my web site. {% for post in collections.posts.pages %} [{{ post.title }}]({{ post.permalink }}) diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..387b8b5 Binary files /dev/null and b/logo.png differ -- cgit v1.2.3