Hide with CSS instead of config in exampleSite

master
Will Faught 2 years ago
parent c50f2f51c8
commit c82cb669af

@ -60,34 +60,8 @@ params:
will_faught: will_faught:
name: "Will Faught" name: "Will Faught"
paige: paige:
authors:
hide: true
credit:
link:
hide: true
date:
hide: true
git: git:
commit_url_prefix: "https://github.com/willfaught/paige/commit/" 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: social:
twitter: "username" twitter: "username"
theme: "paige" theme: "paige"

@ -8,15 +8,12 @@ paige:
image: image:
stretch: true stretch: true
url: "landscape.webp" url: "landscape.webp"
reading_time:
hide: true
title:
class: "display-1 fw-bold text-center"
social: social:
github: github:
bootstrap_icon: "github" bootstrap_icon: "github"
name: "GitHub" name: "GitHub"
url: "https://github.com/willfaught/paige" url: "https://github.com/willfaught/paige"
style: ".paige-title { font-size: 5rem; }"
title: "Paige" title: "Paige"
--- ---

@ -0,0 +1,15 @@
<style>
.paige-authors,
.paige-date,
.paige-reading-time,
.paige-terms-outer,
.paige-toc,
#paige-credit,
#paige-pages .paige-authors,
#paige-pages .paige-date-header,
#paige-pages .paige-date,
#paige-pages .paige-summary,
#paige-pages .paige-terms {
display: none;
}
</style>
Loading…
Cancel
Save