Hide collections, sections, pages in home page

This commit is contained in:
Will Faught
2023-03-22 16:46:39 -07:00
parent aba7903762
commit f0a382bd03

View File

@@ -14,7 +14,15 @@ paige:
class: "bi bi-github"
name: "GitHub"
url: "https://github.com/willfaught/paige"
style: "#paige-title { font-size: 5rem; }"
style: |
#paige-collections,
#paige-sections,
#paige-pages {
display: none;
}
#paige-title {
font-size: 5rem;
}
title: "Paige"
---