diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..53e9f5a --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,10 @@ +{{ partial "head.html" . }} + + {{ partialCached "sidebar.html" . }} +
+ {{ block "main" . -}}{{- end }} +
+ + {{ template "_internal/google_analytics_async.html" . }} + + diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..38dd107 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,20 @@ +{{ define "main" -}} +
+{{ range .Site.RegularPages -}} +{{ if .Date }} +
+

+ {{ .Title }} +

+ + {{ .Description }} + {{ if .Truncated }} + + {{ end }} +
+{{- end }} +
+{{- end }} +{{- end }} diff --git a/layouts/partials/head_fonts.html b/layouts/partials/head_fonts.html new file mode 100644 index 0000000..71cbaa8 --- /dev/null +++ b/layouts/partials/head_fonts.html @@ -0,0 +1,2 @@ + + diff --git a/themes/hyde/images/screenshot.png b/themes/hyde/images/screenshot.png index a04add7..8248097 100644 Binary files a/themes/hyde/images/screenshot.png and b/themes/hyde/images/screenshot.png differ diff --git a/themes/hyde/layouts/_default/baseof.html b/themes/hyde/layouts/_default/baseof.html index 53e9f5a..4fada03 100644 --- a/themes/hyde/layouts/_default/baseof.html +++ b/themes/hyde/layouts/_default/baseof.html @@ -1,6 +1,6 @@ {{ partial "head.html" . }} - {{ partialCached "sidebar.html" . }} + {{ partial "sidebar.html" . }}
{{ block "main" . -}}{{- end }}
diff --git a/themes/hyde/layouts/_default/single.html b/themes/hyde/layouts/_default/single.html index 84a15cb..735bbf7 100644 --- a/themes/hyde/layouts/_default/single.html +++ b/themes/hyde/layouts/_default/single.html @@ -1,11 +1,7 @@ {{ define "main" -}}

{{ .Title }}

-

| ~{{ .ReadingTime }} min read | - {{ range .Params.tags }} - #{{.}} - {{ end }} -

+ {{ .Content }}
diff --git a/themes/hyde/layouts/index.html b/themes/hyde/layouts/index.html index 38dd107..ec6d2eb 100644 --- a/themes/hyde/layouts/index.html +++ b/themes/hyde/layouts/index.html @@ -1,13 +1,12 @@ {{ define "main" -}}
{{ range .Site.RegularPages -}} -{{ if .Date }}

{{ .Title }}

- - {{ .Description }} + + {{ .Summary }} {{ if .Truncated }} {{- end }} -{{- end }} diff --git a/themes/hyde/layouts/partials/head_fonts.html b/themes/hyde/layouts/partials/head_fonts.html index 71cbaa8..4729eb2 100644 --- a/themes/hyde/layouts/partials/head_fonts.html +++ b/themes/hyde/layouts/partials/head_fonts.html @@ -1,2 +1 @@ - - + diff --git a/themes/hyde/static/apple-touch-icon-144-precomposed.png b/themes/hyde/static/apple-touch-icon-144-precomposed.png index bed8614..19323de 100644 Binary files a/themes/hyde/static/apple-touch-icon-144-precomposed.png and b/themes/hyde/static/apple-touch-icon-144-precomposed.png differ diff --git a/themes/hyde/static/favicon.png b/themes/hyde/static/favicon.png index c784746..84cce4d 100644 Binary files a/themes/hyde/static/favicon.png and b/themes/hyde/static/favicon.png differ