Source files for Pline website
Uses Vuepress static site generator and reactive Vue components.
- Install Vuepress
- Place this repo to
~/Desktop/Pline/docs - Run
.vuepress/public/archive.sh- this creates zip files to
~/Downloads/Pline_zip
- this creates zip files to
Default directories can be changed by editing the symlinks in .vuepress/public
- Edit the source files: markup/HTML in
*.mdfiles and Vue components in.vuepress/components - Run
vuepress devin the root directory to preview the site.
- Run
vuepress build - Place the resulting files from
.vuepress/distto a web server.