From dc8cf9429bac11160d6c9727d363468c2adce8a3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Oct 2022 12:49:19 -0700 Subject: ref(style): simplify further the style of the site Get rid of the footer and the icons. Set a light background color, and simplified the listing of the pages. --- layouts/_default/baseof.html | 1 - layouts/_default/single.html | 4 ++-- layouts/index.html | 2 ++ layouts/partials/header.html | 14 ++++++++------ layouts/partials/postlist.html | 22 ++++++++++------------ 5 files changed, 22 insertions(+), 21 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 410e2bc..0c72fb1 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,6 +6,5 @@
{{ block "main" . }}{{ end }}
- {{- partial "footer.html" . -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7a85a05..da0a3e5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,9 +13,9 @@ {{- $mod = .Page.GitInfo.CommitDate.Format "Jan 2, 2006" -}} {{ end -}} {{ if eq $pub $mod }} -
published {{ $pub }}
+
posted on {{ $pub }}
{{ else }} -
published {{ $pub }} - last modified {{ $mod }}
+
posted on {{ $pub }} - last modified {{ $mod }}
{{ end }} {{ if .Params.tags }}
diff --git a/layouts/index.html b/layouts/index.html index 494239b..4ac472d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,6 +6,8 @@

My general interests are in building sustainable teams, improving the management and operation of large infrastructure, and work with different teams to implement best practices around reliability and security.

+

You can reach out to me at franck@fcuny.net.

+ {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f34d372..580ce04 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,10 +1,12 @@
diff --git a/layouts/partials/postlist.html b/layouts/partials/postlist.html index 3d5cf04..575f0b8 100644 --- a/layouts/partials/postlist.html +++ b/layouts/partials/postlist.html @@ -1,12 +1,10 @@ -{{ range .GroupByDate "2006" }} -

{{ .Key }}

- -{{ end }} + -- cgit v1.2.3