|
|
401d07 |
# Welcome to Jekyll!
|
|
|
401d07 |
#
|
|
|
401d07 |
# This config file is meant for settings that affect your whole blog, values
|
|
|
401d07 |
# which you are expected to set up once and rarely edit after that. If you find
|
|
|
401d07 |
# yourself editing this file very often, consider using Jekyll's data files
|
|
|
401d07 |
# feature for the data you need to update frequently.
|
|
|
401d07 |
#
|
|
|
401d07 |
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
|
401d07 |
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
401d07 |
#
|
|
|
401d07 |
# If you need help with YAML syntax, here are some quick references for you:
|
|
|
401d07 |
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
|
|
401d07 |
# https://learnxinyminutes.com/docs/yaml/
|
|
|
401d07 |
#
|
|
|
401d07 |
# Site settings
|
|
|
401d07 |
# These are used to personalize your new site. If you look in the HTML files,
|
|
|
401d07 |
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
|
401d07 |
# You can create any custom variable you would like, and they will be accessible
|
|
|
401d07 |
# in the templates via {{ site.myvariable }}.
|
|
|
401d07 |
|
|
|
401d07 |
title: The CentOS Project
|
|
|
401d07 |
email: centos@centos.org
|
|
|
401d07 |
description: >- # this means to ignore newlines until "baseurl:"
|
|
|
401d07 |
Community-driven free software effort focused around the goal of providing a
|
|
|
401d07 |
rich base platform for open source communities to build upon.
|
|
|
401d07 |
baseurl: "/" # the subpath of your site, e.g. /blog
|
|
|
401d07 |
url: "https://www.centos.org/" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
401d07 |
twitter_username: CentOSProject
|
|
|
401d07 |
github_username: CentOS
|
|
|
401d07 |
|
|
|
401d07 |
# Build settings
|
|
|
401d07 |
theme: minima
|
|
|
401d07 |
plugins:
|
|
|
401d07 |
- jekyll-feed
|
|
|
401d07 |
- jekyll-toc
|
|
|
401d07 |
|
|
|
401d07 |
# Collections
|
|
|
401d07 |
collections:
|
|
|
401d07 |
- sponsors
|
|
|
401d07 |
|
|
|
401d07 |
# Exclude from processing.
|
|
|
401d07 |
# The following items will not be processed, by default.
|
|
|
401d07 |
# Any item listed under the `exclude:` key here will be automatically added to
|
|
|
401d07 |
# the internal "default list".
|
|
|
401d07 |
#
|
|
|
401d07 |
# Excluded items can be processed by explicitly listing the directories or
|
|
|
401d07 |
# their entries' file path in the `include:` list.
|
|
|
401d07 |
#
|
|
|
401d07 |
exclude:
|
|
|
401d07 |
- .sass-cache/
|
|
|
401d07 |
- .jekyll-cache/
|
|
|
401d07 |
- gemfiles/
|
|
|
401d07 |
- Gemfile
|
|
|
401d07 |
- Gemfile.lock
|
|
|
401d07 |
- node_modules/
|
|
|
401d07 |
- vendor/bundle/
|
|
|
401d07 |
- vendor/cache/
|
|
|
401d07 |
- vendor/gems/
|
|
|
401d07 |
- vendor/ruby/
|
|
|
401d07 |
- .git
|
|
|
401d07 |
|
|
|
401d07 |
# Jekyll customization
|
|
|
401d07 |
toc:
|
|
|
401d07 |
min_level: 2 # default: 1
|
|
|
401d07 |
max_level: 5 # default: 6
|