This is the scaffolding for a new website replacing the current kagyumonlam.org. This codebase is a static website generator built using the metalsmith framework.
In the src/
directory is the raw content of the website in Markdown and YAML formats. In the layouts/
directory is the HTML code that defines the structure of the web site in a DRY fashion. When the site is built, the build/
directory will be populated with the rendered web pages and can be hosted on any web hosting provider.
To build:
npm run build