21 lines
471 B
Markdown
21 lines
471 B
Markdown
|
Сайт ДСП
|
||
|
========
|
||
|
|
||
|
Установка:
|
||
|
|
||
|
```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 themes/bootstrap4
|
||
|
```
|
||
|
|
||
|
Первую компиляцию нужно выполнить без учёта кэша:
|
||
|
|
||
|
```sh
|
||
|
pelican --ignore-cache
|
||
|
```
|
||
|
|