From 48adc1655735fe024c78c675d8b4c53eeee1a2bc Mon Sep 17 00:00:00 2001 From: Haris Zafeiropoulos Date: Sun, 11 Aug 2024 19:41:53 +0200 Subject: [PATCH] based on vagrant repo --- docs/_config.yml | 56 +++++++++++++++++------------------------------- 1 file changed, 20 insertions(+), 36 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 416388f..62c1e79 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,28 +13,19 @@ # 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: "microbetag" -description: A place with the background and the *how to* of the *microbetag* tool - currently in production - +title: "microbetag" baseurl: "/microbetag" # the subpath of your site, e.g. /blog -url: "https://hariszaf.github.io" # - -# the subpath of your site, e.g. /blog -# baseurl: "/docs" - -# url: "https://just-the-docs.com" # the base hostname & protocol for your site, e.g. http://example.com -# repository: just-the-docs/just-the-docs # for github-metadata +url: "https://hariszaf.github.io" +description: A place with the background and the *how to* of the *microbetag* tool - currently in production permalink: pretty - # Build settings +# Build settings markdown: kramdown - - -# exclude: +exclude: # # from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml: # - .sass-cache/ # - .jekyll-cache/ @@ -46,20 +37,20 @@ markdown: kramdown # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ - # specific to the theme website: - - bin/ - - lib/ - - "*.gemspec" - - "*.gem" - - LICENSE.txt - - package.json - - package-lock.json - - Rakefile - - README.md - - CODE_OF_CONDUCT.md - - docker-compose.yml - - Dockerfile - # theme test code +# # specific to the theme website: +# - bin/ +# - lib/ +# - "*.gemspec" +# - "*.gem" +# - LICENSE.txt +# - package.json +# - package-lock.json +# - Rakefile +# - README.md +# - CODE_OF_CONDUCT.md +# - docker-compose.yml +# - Dockerfile +# # theme test code - fixtures/ keep_files: @@ -103,14 +94,6 @@ mermaid: # Version of mermaid library # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/ version: "9.1.6" - # Put any additional configuration, such as setting the theme, in _includes/mermaid_config.js - # See also docs/ui-components/code - # To load mermaid from a local library, also use the `path` key to specify the location of the library; e.g. - # for (v10+): - # path: "/assets/js/mermaid.esm.min.mjs" - # for (