dsp-site/README.md

25 lines
708 B
Markdown
Raw Normal View History

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
2019-04-19 18:34:58 +00:00
git submodule update --init themes/bootstrap4
```
Первую компиляцию нужно выполнить без учёта кэша:
```sh
pelican --ignore-cache
```