From c61c6ad53e7a6737b6b747e7d0a4201ec06e5b9c Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 7 Jan 2018 13:39:40 -0500 Subject: [PATCH] Updated homepage. Updated home_hero contents. Updated shared-bulma-theme. --- site/layouts/index.html | 3 +- site/layouts/partials/header_homepage.html | 33 ------------------- site/layouts/partials/home_hero_contents.html | 13 ++++++++ site/themes/shared-bulma-theme | 2 +- 4 files changed, 16 insertions(+), 35 deletions(-) delete mode 100644 site/layouts/partials/header_homepage.html create mode 100644 site/layouts/partials/home_hero_contents.html diff --git a/site/layouts/index.html b/site/layouts/index.html index 3f88f86c..7a3efd6c 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,8 +1,9 @@ {{ define "main" }} +{{ partial "home_hero" . }}
- {{ range .Site.Data.twitter }} + {{ range sort .Site.Data.twitter "order" }}
{{ partial "widget/tweet.html" . }}
diff --git a/site/layouts/partials/header_homepage.html b/site/layouts/partials/header_homepage.html deleted file mode 100644 index a660c25e..00000000 --- a/site/layouts/partials/header_homepage.html +++ /dev/null @@ -1,33 +0,0 @@ -
-
- -
- -
-
-
- -
-

{{ .Site.Params.Tagline }}

- -
- - -
-
- -
-
-
-
-
-
\ No newline at end of file diff --git a/site/layouts/partials/home_hero_contents.html b/site/layouts/partials/home_hero_contents.html new file mode 100644 index 00000000..9d32d422 --- /dev/null +++ b/site/layouts/partials/home_hero_contents.html @@ -0,0 +1,13 @@ +

{{ .Site.Params.Tagline }}

+
+

Yes. Experimental.

+

No. It can't run games... yet.

+
+
+ + + + + Source Code + +
\ No newline at end of file diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index 673758d4..57954c8c 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit 673758d483b4ce07efdff1ddbb3b199065a3f1b0 +Subproject commit 57954c8c06096e5ee0771d63711166e43edcc8ed