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
*.md
files and Vue components in.vuepress/components
- Run
vuepress dev
in the root directory to preview the site.
- Run
vuepress build
- Place the resulting files from
.vuepress/dist
to a web server.