31 lines
896 B
Markdown
31 lines
896 B
Markdown
Сайт ДСП
|
|
========
|
|
|
|
```sh
|
|
sudo apt-get install pelican plantuml yui-compressor
|
|
sudo gem install asciidoctor asciidoctor-pdf asciidoctor-diagram
|
|
```
|
|
|
|
Установка:
|
|
|
|
```sh
|
|
git clone git@git.246060.ru:/f1x1t/dsp-site dsp-site
|
|
cd dsp-site
|
|
git submodule update --init --recursive plugins/thirdparty/md-metayaml
|
|
git submodule update --init plugins/official
|
|
git submodule update --init plugins/thirdparty/pelican-css
|
|
git submodule update --init plugins/thirdparty/pelidoc
|
|
git submodule update --init plugins/thirdparty/yuicompressor-opt
|
|
git submodule update --init plugins/thirdparty/pandoc_reader
|
|
git submodule update --init plugins/thirdparty/replacer
|
|
git submodule update --init plugins/thirdparty/asciidoctor
|
|
git submodule update --init themes/bootstrap4
|
|
```
|
|
|
|
Первую компиляцию нужно выполнить без учёта кэша:
|
|
|
|
```sh
|
|
pelican --ignore-cache
|
|
```
|
|
|