diff --git a/config.yaml b/config.yaml index e04184c..fb9df76 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ baseurl: "https://nolog.cz/" -title: "NoLog.cz IT kolektiv" +title: "NoLog.cz" theme: "zen" language: "cz-cs" @@ -8,15 +8,15 @@ language: "cz-cs" params: contact: "nolog-it@riseup.net" copyright: "— No logs, no masters! —" - description: "nolog.cz" # Set site description, used in meta tags and JSON-LD + description: "NoLog.cz" # Set site description, used in meta tags and JSON-LD favicon: "favicon.ico" # Relative path to favicon in json feed, no leading slash. - jquery: true + jquery: false feedlinks: false # Show feed links in the footer. footer: " " # icon: "images/logo.png" # Relative path to icon in json feed and JSON-LD, no leading slash. # image: "images/logo.png" # Relative path to site image in JSON-LD, no leading slash. # apple-touch-icon: "images/logo.png" - logo: true # Turn off the logo. + logo: false # Turn off the logo. logoWidth: 74 mainSections: # The sections you want to have listed on the front page. - "" # Default to the section with most content if not set. @@ -25,6 +25,8 @@ params: # searchLimit: 20 # Max number of search hits, default 20. sidebar: true # Show a sidebar to the right realfavicongenerator: true + plausibleSiteID: "nolog.cz" # Plausible site id/domain. + plausibleTrackerURL: "https://plausible.nolog.cz/js/plausible.js" # Plausible url, schemaless and no slash on end. Optional, defaults to "plausible.io/…" DefaultContentLanguage: cs diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index 018c8b2..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -{{ block "title" . }}{{ .Title }} – {{ .Site.Title }}{{ end }} -{{ partial "meta.html" . }} -{{ partialCached "styles.html" . }} -{{- block "head" . }}{{ end }} -{{ partial "meta_json_ld.html" . }} -{{ partial "scripts.html" . }} -{{ partialCached "tracking.html" . }} - - - - -
-
-{{ if $.Param "logo" | default true }}{{ end }} -

-{{ .Site.Title }} -

-
-{{ if .Site.IsMultiLingual }}{{ partial "language-selector.html" . }}{{ end -}} -
-
- -{{ partial "menu.html" . }} - -{{ block "main" . }}{{ end }} - -{{ if $.Param "sidebar" }}{{ partial "sidebar.html" . }}{{ end -}} - - - -
-{{ if $.Param "mobilemenu" }}{{ partial "mobilemenu.html" . }}{{ end -}} - - diff --git a/themes/zen b/themes/zen index 437d160..73635d8 160000 --- a/themes/zen +++ b/themes/zen @@ -1 +1 @@ -Subproject commit 437d16084792e45f9dbcfa8a2c14086e8b8f10cb +Subproject commit 73635d834b47ffc25d8ed9ecef6641adb8c34f8e