UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

98 lines (56 loc) 4.97 kB
# @mdfriday/foundry The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript. ## License UNLICENSED - This is a private package for commercial use only. Copyright (c) 2025 MDFriday. ```shell zip -r clean.zip . -x "*/.DS_Store" -x "__MACOSX/*" -x "*/.*" # Book ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/book/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/book/content.zh /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.zh # Book Lock ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/book-lock/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Note ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/content-ob-page /Users/weisun/github/mdfriday/foundry/example/ws/proj/content ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/content-ob-page-zh /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.zh ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/content-ob-page-de /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.de ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/content-ob-page-es /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.es ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/content-ob-page-fr /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.fr ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/content-ob-page-ja /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.ja ln -s /Users/sunwei/github/mdfriday/foundry/example/ws/bk/content /Users/sunwei/github/mdfriday/foundry/example/ws/proj/content ln -s /Users/sunwei/github/mdfriday/foundry/example/ws/bk/content.zh /Users/sunwei/github/mdfriday/foundry/example/ws/proj/content.zh # Beautiful Hugo Theme ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/beautiful/content-beautiful /Users/weisun/github/mdfriday/foundry/example/ws/proj/content ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/beautiful/content-beautiful-zh /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.zh # Notebook Navigator ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/notebook/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/notebook/content.zh /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.zh # Awesome ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/awesome/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/awesome/content.zh /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.zh ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/awesome/content.fr /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.fr ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/awesome/content.de /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.de ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/awesome/content.pt /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.pt ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/awesome/content.ja /Users/weisun/github/mdfriday/foundry/example/ws/proj/content.ja # Resume ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/resume/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Resume Simple ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/resume-clean/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Resume Table ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/resume-table/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Landing Page ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/landing/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Slides ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/slides/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Slides Focus ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/slides-focus/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Portfolio ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/portfolio/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Company ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/company/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Showcase ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/showcase/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content # Quartz ln -s /Users/sunwei/github/mdfriday/foundry/example/ws/bk/quartz/content /Users/sunwei/github/mdfriday/foundry/example/ws/proj/content # Remove obsidian cache cd /Users/weisun/Library/Application Support/obsidian ```