kevins8
09/14/2022, 4:05 PMEddy
09/14/2022, 4:25 PMEddy
09/14/2022, 4:25 PMStreetlamp
09/15/2022, 1:47 AMStreetlamp
09/15/2022, 1:48 AMccamara
09/15/2022, 7:32 AMnpx dendron publish build
& then npx dendron publish export
. Regreftully, when I check on ./next/out/
I can see the files, but the website doesn't have CSS applied and the links are broken. What am I missing?ccamara
09/15/2022, 7:37 AMnpm run start
).
Still, I can't figure out where the local copy isccamara
09/15/2022, 7:39 AMdendron publish export
should generate the local copy of the website, which is what I'm looking forrlh1994
09/15/2022, 7:49 AMccamara
09/15/2022, 7:57 AMccamara
09/15/2022, 7:59 AMccamara
09/15/2022, 8:42 AMsiteRootDir
. I see by default is under `docs/`folder, but I'd like it to be the root. dendron publish would complain in any of these options:
* siteRootDir: .
* siteRootDir: /
jyeung
09/15/2022, 9:42 AMsiteRootDir
is a little bit broken right now.. is using a docs
folder problematic? (we should try to fix the issue apologies)ccamara
09/15/2022, 10:21 AMdendron publish export
2. copying the output from .next/out
to docs/
)
3. configuring gh-pages to read the content from `docs/`folder in main branch.
Regretfully, the site is not working (doesn't show CSS, no JS, links are broken) after having set up my siteUrl:
to be the same url that is generated by gh pages: https://pages.github.<domain>/<group>/<repo_name>/
.
I suspect that the problem might be that siteRootDir
pointing to docs may be causing it, as there's no docs within docs folder.jyeung
09/15/2022, 10:35 AMManed
09/15/2022, 11:40 AMdoc
where all the dendron notes would be inside, with explanation and documentation to the repositroy.
Is this the way I could manage it? Am I missing something? I hope I didn't overlook anything, and I'd rather ask than risk something.hikchoi
09/15/2022, 11:44 AMManed
09/15/2022, 11:45 AMjyeung
09/15/2022, 11:57 AMInsert Note Index
, or else across markdown header levels and use the outline view in vs codeStreetlamp
09/15/2022, 12:49 PMandrey-jef
09/15/2022, 10:45 PMCliftonFoster
09/15/2022, 11:21 PMjyeung
09/16/2022, 1:45 AMJhinox
09/16/2022, 1:58 AMjyeung
09/16/2022, 3:33 AMrlh1994
09/16/2022, 2:23 PMkevins8
09/16/2022, 4:32 PMyml
title: |-
`Foo`
kevins8
09/16/2022, 4:33 PMrlh1994
09/16/2022, 4:33 PMkamrajkai
09/16/2022, 4:36 PM