mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
Update _config.yml
This commit is contained in:
parent
c6b7354284
commit
fb2b32e5a1
1 changed files with 22 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue