diff options
| author | 2013-02-27 09:13:24 -0300 | |
|---|---|---|
| committer | 2013-02-27 09:13:24 -0300 | |
| commit | 878ba1152ebc64a4a2609d23c9e400a6111db642 (patch) | |
| tree | 7672c12a59dbab1864606109e4f2b1dd7534043c /nikola/conf.py.in | |
| parent | a40930043121a4b60de8526d58417761a54ab718 (diff) | |
Imported Upstream version 5.3upstream/5.3
Diffstat (limited to 'nikola/conf.py.in')
| -rw-r--r-- | nikola/conf.py.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nikola/conf.py.in b/nikola/conf.py.in index b723744..40e1996 100644 --- a/nikola/conf.py.in +++ b/nikola/conf.py.in @@ -283,6 +283,13 @@ CONTENT_FOOTER = CONTENT_FOOTER.format(email=BLOG_EMAIL, # # Also, there is a local search plugin you can use. +# Use content distribution networks for jquery and twitter-bootstrap css and js +# If this is True, jquery is served from the Google CDN and twitter-bootstrap +# is served from the NetDNA CDN +# Set this to False if you want to host your site without requiring access to +# external resources. +# USE_CDN = False + # Google analytics or whatever else you use. Added to the bottom of <body> # in the default template (base.tmpl). # ANALYTICS = "" |
