Skip to content

Instantly share code, notes, and snippets.

@yeehaa123
Last active October 18, 2023 19:44
Show Gist options
  • Save yeehaa123/913061a934760d8526cefbd0cdf0189f to your computer and use it in GitHub Desktop.
Save yeehaa123/913061a934760d8526cefbd0cdf0189f to your computer and use it in GitHub Desktop.
extremely simple obsidian CMS
export PATH=$PATH:/home/yeehaa/.cargo/bin
cp yeehaa.io/src/content/config.ts .
rm -rf yeehaa.io/src/content
mkdir -p yeehaa.io/src/content
obsidian-export --frontmatter always yeehaa --start-at yeehaa/Site yeehaa.io/src/content
rm -rf yeehaa.io/src/content/*.md src/content/images
rename .md .mdx yeehaa.io/src/content/**/*.md
mv config.ts yeehaa.io/src/content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment