From c6b73542844dfcc472e3145290d2a6d07b26d421 Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Thu, 2 May 2019 20:38:50 +0200 Subject: [PATCH] Create index.html --- docs/index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..52d633e --- /dev/null +++ b/docs/index.html @@ -0,0 +1,36 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole site, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing these this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'jekyll serve'. If you change this file, please restart the server process. + +# Site settings +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. +# You can create any custom variable you would like, and they will be accessible +# in the templates via {{ site.myvariable }}. +title: Just the Docs +description: A Jekyll theme for documentation +baseurl: "/docker-compose/" # the subpath of your site, e.g. /blog +url: "https://pdmlab.github.io" # the base hostname & protocol for your site, e.g. http://example.com + +permalink: pretty +exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"] + +# Enable or disable the site search +search_enabled: true + +# Aux links for the upper right navigation +aux_links: + "docker-compose on GitHub": + - "//github.com/PDMLab/docker-compose" + +# Color scheme currently only supports "dark" or nil (default) +color_scheme: nil + +plugins: + - jekyll-seo-tag