From cc8175f38bb294b4ab1c225b7d777a0661fbf426 Mon Sep 17 00:00:00 2001 From: loikein Date: Sat, 15 Apr 2023 01:37:37 +0100 Subject: [PATCH] remove brand on single pages; remove fa; others --- assets/scss/general.scss | 48 ++++--------------------- assets/scss/vendor/tufte.scss | 1 + layouts/_default/single.html | 18 +++++----- layouts/partials/brand.html | 8 ++--- layouts/partials/content.header.html | 14 +++----- layouts/partials/footer.html | 4 ++- layouts/partials/header.includes.html | 6 ++-- layouts/partials/shortcodes/button.html | 7 ++-- layouts/partials/toc.html | 2 +- 9 files changed, 34 insertions(+), 74 deletions(-) diff --git a/assets/scss/general.scss b/assets/scss/general.scss index 9ac20fe..36728e3 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -4,45 +4,17 @@ /* accomodate a blog-like site. */ /* ------------------------------------------------------------------------ */ -/* When setting the primary font stack, apply it to the Pure grid units along */ -/* with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use */ -/* specific font stacks to ensure the greatest OS/browser compatibility. */ -html, -button, -input, -select, -textarea, -p, -nav, -section, -article, -header, -footer, -.pure-g [class*="pure-u"] { - font-family: et-book, "Noto Serif SC", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, "Noto Emoji"; -} - -p { - text-align: justify; -} - -code { - font-family: Menlo, Meslo, Courier, monospace; - font-size: 1.125rem; - line-height: 1.6; -} - -.sidenote, -.marginnote { - margin-right: -55%; - width: 45%; -} - - /* ------------------------------------------------------------------------ */ /* Generic content, such as the index list pages */ /* ------------------------------------------------------------------------ */ +hr { + margin-left: 0; + width: 75%; + max-width: 45rem; + border-color: rgba(250,250,250,0.25); +} + /* Content Title styling. This is mostly to avoid underlying links. */ h1.content-title { /*max-width: 50rem;*/ @@ -54,12 +26,6 @@ h1.content-title a:visited { text-decoration: none; color: inherit; } -h1.content-title a:hover, -h1.content-title a:focus { - color: darkgray; -} - - /* ------------------------------------------------------------------------ */ /* Styling for listing pages. */ diff --git a/assets/scss/vendor/tufte.scss b/assets/scss/vendor/tufte.scss index 46f7b2f..1db8132 100644 --- a/assets/scss/vendor/tufte.scss +++ b/assets/scss/vendor/tufte.scss @@ -327,6 +327,7 @@ div.table-wrapper { letter-spacing: 0.03em; } +code, .code { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 1.125rem; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 75a6ccb..584ea13 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,14 +6,12 @@ {{ define "main" }}
-
- {{ partial "brand.html" . }} - {{ partial "content.header.html" . }} - {{ partial "toc.html" . }} -
{{ .Content }}
-
- {{ partial "footer.html" . }} -
-
+
+ {{ partial "content.header.html" . }} + {{ partial "toc.html" . }} +
{{ .Content }}
+
{{ partial "footer.html" . }}
+
{{ partial "nav.html" . }}
+
-{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/brand.html b/layouts/partials/brand.html index 9dd58d1..b112633 100644 --- a/layouts/partials/brand.html +++ b/layouts/partials/brand.html @@ -1,6 +1,6 @@
-

{{ .Site.Title}}

-

{{ .Site.Params.subtitle }}

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

{{ .Site.Title}}

+

{{ .Site.Params.subtitle }}

+{{ partial "nav.html" . }} +
diff --git a/layouts/partials/content.header.html b/layouts/partials/content.header.html index f81fc9a..813dcd3 100644 --- a/layouts/partials/content.header.html +++ b/layouts/partials/content.header.html @@ -2,9 +2,9 @@

{{ if .IsNode }} - {{ .Title }} + {{ .Title }} {{ else }} - {{ .Title }}{{ if .Draft }} :: Draft {{end}} + {{ .Title }}{{ if .Draft }} :: Draft {{end}} {{ end }}

@@ -16,23 +16,19 @@ {{ if or (eq .Type "post") (.Params.meta) }} {{ if .Params.author }} -   -  {{ .Params.author }}
+ {{ .Params.author }}
{{ end }} {{ if not .Params.hidedate }} - -  {{ .Date.Format "Jan 2, 2006" }} + {{ .Date.Format "2006-01-02" }} {{end }} {{ if not .Params.hidereadtime }} -   -  {{ .ReadingTime }} min read + {{ .ReadingTime }} min read {{ end }} {{ if .Params.categories }}
- {{ range .Params.categories }} {{ . }} {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7c1c6d3..b2f490e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@
-
+
diff --git a/layouts/partials/header.includes.html b/layouts/partials/header.includes.html index 34d5ab0..0085298 100644 --- a/layouts/partials/header.includes.html +++ b/layouts/partials/header.includes.html @@ -1,6 +1,6 @@ - + - + @@ -21,7 +21,7 @@ - + {{ $htoptions := (dict "targetPath" "/css/hugo-tufte.min.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $htstyle := resources.Get "scss/hugo-tufte.scss"| resources.ExecuteAsTemplate "main.scss" . | resources.ToCSS $htoptions }} diff --git a/layouts/partials/shortcodes/button.html b/layouts/partials/shortcodes/button.html index b5a3f20..d80b27c 100644 --- a/layouts/partials/shortcodes/button.html +++ b/layouts/partials/shortcodes/button.html @@ -31,9 +31,6 @@ {{- if eq $style "tip" }}{{ $icon = default "lightbulb" }}{{ end }} {{- end }} {{- $icon = trim $icon " " }} -{{- if and $icon (not (findRE ".*?\\bfa-\\w.*?" $icon)) }} - {{- $icon = printf "fa-fw fas fa-%s" $icon }} -{{- end }} {{- $iconposition := .iconposition | default "left" }} {{- with $context }} @@ -43,11 +40,11 @@ {{- end }} {{- if and $icon (eq $iconposition "left") }} - + {{ $icon }} {{- end }} {{ $title | safeHTML }} {{- if and $icon (eq $iconposition "right") }} - + {{ $icon }} {{- end }} {{- if $isButton }} diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 8fd4d1a..08316c1 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -1,7 +1,7 @@ {{ if .Params.toc }}
- Contents + Table of Contents {{ .TableOfContents }}