File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # -*- coding: utf-8 -*- #
2
+ from __future__ import unicode_literals
3
+
4
+ from settings import *
5
+
6
+ ####### DEBUG #######
7
+ CACHE_CONTENT = False
8
+ RELATIVE_URLS = True
9
+ REAL_SITEURL = SITEURL = 'http://ropython.github.io/ropython-site'
10
+ ASSET_DEBUG = False
11
+ GOOGLE_ANALYTICS_ACCOUNT = '???'
12
+ #####################
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ whitelist_externals =
17
17
commands =
18
18
run: []
19
19
clean: cmd /c " rmdir /S /Q cache"
20
- build: pelican --output output --settings settings.py --delete-output-directory []
20
+ build: pelican --output output --settings {posargs:} settings.py --delete-output-directory
21
21
watch: pelican --output output --settings devsettings.py --delete-output-directory --autoreload []
22
22
web: twistd -n web --path =output --port =80
23
23
publish: ghp-import -m " Update gh-pages." output
You can’t perform that action at this time.
0 commit comments