mlops/_config.yml

62 строки
1.6 KiB
YAML

title: Machine Learning Ops
subtitle: Use GitHub to facilitate automation, collaboration and reproducibility in your machine learning workflows.
email: your-email@example.com
description: >-
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Omnis modi vero placeat, voluptatem tempore temporibus nulla quos provident architecto saepe quasi voluptates nesciunt impedit ipsum veritatis delectus nostrum rem.
logo: "/assets/images/Data-driven-recommendations.png"
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
excerpt_separator: <!--more-->
environment: 'dev'
plugins:
- jekyll-feed
- jekyll-seo-tag
collections:
team:
output: true
pages:
output: true
defaults:
- scope:
path: ""
type: "team"
values:
layout: "author"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- README.md
- requirements.md
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/