diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2017-06-30 13:35:21 +0200 |
---|---|---|
committer | Jan-Simon Möller <dl9pf@gmx.de> | 2017-06-30 13:35:21 +0200 |
commit | cc788489c4bbaf64bafaae11aaf3639d75f345db (patch) | |
tree | fc00510b8894f8c58c6b86815c5686e21f7b7ad6 /conf | |
parent | d635da5debb823d8b8f8bf2ff20cbd0535991f9b (diff) |
Remove dev header and edit button from doc site and update header/footer
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/AppDefaults.js | 6 | ||||
-rw-r--r-- | conf/_config.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 5fbc9a8..b1e0749 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -25,9 +25,9 @@ config = { // PUSH_DEST : "apache@some.sample.server:/srv/www/docs/", // CRAWL_PROD : "http://some.sample.server/", - PUSH_DEST : "apache@www.ovh.iot:/srv/www/iotbzh/webdocs-sample/", - CRAWL_DEV : "http://docs.iot.bzh", - CRAWL_PROD : "http://docs.iot.bzh", +// PUSH_DEST : "apache@www.ovh.iot:/srv/www/iotbzh/webdocs-sample/", +// CRAWL_DEV : "http://docs.iot.bzh", +// CRAWL_PROD : "http://docs.iot.bzh", LANGUAGES: ['en','fr'], diff --git a/conf/_config.yml b/conf/_config.yml index ecce84d..cb5cba3 100644 --- a/conf/_config.yml +++ b/conf/_config.yml @@ -15,7 +15,7 @@ baseurl: "" # the subpath of the site, e.g. /blog; NOTE: no trailing slas docsurl: "/docs" # docsearch entry point rss_path: /misc/feed.xml -copyright_date: "2015-2016" +copyright_date: "2015-2017" excerpt_separator: <!--more--> |