forked from dimazest/qmcs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
51 lines (44 loc) · 828 Bytes
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[buildout]
extends = versions.cfg
extensions = mr.developer
sources = sources
auto-checkout =
pelican-plugins
pelican_extended_authors
pelicanium
show-picked-versions = true
versions = versions
parts =
meow
pelican
restview
[sources]
pelican-plugins = git https://github.com/getpelican/pelican-plugins.git egg=False
pelican_extended_authors = git https://github.com/qmcs/pelican_extended_authors.git
pelicanium = git https://github.com/qmcs/pelicanium
[pelican]
recipe = zc.recipe.egg
eggs =
ghp-import
ipdb
markdown
pelican
pelican_extended_authors
pelicanium
scripts =
pelican
ghp-import
interpreter = python
[restview]
recipe = zc.recipe.egg
eggs =
restview
scripts =
restview
[meow]
recipe = zc.recipe.egg
eggs =
meow
hoedown
scripts =
meow