Folder structure

.gitignore

/_build # Generated, don't touch

/documents

/draft

/static

/themes

/maren.json

/package-lock.json

/package.json

_build

/_build # Generated, don't touch

  /article-a/index.html
  /article-b/index.html
  /article-c/index.html

  /static/notes.txt
  /static/image.png
  /static/favicon.ico

  /theme/default/styles-MD5SUM.css
  /theme/default/scripts-MD5SUM.js

  index.html
  404.html

maren.json

{
  theme: "",
  plugins: []
}