A Static Site Generator for KYOSS.org/KYOSS.dev. This site uses VuePress
to generate a static website from Markdown. Changes merged to the main
branch will be automatically built and
published via GitHub Actions.
- Create a Markdown file in the
docs/
subdirectory. - Add the Frontmatter to set the title/language/etc...
--- lang: en-US title: Title of this page description: Description of this page ---
- Add/Commit the new page to the git repository
- Push your branch to your fork
- Submit a pull request to merge your submission to the
main
branch
You can reference any assets using relative URLs in your Markdown content:

This is generally the suggested way to import images, as users usually place images near the Markdown file that references them.
- NodeJS version 16 or higher
yarn
, which can be installed via node package manager included with NodeJSnpm install --global yarn
In the root of this project run the following command
yarn
yarn docs:dev