Hide with CSS instead of config in exampleSite
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
---
|
||||
|
||||
|
15
exampleSite/layouts/partials/paige/head-last.html
Normal file
15
exampleSite/layouts/partials/paige/head-last.html
Normal file
@@ -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>
|
Reference in New Issue
Block a user