dsp-site/README.md

31 lines
896 B
Markdown
Raw Normal View History

2019-04-19 18:34:58 +00:00
Сайт ДСП
========
2019-06-03 07:49:50 +00:00
```sh
2020-04-12 17:04:35 +00:00
sudo apt-get install pelican plantuml yui-compressor
sudo gem install asciidoctor asciidoctor-pdf asciidoctor-diagram
2019-06-03 07:49:50 +00:00
```
2019-04-19 18:34:58 +00:00
Установка:
```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
2019-04-20 16:56:12 +00:00
git submodule update --init plugins/thirdparty/pelidoc
git submodule update --init plugins/thirdparty/yuicompressor-opt
2019-04-26 13:24:15 +00:00
git submodule update --init plugins/thirdparty/pandoc_reader
git submodule update --init plugins/thirdparty/replacer
2020-04-12 17:04:35 +00:00
git submodule update --init plugins/thirdparty/asciidoctor
2019-04-19 18:34:58 +00:00
git submodule update --init themes/bootstrap4
```
Первую компиляцию нужно выполнить без учёта кэша:
```sh
pelican --ignore-cache
```