nam
09/20/2022, 9:46 AMcustom.css
as described in https://wiki.dendron.so/notes/jknrdi492m8nhq7mw4faydu/ and starting with the following styles you get a direction for what you are looking for.
```css
.ant-menu {
font-size: 20px;
}
.site-layout-sidebar {
width: auto !important;
padding-left: 0 !important;
}
``johndendron29
09/20/2022, 5:27 PMshaughnpuppy
09/20/2022, 6:39 PMzolar
09/20/2022, 8:19 PMpdina
09/20/2022, 8:21 PMroot.md
reads something like "Customize as you want but don't modify the frontmatter". So I can't change the note title from "Root" to something else, right?kevins8
09/20/2022, 9:30 PMTika
09/20/2022, 9:46 PMBri
09/21/2022, 3:21 AMjeep
09/21/2022, 3:46 AM---
id: root
title: root
desc: ""
updated: <time since epoch> (<date time>)
created: <time since epoch> (<date time>)
---
Landing page text
Bri
09/21/2022, 7:21 AMmd
---
id: c4xs8lx03fb02r6jni2ex3w
title: Root
desc:
updated: 1663687590984
created: 1662132137970
desc: null
---
Joshi
09/21/2022, 7:35 AMdesc
at the last, it is a duplicate key in frontmatterBri
09/21/2022, 7:52 AMccamara
09/21/2022, 8:38 AMsiteHierarchies:
in my dendron.yml
as to publish only certain hierarchies. It works great, except for the (obvious and expected, I guess) fact that the root note that I used to have as home page is no longer working. Instead, the home page displays the first hierarchy, which is confusing in my case.
Is there any way I could have a note used as home page?ccamara
09/21/2022, 9:55 AMhome
-or anything else, as long as it is not root
) and set it to be the first item on siteHierarchies
nam
09/21/2022, 10:02 AMccamara
09/21/2022, 10:47 AMnam
09/21/2022, 10:52 AMrlh1994
09/21/2022, 10:52 AMccamara
09/21/2022, 3:09 PMrlh1994
09/21/2022, 3:38 PMkevins8
09/21/2022, 3:44 PMjeep
09/21/2022, 3:46 PMkevins8
09/21/2022, 3:47 PMjeep
09/21/2022, 3:48 PMkevins8
09/21/2022, 3:51 PMjeep
09/21/2022, 4:02 PMBullishDesign
09/21/2022, 5:55 PMccamara
09/21/2022, 5:58 PMBullishDesign
09/21/2022, 6:16 PMScriptAutomate
09/21/2022, 10:32 PM