github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/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
    10  # process.
    11  
    12  # Site settings These are used to personalize your new site. If you look in the
    13  # HTML files, you will see them accessed via {{ site.title }}, {{ site.email }},
    14  # and so on. You can create any custom variable you would like, and they will be
    15  # accessible in the templates via {{ site.myvariable }}.
    16  title: rules_proto
    17  logo: /logos/stack-build.png
    18  description: >- # this means to ignore newlines until "baseurl:"
    19    rules_proto documentation site
    20  baseurl: "/rules_proto" # the subpath of your site, e.g. /blog
    21  url: "https://stackb.github.io" # the base hostname & protocol for your site, e.g. http://example.com
    22  gitweb: "https://github.com/stackb/rules_proto/blob/master"
    23  
    24  # Build settings
    25  markdown: kramdown
    26  remote_theme: pmarsceill/just-the-docs
    27  search_enabled: true
    28  color_scheme: light
    29  footer_content: "Copyright © 2021 Stack.Build."
    30  
    31  
    32  # Aux links for the upper right navigation
    33  aux_links:
    34    "rules_proto on github":
    35      - "https://github.com/stackb/rules_proto"
    36  
    37  # Exclude from processing.
    38  # The following items will not be processed, by default. Create a custom list
    39  # to override the default setting.
    40  # exclude:
    41  #   - Gemfile
    42  #   - Gemfile.lock
    43  #   - node_modules
    44  #   - vendor/bundle/
    45  #   - vendor/cache/
    46  #   - vendor/gems/
    47  #   - vendor/ruby/