File: README.md

package info (click to toggle)
q-text-as-data 3.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,820 kB
  • sloc: python: 5,872; sh: 157; javascript: 52; makefile: 23
file content (24 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

# Generate web site

# mkdocs folder under project root
$ `cd mkdocs`

* create a pyenv virtual environment 

$ `pip install -r requirements.txt`

$ `./generate-web-site.sh` (static files will be generated into `./generated-site`)

$ `git checkout gh-pages`

$ `cd ../`   # back to project root

$ `scp -r mkdocs/generated-site/* ./`

$ `git add` all modified files

* commit to git 

$ `git push origin gh-pages`