Все подмодули на собственном сервере
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
/.asciidoctor
|
||||||
|
|
||||||
cache/*
|
cache/*
|
||||||
cache-ascii/*
|
cache-ascii/*
|
||||||
cache-full/*
|
cache-full/*
|
||||||
@ -10,6 +12,7 @@ upload.sh
|
|||||||
wiki/**/diag*.png
|
wiki/**/diag*.png
|
||||||
wiki/**/*.png.cache
|
wiki/**/*.png.cache
|
||||||
|
|
||||||
|
*.pyc
|
||||||
*.txt
|
*.txt
|
||||||
upload-*.sh
|
upload-*.sh
|
||||||
|
|
||||||
|
25
.gitmodules
vendored
25
.gitmodules
vendored
@ -1,28 +1,27 @@
|
|||||||
[submodule "plugins/thirdparty/md-metayaml"]
|
[submodule "plugins/thirdparty/md-metayaml"]
|
||||||
path = plugins/thirdparty/md-metayaml
|
path = plugins/thirdparty/md-metayaml
|
||||||
url = git@git.246060.ru:/f1x1t/pelican-md-metayaml.git
|
url = git@git.246060.ru:f1x1t/pelican-md-metayaml.git
|
||||||
[submodule "plugins/thirdparty/pelican-css"]
|
|
||||||
path = plugins/thirdparty/pelican-css
|
|
||||||
url = https://notabug.org/jorgesumle/pelican-css
|
|
||||||
[submodule "themes/bootstrap4"]
|
[submodule "themes/bootstrap4"]
|
||||||
path = themes/bootstrap4
|
path = themes/bootstrap4
|
||||||
url = git@git.246060.ru:/f1x1t/pelican-theme-bootstrap4.git
|
url = git@git.246060.ru:f1x1t/pelican-theme-bootstrap4.git
|
||||||
[submodule "plugins/thirdparty/yuicompressor-opt"]
|
[submodule "plugins/thirdparty/yuicompressor-opt"]
|
||||||
path = plugins/thirdparty/yuicompressor-opt
|
path = plugins/thirdparty/yuicompressor-opt
|
||||||
url = git@git.246060.ru:/f1x1t/pelican-yuicompressor-opt.git
|
url = git@git.246060.ru:f1x1t/pelican-yuicompressor-opt.git
|
||||||
[submodule "plugins/thirdparty/pelidoc"]
|
[submodule "plugins/thirdparty/pelidoc"]
|
||||||
path = plugins/thirdparty/pelidoc
|
path = plugins/thirdparty/pelidoc
|
||||||
url = git@git.246060.ru:/f1x1t/pelican-pelidoc.git
|
url = git@git.246060.ru:f1x1t/pelican-pelidoc.git
|
||||||
[submodule "plugins/thirdparty/pandoc_reader"]
|
[submodule "plugins/thirdparty/pandoc_reader"]
|
||||||
path = plugins/thirdparty/pandoc_reader
|
path = plugins/thirdparty/pandoc_reader
|
||||||
url = git@git.246060.ru:/f1x1t/pelican-pandoc-reader
|
url = git@git.246060.ru:f1x1t/pelican-pandoc-reader
|
||||||
branch = master
|
|
||||||
[submodule "plugins/thirdparty/replacer"]
|
|
||||||
path = plugins/thirdparty/replacer
|
|
||||||
url = git@github.com:/narusemotoki/replacer
|
|
||||||
[submodule "plugins/thirdparty/asciidoctor"]
|
[submodule "plugins/thirdparty/asciidoctor"]
|
||||||
path = plugins/thirdparty/asciidoctor
|
path = plugins/thirdparty/asciidoctor
|
||||||
url = git@git.246060.ru:f1x1t/pelican-asciidoctor
|
url = git@git.246060.ru:f1x1t/pelican-asciidoctor
|
||||||
|
[submodule "plugins/thirdparty/replacer"]
|
||||||
|
path = plugins/thirdparty/replacer
|
||||||
|
url = git@git.246060.ru:f1x1t/pelican-replacer
|
||||||
|
[submodule "plugins/thirdparty/pelican-css"]
|
||||||
|
path = plugins/thirdparty/pelican-css
|
||||||
|
url = git@git.246060.ru:f1x1t/pelican-css
|
||||||
[submodule "plugins/official"]
|
[submodule "plugins/official"]
|
||||||
path = plugins/official
|
path = plugins/official
|
||||||
url = git@github.com:getpelican/pelican-plugins
|
url = git@git.246060.ru:f1x1t/pelican-plugins-official
|
||||||
|
Submodule plugins/official updated: 604bcdd01c...7e8c591b51
BIN
wiki/images/cmake-fixes/clang-tidy1.png
Normal file
BIN
wiki/images/cmake-fixes/clang-tidy1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
BIN
wiki/images/cmake-fixes/clang-tidy2.png
Normal file
BIN
wiki/images/cmake-fixes/clang-tidy2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 KiB |
BIN
wiki/images/cmake-fixes/clazy1.png
Normal file
BIN
wiki/images/cmake-fixes/clazy1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
wiki/images/cmake-fixes/clazy2.png
Normal file
BIN
wiki/images/cmake-fixes/clazy2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
Reference in New Issue
Block a user