diff --git a/docs/_config.yml b/docs/_config.yml index 457d7a5..8cc826f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,23 @@ +title: docker-compose +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: + "Just the Docs on GitHub": + - "//github.com/pmarsceill/just-the-docs" + +# Color scheme currently only supports "dark" or nil (default) +color_scheme: nil + remote_theme: pmarsceill/just-the-docs + +plugins: + - jekyll-seo-tag