jyeung
04/07/2022, 11:21 AMjyeung
04/07/2022, 11:24 AMTika
04/07/2022, 11:39 AMjyeung
04/07/2022, 11:56 AMwrdwllm
04/07/2022, 12:18 PMJoshi
04/07/2022, 12:37 PMmgrandau
04/07/2022, 2:01 PMkevins8
04/07/2022, 2:03 PMbenhsm | Jack of N trades
04/07/2022, 3:03 PMandrey-jef
04/07/2022, 4:50 PMyaml
- root
- blog
- notes
- public
- private1
- private2
What is the most easy to organize config, to publish all except the two private1
and private2
nested hierarchy nodes?
If I config like below, will it work?
yaml
publishing:
siteHierarchies:
- root
- blog
- notes
- private1
- private2
hierarchy:
private1:
publishByDefault:
vault-name: false
Slaytanical(LamentConfiguration)
04/07/2022, 8:04 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:04 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:04 PMSeriousBug
04/07/2022, 8:05 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:05 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:10 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:10 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:25 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:25 PMSlaytanical(LamentConfiguration)
04/07/2022, 8:25 PMandrey-jef
04/07/2022, 9:38 PMalexis<3
04/07/2022, 9:57 PMOEMS
04/08/2022, 3:48 AMjyeung
04/08/2022, 10:26 AMandrey-jef
04/08/2022, 11:48 AMvault-name
as follows
yaml
- root
- blog
- notes
- public
- private1
- private2
I would like to publish all, except the two private1
and private2
nested hierarchy nodes.
Here is my first attempt with dendron.yml
, but it does not work, since everything is published
yaml
publishing:
siteHierarchies:
- root
- blog
- notes
- private1
- private2
hierarchy:
private1:
publishByDefault:
vault-name: false
What is the current config to achieve my publishing target?benhsm | Jack of N trades
04/08/2022, 1:27 PMd1onys1us
04/08/2022, 5:31 PMSeriousBug
04/08/2022, 5:33 PMkevins8
04/08/2022, 5:34 PMalexis<3
04/08/2022, 8:18 PM