diff --git a/config.toml b/config.toml index 790c2f1e..af9dd290 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ base_url = "https://abridge.netlify.app" # If you use the npm/node script then all you have to do is set offline = true, and everything else is automatic. title = "Abridge" -description = "Abridge is a fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No Mandatory JS." +description = "Abridge is a fast, lightweight, and modern Zola theme (class-light, semantic HTML). Perfect Lighthouse, YellowLabTools, and Observatory scores."#for SEO aim for 140-180 Characters #theme = "abridge" default_language = "en" @@ -147,7 +147,7 @@ foothr = false # show or hide horizontal rule above footer ############################################################################### title_separator = "|" # Separator between title and title_addition, set as |, -, _, etc -title_addition = "Fast & Lightweight Zola Theme" # a default value for title addition +title_addition = "Fast, Lightweight, and Modern Zola Theme" # a default value for title addition (for SEO aim for 50-70 characters including the title and separator 'Abridge | title_addition') author = "Jake G" # Put Your Name here keywords = "Abridge, Abridge.css, Zola, Theme, Zola Theme, getzola, Semantic Html, Fast, lightweight" # used for the primary site index banner = "banner.png" # Used as default image for OpenGraph/Twitter if page specific image is undefined. diff --git a/sass/abridge.scss b/sass/abridge.scss index 30429704..7c84668e 100644 --- a/sass/abridge.scss +++ b/sass/abridge.scss @@ -437,6 +437,7 @@ $coderoundhighlight: false !default;//round corners on highlighted code blocks } } @if $typography { + big, h1, h2, h3, @@ -450,7 +451,7 @@ $coderoundhighlight: false !default;//round corners on highlighted code blocks font-size: var(--fs); line-height: var(--lhh); } - h1 { + big,h1 { font-size: 2rem; } h2 { @@ -480,7 +481,7 @@ $coderoundhighlight: false !default;//round corners on highlighted code blocks a:visited { color: var(--a4); } - h1 a, h2 a, main nav a, header li > a { + big a, h1 a, h2 a, main nav a, header li > a { color: var(--f2); text-decoration: none; font-weight: var(--fh); @@ -493,7 +494,7 @@ $coderoundhighlight: false !default;//round corners on highlighted code blocks } } article { - padding-bottom: .2rem; + padding: 1rem 0rem; } // Abbreviations diff --git a/templates/base.html b/templates/base.html index 4be10e58..9e69e6fc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,19 +32,19 @@