diff options
-rw-r--r-- | conf/_config.yml | 31 | ||||
-rw-r--r-- | site/static/img/under-construction.png | bin | 0 -> 233438 bytes | |||
-rw-r--r-- | site/under-construction.html | 32 |
3 files changed, 48 insertions, 15 deletions
diff --git a/conf/_config.yml b/conf/_config.yml index b93c6fb..6ca6369 100644 --- a/conf/_config.yml +++ b/conf/_config.yml @@ -12,7 +12,7 @@ url: "http://docs.automotivelinux.org" # the base hostname & protocol description: AGL (Automotive Grade Linux) Developer Website baseurl: "" # the subpath of the site, e.g. /blog; NOTE: no trailing slash -docsurl: "/docs" # docsearch entry point +docsurl: "/docs" # docsearch entry point rss_path: /misc/feed.xml copyright_date: "2015-2018" @@ -46,18 +46,19 @@ urls: logo: navbar : /static/img/branding/agl_title_793x211.png full : /static/img/branding/agl_827x576.png - + underconstruction: /static/img/under-construction.png + message: indev : "Draft version of documentation under development may change!" - -ganalytics: xxxxxxxx + +ganalytics: xxxxxxxx # NOTE: # this value gets overwritten in _defaults.yml, which is a generated file defaults: # ======= -# Build settings +# Build settings # ======= source: www # overloaded by AppDefaults.js destination: build-dev # overloaded by AppDefaults.js @@ -75,17 +76,17 @@ kramdown: hard_wrap: false syntax_highlighter: rouge toc_levels: "2,3" - + graph: # ~~~ UML-style-class - def_style: simple - tag_uml : UML + def_style: simple + tag_uml : UML tag_flow : FLOW debug : false - + # exclude these directories from the build exclude: - static/css-src - + algolia: # https://community.algolia.com/docsearch/ index : "automotivelinux" apikey: "edd30bcff9f6df4b095c41cba3e5a418" @@ -93,15 +94,15 @@ algolia: # https://community.algolia.com/docsearch/ #disqus: # check https://disqus.com/admin # name: "docsiotbzh" # devmode: 0 - + twitter: hashtag: autogradelinux widgetid: 629424968011386884 - + irc: host: https://webchat.freenode.net/ channel: "#automotive" - + linkto: askbot : https://ask.automotivelinux.org/ account : https://identity.linuxfoundation.org/ @@ -110,5 +111,5 @@ linkto: jira_issues : https://jira.automotivelinux.org/issues/?jql=project%3DSPEC code_contrib: https://git.automotivelinux.org/gerrit/#/q/status:open mail_lists : https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions - - + + diff --git a/site/static/img/under-construction.png b/site/static/img/under-construction.png Binary files differnew file mode 100644 index 0000000..0c514ff --- /dev/null +++ b/site/static/img/under-construction.png diff --git a/site/under-construction.html b/site/under-construction.html new file mode 100644 index 0000000..6311714 --- /dev/null +++ b/site/under-construction.html @@ -0,0 +1,32 @@ +--- +title: Reference +--- + +<div id="hero_bottom_strip"> + <div class="container"> + <div id="hero_section" class="row vertical-center-child"> + <div class="col-xs-12 col-sm-5 agl-bot"> + <img src="{{ site.baseurl }}{{ site.logo.underconstruction }}" style="width:100%" style="margin:50px 50px"/> + </div> + <div class="col-xs-12 col-sm-7 hero_content"> + <!-- <img class="hero_logo hidden-xs" src="{{ site.baseurl }}{{ site.logo.textonly }}"/> --> + <!-- <img class="hero_logo visible-xs" src="{{ site.baseurl }}/static/img/logo_full_2.svg" /> --> + <p>This page is under construction...</p> + </div> + </div> + <div class="row" style="margin:50px 50px"> + </div> + </div> +</div> +<div class="blue-divider"></div> + + +<!-- /container --> + +<div class="container-fluid dark vertical-aligned-columns"> + <div class="container"> + </div><!-- /container --> + +<!-- {% include tools_and_showcase.html %} --> + +</div><!-- /container-fluid --> |