Skip to content

Commit

Permalink
based on vagrant repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hariszaf committed Aug 11, 2024
1 parent 4392d51 commit 48adc16
Showing 1 changed file with 20 additions and 36 deletions.
56 changes: 20 additions & 36 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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:
Expand Down Expand Up @@ -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 (<v10):
# path: "/assets/js/mermaid.min.js"
# Note: copy both `mermaid.esm.min.mjs` (v10+) or `mermaid.min.js` (<v10) and the associated `.map` file from the specified version of `mermaid/dist` to `/assets/js/`.

# Enable or disable heading anchors
heading_anchors: true
Expand Down Expand Up @@ -216,6 +199,7 @@ callouts:
# ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)

plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-include-cache
Expand Down

0 comments on commit 48adc16

Please sign in to comment.