Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb0ac1d

Browse files
committed
1 parent 787ddae commit eb0ac1d

File tree

7 files changed

+896
-1
lines changed

7 files changed

+896
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pid
22
*.pyc
33
*.swp
4+
__pycache__

pelicanconf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
AUTHOR = u'DyND Developers'
66
SITENAME = u'DyND Multi-Dimensional Array Library'
7-
SITEURL = 'http://libdynd.org/'
7+
SITEURL = 'http://libdynd.org'
88

99
PATH = 'content'
1010

@@ -22,11 +22,14 @@
2222

2323
DEFAULT_PAGINATION = 10
2424

25+
THEME = "theme/"
26+
PLUGIN_PATHS = ["plugins"]
2527
PLUGINS = ["page_hierarchy", "ipynb"]
2628

2729
PAGE_URL = '{slug}/'
2830
PAGE_SAVE_AS = '{slug}/{slug}.html'
2931
SLUGIFY_SOURCE = 'basename'
32+
#PATH_METADATA = 'pages/(?P<path>.*)\..*'
3033

3134
STATIC_PATHS = ['CNAME', 'favicon.ico', 'images']
3235
RELATIVE_URLS = True

plugins/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)