Skip to content

cristianvasquez/prototype_06

Repository files navigation

Simple Wikilink-enabled markdown publisher

  1. Install the necessary dependencies
yarn install
  1. Somehow put your notes in ./src/notes

  2. Run eleventy

yarn start

or

eleventy --output=output --serve