github.com/terraform-modules-krish/terratest@v0.29.0/docs/_config.yml (about)

     1  # Welcome to Jekyll!
     2  #
     3  # This config file is meant for settings that affect your whole blog, values
     4  # which you are expected to set up once and rarely edit after that. If you find
     5  # yourself editing this file very often, consider using Jekyll's data files
     6  # feature for the data you need to update frequently.
     7  #
     8  # For technical reasons, this file is *NOT* reloaded automatically when you use
     9  # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
    10  #
    11  # If you need help with YAML syntax, here are some quick references for you:
    12  # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
    13  # https://learnxinyminutes.com/docs/yaml/
    14  #
    15  # Site settings
    16  # These are used to personalize your new site. If you look in the HTML files,
    17  # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
    18  # You can create any custom variable you would like, and they will be accessible
    19  # in the templates via {{ site.myvariable }}.
    20  
    21  title: Terratest
    22  url: "https://terratest.gruntwork.io"
    23  email: info@gruntwork.io
    24  name: "Terratest | Automated tests for your infrastructure code."
    25  description: >- # this means to ignore newlines until "baseurl:"
    26    Terratest is a Go library that provides patterns and helper functions for
    27    testing infrastructure, with 1st-class support for Terraform, Packer, Docker,
    28    Kubernetes, AWS, GCP, and more.
    29  baseurl: "" # the subpath of your site, e.g. /blog
    30  full_company_name: "Gruntwork, Inc"
    31  thumbnail_path: "/assets/img/terratest-thumbnail.png"
    32  repository: "github.com/gruntwork-io/terratest"
    33  twitter_username: https://twitter.com/gruntwork_io
    34  github_username:  https://github.com/gruntwork-io
    35  
    36  github_api_url: https://raw.githubusercontent.com/gruntwork-io/terratest/master
    37  
    38  # Build settings
    39  # theme: minima
    40  assets_base_url: '/assets/'
    41  
    42  ga_tracker: UA-76462621-7
    43  
    44  theme: null
    45  
    46  plugins:
    47    - jekyll-toc
    48    - jekyll-redirect-from
    49    - jekyll-sitemap
    50  
    51  sass:
    52    sass_dir: assets/css
    53    style: compressed
    54  
    55  whitelist:
    56    - jekyll-redirect-from
    57  
    58  include: ['_pages']
    59  
    60  collections:
    61    docs:
    62      output: true
    63      sort_by: order
    64      permalink: /:collection/:categories/:title/
    65  
    66  # Exclude from processing.
    67  # The following items will not be processed, by default.
    68  # Any item listed under the `exclude:` key here will be automatically added to
    69  # the internal "default list".
    70  #
    71  # Excluded items can be processed by explicitly listing the directories or
    72  # their entries' file path in the `include:` list.
    73  #
    74  exclude:
    75    - .sass-cache/
    76    - .jekyll-cache/
    77    - gemfiles/
    78    - Gemfile
    79    - Gemfile.lock
    80    - node_modules/
    81    - vendor/bundle/
    82    - vendor/cache/
    83    - vendor/gems/
    84    - vendor/ruby/
    85    - scripts/