diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0075cbe..d19b463 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,6 +33,8 @@ highlightjs = true # Syntax highlighting lang = "en" footertext = "" # Text to show in footer (overrides default text) +fadein = true # Turn on/off the fade-in effect + showblog = true # Show Blog section on home page showallposts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page showlatest = true # Show latest blog post summary diff --git a/layouts/404.html b/layouts/404.html index 145f1d5..cf5e557 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,21 +2,21 @@
-
+

404

-
+
{{ partial "nav-single.html" . }}
-
+
Oops! Either you've found a bug (in which case, please tell me) or you're just making things up. This page doesn't exist!

{{ partial "footer.html" . }} -
\ No newline at end of file +
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 9451479..efd79f3 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,12 +2,12 @@
-
+

{{ .Site.Params.firstname }}'s Blog

-
+
{{ partial "nav-list.html" . }} @@ -61,4 +61,4 @@ $('a[href^="{{ .Permalink }}#"]').click(function(e) { }, 500); return false; }) - \ No newline at end of file + diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 760c31d..e51c674 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -2,24 +2,24 @@
-
+

{{ .Site.Params.firstname }}'s Blog

-
+
{{ partial "nav-single.html" . }}
-
+

{{ .Title }}

{{ .Date.Format .Site.Params.dateform }} | {{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }}
- + {{ if .Site.Params.sharebuttons }}
Share this: @@ -45,13 +45,13 @@
{{ end }} - +
-
+
{{ .Content }}
- +
{{ template "_internal/disqus.html" . }}
@@ -76,4 +76,4 @@ $('a[href^="{{ .Permalink }}#"]').click(function(e) { }, 500); return false; }) - \ No newline at end of file + diff --git a/layouts/index.html b/layouts/index.html index f19a943..c20ad18 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,16 +16,22 @@
-

Hi, I'm {{ .Site.Params.firstname }}.

-

{{ .Site.Params.tagline }}

+

+ Hi, I'm {{ .Site.Params.firstname }}. +

+

+ {{ .Site.Params.tagline }} +

-
{{ partial "social.html" . }}
+
+ {{ partial "social.html" . }} +
-
+

-
+