Instructions for setting up the scripts to export Dendron notes to Hugo.
-
pip3 install python-frontmatter
- NOTE: Do not
pip3 install frontmatter
. That’s a different package
- NOTE: Do not
-
git clone git@github.com:sagarbehere/dendron-hugo-export.git
-
Adjust variables in
dendron-export.sh
-
Adjust variable in
export-hierarchy.py
<– I don’t know if this variable actually does something useful anymore. Nevertheless. -
Adjust the contents of
exclude_dirs
andexclude_files
if needed.