From c82cb669afee3fdd274ce1f004bc11165be6e0d0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 24 Feb 2023 20:41:47 -0800 Subject: [PATCH] Hide with CSS instead of config in exampleSite --- exampleSite/config.yaml | 26 ------------------- exampleSite/content/_index.md | 5 +--- .../layouts/partials/paige/head-last.html | 15 +++++++++++ 3 files changed, 16 insertions(+), 30 deletions(-) create mode 100644 exampleSite/layouts/partials/paige/head-last.html diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 7e994bb5..e2c88afc 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -60,34 +60,8 @@ params: will_faught: name: "Will Faught" paige: - authors: - hide: true - credit: - link: - hide: true - date: - hide: true git: commit_url_prefix: "https://github.com/willfaught/paige/commit/" - list: - authors: - hide: true - date: - hide: true - date_header: - hide: true - reading_time: - hide: true - summary: - hide: true - terms: - hide: true - reading_time: - hide: true - table_of_contents: - hide: true - terms: - hide: true social: twitter: "username" theme: "paige" diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 2cceaee2..3423a66d 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -8,15 +8,12 @@ paige: image: stretch: true url: "landscape.webp" - reading_time: - hide: true - title: - class: "display-1 fw-bold text-center" social: github: bootstrap_icon: "github" name: "GitHub" url: "https://github.com/willfaught/paige" + style: ".paige-title { font-size: 5rem; }" title: "Paige" --- diff --git a/exampleSite/layouts/partials/paige/head-last.html b/exampleSite/layouts/partials/paige/head-last.html new file mode 100644 index 00000000..51344ae3 --- /dev/null +++ b/exampleSite/layouts/partials/paige/head-last.html @@ -0,0 +1,15 @@ +