Blame _config-staging.yml

91ed16
---
91ed16
# Welcome to Jekyll!
91ed16
#
91ed16
# This config file is meant for settings that affect your whole blog, values
91ed16
# which you are expected to set up once and rarely edit after that. If you find
91ed16
# yourself editing this file very often, consider using Jekyll's data files
91ed16
# feature for the data you need to update frequently.
91ed16
#
91ed16
# For technical reasons, this file is *NOT* reloaded automatically when you use
91ed16
# 'bundle exec jekyll serve'. If you change this file, please restart the
91ed16
# server process.
91ed16
#
91ed16
# If you need help with YAML syntax, here are some quick references for you:
91ed16
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
91ed16
# https://learnxinyminutes.com/docs/yaml/
91ed16
91ed16
# ----------------------------------------------------------------------
91ed16
# Site settings
91ed16
# ----------------------------------------------------------------------
91ed16
# These are used to personalize your new site. If you look in the HTML files,
91ed16
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
91ed16
# You can create any custom variable you would like, and they will be
91ed16
# accessible in the templates via {{ site.myvariable }}.
91ed16
91ed16
title: The CentOS Project
91ed16
email: centos@centos.org
91ed16
description: "Community-driven free software effort focused around the goal of providing a rich base platform for open source communities to build upon."
91ed16
91ed16
# The subpath of your site, e.g. /blog
91ed16
baseurl: ""
91ed16
91ed16
# The base hostname & protocol for your site, e.g. http://example.com
91ed16
url: "https://www.stg.centos.org"
91ed16
91ed16
# site.theme - Set theme name. The theme versions are controlled using
91ed16
# jekyll-theme-centos container images.  These images are versioned and provide
91ed16
# all you need to build jekyll sites with jekyll-theme-centos.
91ed16
theme: jekyll-theme-centos
91ed16
91ed16
plugins:
91ed16
  - jekyll-feed
91ed16
  - jekyll-toc
91ed16
91ed16
collections:
91ed16
  sponsors:
91ed16
  posts:
91ed16
    permalink: /:categories/:title/
91ed16
91ed16
# ----------------------------------------------------------------------
91ed16
# Jekyll Pagination
91ed16
# ----------------------------------------------------------------------
91ed16
pagination:
91ed16
  # Site-wide kill switch, disabled here it doesn't run at all
91ed16
  enabled: false
91ed16
91ed16
  # Set to 'true' to enable pagination debugging. This can be enabled in the
91ed16
  # site config or only for individual pagination pages
91ed16
  debug: true
91ed16
91ed16
  # The default document collection to paginate if nothing is specified
91ed16
  # ('posts' is default)
91ed16
  collection: 'posts'
91ed16
91ed16
  # How many objects per paginated page, used to be `paginate` (default: 0,
91ed16
  # means all)
91ed16
  per_page: 6
91ed16
91ed16
  # The permalink structure for the paginated pages (this can be any level
91ed16
  # deep)
91ed16
  #permalink: '/page/:num.html' # Pages are simple html files
91ed16
  #permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
91ed16
  permalink: '/:category/:num/' # Pages are index.html inside this folder (default)
91ed16
91ed16
  # Optional the title format for the paginated pages (supports :title for
91ed16
  # original page title, :num for pagination page number, :max for total number
91ed16
  # of pages)
91ed16
  title: ':title - page :num'
91ed16
91ed16
  # Limit how many pagenated pages to create (default: 0, means all)
91ed16
  limit: 0
91ed16
91ed16
  # Optional, defines the field that the posts should be sorted on (omit to
91ed16
  # default to 'date')
91ed16
  sort_field: 'date'
91ed16
91ed16
  # Optional, sorts the posts in reverse order (omit to default decending or
91ed16
  # sort_reverse: true)
91ed16
  sort_reverse: true
91ed16
91ed16
  # Optional, the default category to use, omit or just leave this as 'posts'
91ed16
  # to get a backwards-compatible behavior (all posts)
91ed16
  category: 'posts'
91ed16
91ed16
  # Optional, the default tag to use, omit to disable
91ed16
  tag: ''
91ed16
91ed16
  # Optional, the default locale to use, omit to disable (depends on a field
91ed16
  # 'locale' to be specified in the posts, in reality this can be any value,
91ed16
  # suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the
91ed16
  # ISO-639 language code).
91ed16
  locale: ''
91ed16
91ed16
  # Optional, omit or set both before and after to zero to disable. Controls
91ed16
  # how the pagination trail for the paginated pages look like.
91ed16
  trail:
91ed16
    before: 2
91ed16
    after: 2
91ed16
91ed16
  # Optional, the default file extension for generated pages (e.g html, json, xml).
91ed16
  # Internally this is set to html by default
91ed16
  extension: html
91ed16
91ed16
  # Optional, the default name of the index file for generated pages (e.g.
91ed16
  # 'index.html') Without file extension.
91ed16
  indexpage: 'index'
91ed16
91ed16
# site.component_data_dirname - Set the directory name where the navbar data
91ed16
# files is stored. For example, if the navbar file is at
91ed16
# `_data/base/navbar.yml', the value you need to provide here is `base'. For
91ed16
# consistency purposes, the value of this variable is overriden each time the
91ed16
# pipeline runs using the value of ${CI_PROJECT_NAME##jekyll-theme-centos-}
91ed16
# variable.
91ed16
component_data_dirname: "centos"
91ed16
91ed16
# site.component_data_navbar - Set the name of the navbar data file. For
91ed16
# example, if the navbar file is at `_data/base/navbar.yml', the value you need
91ed16
# to provide here is `navbar', without the extension.
91ed16
component_data_navbar: "navbar"
91ed16
91ed16
# site.defaults - Set global default values.
91ed16
defaults:
91ed16
  - scope:
91ed16
      path: "" # an empty string here means all files in the project.
91ed16
    values:
91ed16
      layout: "base/default"
91ed16
      categories: []
91ed16
      # ----------------------------------------------------------------
91ed16
      # Nav
91ed16
      # ----------------------------------------------------------------
91ed16
      with_logo: "centos-whitelogo.svg"
91ed16
      with_manifestation: ""
91ed16
      # ----------------------------------------------------------------
91ed16
      # Header
91ed16
      # ----------------------------------------------------------------
91ed16
      with_breakingnews: []
91ed16
      with_announcements: []
91ed16
      with_motif: "centos-motif.png"
91ed16
      with_title: true
91ed16
      with_preamble: true
91ed16
      # ----------------------------------------------------------------
91ed16
      # Main
91ed16
      # ----------------------------------------------------------------
91ed16
      with_breadcrumbs: true
91ed16
      with_toc: true
91ed16
      with_artwork: false
91ed16
      with_content: true
91ed16
      with_locales: []
91ed16
      # ----------------------------------------------------------------
91ed16
      # Footer
91ed16
      # ----------------------------------------------------------------
91ed16
      with_footer: true
91ed16
      with_shortcuts: true
91ed16
      with_sponsors: false
91ed16
      with_social: true
91ed16
      with_finale: true
91ed16
      with_copyright: true
91ed16
      # ----------------------------------------------------------------
91ed16
      # Script (also changes Head, to manage script-related stylesheets)
91ed16
      # ----------------------------------------------------------------
91ed16
      with_highlight: stackoverflow-light
91ed16
      with_datatables: false
91ed16
91ed16
exclude:
91ed16
  - _locales
91ed16
  - Makefile
91ed16
91ed16
permalink: /:path/:basename/