kevins8
01/19/2021, 2:54 AMkevins8
01/19/2021, 2:55 AMhikchoi
01/19/2021, 3:00 AMkevins8
01/19/2021, 3:19 AMHanduo
01/19/2021, 4:29 AMkevins8
01/19/2021, 5:38 AMcameron
01/19/2021, 5:59 AMdendon.yml to change which hierarchies get published by default, and set root.md as the siteindex, a few surprising things happened, so for now I'll roll back my published site to v.24
- the navbar contains the names of the two hierarchies that I did not include in the sitehierarchies array
- the generated links (in nav bar and in the root page) are relative to localhost:8080 instead of relative to the site root
(preview link: https://60066e33de9cce0007f20169--quizzical-golick-2079e7.netlify.app/ ), can share dendon.yml config file in DM if needed.cameron
01/19/2021, 6:05 AMsiteindex key correctly - I wonder if the issue could be that I set this equal to root.md, but didn't include root in my list of siteHierarchies because I didn't want everything to be show up twice in the navbar + this would defeat the point of only publishing some sections.Handuo
01/19/2021, 6:08 AMHanduo
01/19/2021, 6:11 AMkevins8
01/19/2021, 6:13 AMHanduo
01/19/2021, 6:14 AMkevins8
01/19/2021, 6:15 AMroot, its interesting - if root isn't include in siteHiearchies then you should not be able to set root as siteIndex either. the way siteHiearchies works: if you publish everything, then set it to root, if you are selective, whitelist the hiearchies you want to publishkevins8
01/19/2021, 6:16 AMroot since its a special case, i will publish home which is a single note hiearchy that just represents my home pagecameron
01/19/2021, 6:19 AMkevins8
01/19/2021, 6:22 AMhttps://www.kevinslin.com/kevins8
01/19/2021, 6:23 AMyml
site:
siteHierarchies:
- home
- blog
- books
- readings
- cli
- pr
- spec
- day
- meet
siteRootDir: docs
config:
learn:
publishByDefault: true
readings:
publishByDefault: true
pr:
publishByDefault: true
noindexByDefault: true
books:
publishByDefault: false
cli:
publishByDefault:
dev: true
notes: false
spec:
publishByDefault: true
aws:
publishByDefault:
aws: true
notes: false
meet:
publishByDefault:
public: true
usePrettyRefs: true
copyAssets: true
logo: notes/assets/images/bio-photo.jpg
title: Kevin's Page
siteUrl: 'https://www.kevinslin.com'
description: Kevin is working on creating better tools for thought
twitter: kevins8
author: Kevin S Lin
duplicateNoteBehavior:
action: useVault
payload:
vault:
fsPath: notes
vaults:
-
fsPath: vaults/public-vault
name: public
-
fsPath: vaults/business-vault
name: business
-
fsPath: vaults/people-vault
name: people
-
fsPath: vaults/dendron-vault
name: dendron
-
fsPath: vaults/dev-vault
name: dev
-
fsPath: vaults/aws-vault
name: aws
-
fsPath: notes
version: 1
useFMTitle: truekevins8
01/19/2021, 6:23 AMkevins8
01/19/2021, 6:24 AMsiteIndex. by default, its the root of the first hiearchycameron
01/19/2021, 6:30 AMkevins8
01/19/2021, 6:30 AMhikchoi
01/19/2021, 6:31 AMcameron
01/19/2021, 6:32 AMcameron
01/19/2021, 6:32 AMBassmann
01/19/2021, 7:10 AMCrtl+Shift+i behave differently from journal entries created from Crtl+Shift+j. Also for scratch notes not the complete date is used in the front matter.kevins8
01/19/2021, 4:14 PMdefaultJournalDomain (https://dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f48.html#dendrondailyjournaldomain) they both share the same date formatting and if not, then thats a bug ๐
ianjones
01/19/2021, 4:20 PMianjones
01/19/2021, 4:21 PMkevins8
01/19/2021, 4:53 PMkevins8
01/19/2021, 4:53 PM