areguera / centos / centos.org

Forked from centos/centos.org 4 years ago
Clone

Blame _config.yml

039982
---
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
039982
# 'bundle exec jekyll serve'. If you change this file, please restart the
039982
# server process.
401d07
#
039982
# 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/
039982
039982
# ----------------------------------------------------------------------
401d07
# Site settings
039982
# ----------------------------------------------------------------------
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.
039982
# You can create any custom variable you would like, and they will be
039982
# accessible in the templates via {{ site.myvariable }}.
401d07
401d07
title: The CentOS Project
401d07
email: centos@centos.org
039982
description: "Community-driven free software effort focused around the goal of providing a rich base platform for open source communities to build upon."
039982
039982
# The subpath of your site, e.g. /blog
039982
baseurl: ""
039982
039982
# The base hostname & protocol for your site, e.g. http://example.com
039982
url: "https://www.centos.org"
401d07
039982
# ----------------------------------------------------------------------
401d07
# Build settings
039982
# ----------------------------------------------------------------------
039982
theme: jekyll-theme-centos
039982
401d07
plugins:
401d07
  - jekyll-feed
401d07
  - jekyll-toc
039982
  - jekyll-paginate-v2
039982
  - jekyll-tidy
039982
039982
permalink: /:path/:basename/
401d07
401d07
collections:
039982
  sponsors:
039982
  posts:
039982
    permalink: /:categories/:title/
401d07
401d07
exclude:
401d07
  - .sass-cache/
401d07
  - .jekyll-cache/
401d07
  - gemfiles/
401d07
  - Gemfile
401d07
  - Gemfile.lock
039982
  - .bundle
401d07
  - node_modules/
401d07
  - vendor/bundle/
401d07
  - vendor/cache/
401d07
  - vendor/gems/
401d07
  - vendor/ruby/
401d07
  - .git
401d07
039982
sass:
039982
  sass_dir: _sass
039982
  style: compressed
039982
039982
# ----------------------------------------------------------------------
039982
# Jekyll Pagination
039982
# ----------------------------------------------------------------------
039982
pagination:
039982
  # Site-wide kill switch, disabled here it doesn't run at all
039982
  enabled: true
039982
039982
  # Set to 'true' to enable pagination debugging. This can be enabled in the
039982
  # site config or only for individual pagination pages
039982
  debug: true
039982
039982
  # The default document collection to paginate if nothing is specified
039982
  # ('posts' is default)
039982
  collection: 'posts'
039982
039982
  # How many objects per paginated page, used to be `paginate` (default: 0,
039982
  # means all)
039982
  per_page: 6
039982
039982
  # The permalink structure for the paginated pages (this can be any level
039982
  # deep)
039982
  #permalink: '/page/:num.html' # Pages are simple html files
039982
  #permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
039982
  #permalink: '/news-and-events/:num/' # Pages are index.html inside this folder (default)
039982
  permalink: '/:category/:num/' # Pages are index.html inside this folder (default)
039982
039982
  # Optional the title format for the paginated pages (supports :title for
039982
  # original page title, :num for pagination page number, :max for total number
039982
  # of pages)
039982
  title: ':title - page :num'
039982
039982
  # Limit how many pagenated pages to create (default: 0, means all)
039982
  limit: 0
039982
039982
  # Optional, defines the field that the posts should be sorted on (omit to
039982
  # default to 'date')
039982
  sort_field: 'date'
039982
039982
  # Optional, sorts the posts in reverse order (omit to default decending or
039982
  # sort_reverse: true)
039982
  sort_reverse: true
039982
039982
  # Optional, the default category to use, omit or just leave this as 'posts'
039982
  # to get a backwards-compatible behavior (all posts)
039982
  category: 'posts'
039982
039982
  # Optional, the default tag to use, omit to disable
039982
  tag: ''
039982
039982
  # Optional, the default locale to use, omit to disable (depends on a field
039982
  # 'locale' to be specified in the posts, in reality this can be any value,
039982
  # suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the
039982
  # ISO-639 language code).
039982
  locale: ''
039982
039982
  # Optional, omit or set both before and after to zero to disable. Controls
039982
  # how the pagination trail for the paginated pages look like.
039982
  trail:
039982
    before: 2
039982
    after: 2
039982
039982
  # Optional, the default file extension for generated pages (e.g html, json, xml).
039982
  # Internally this is set to html by default
039982
  extension: html
039982
039982
  # Optional, the default name of the index file for generated pages (e.g.
039982
  # 'index.html') Without file extension.
039982
  indexpage: 'index'
039982
039982
# ----------------------------------------------------------------------
039982
# Jekyll Tidy
039982
# ----------------------------------------------------------------------
039982
jekyll_tidy:
039982
  exclude: []
039982
  compress_html: false
039982
039982
# ----------------------------------------------------------------------
039982
# Jekyll Algolia
039982
# ----------------------------------------------------------------------
039982
algolia:
039982
  application_id: ""
039982
  index_name: "www.centos.org"
039982
  search_only_api_key: ""
039982
039982
# ----------------------------------------------------------------------
039982
# Jekyll ToC
039982
# ----------------------------------------------------------------------
401d07
toc:
401d07
  min_level: 2 # default: 1
401d07
  max_level: 5 # default: 6