Needs to run on node v10.
npm run dev
npm run deploy
This is done automatically when running npm run dev
and npm run deploy
.
Process all markdown files content/nieuws/**/**/*.md
and create summary json that can be used in the static app
npm run build:content:news
Process all markdown files content/evenementen/**/*.md
and create summary json that can be used in the static app
npm run build:content:events
Process all markdown files content/wedstrijdverslagen/2019-2020/heren/1e-provinciale/*.md
and create summary json that can be used in the static app
npm run build:content:wedstrijdverslagen
Process all markdown files content/pages/**/*.md
and create summary json that can be used in the static app. Routes are also automatically created for every page according to the directory structure.
npm run build:content:pages
Run all of the above build commands
npm run build:content