Sha256: b1afe46c01e0cbd104925487aa3e10781e4c8385b3cd3787ee97f4c088dee97e

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# CESSDA Technical Guidelines
---
# If you make changes here, you need to restart Jekyll to apply them
title: CESSDA Technical Guidelines
baseurl: /
logo: assets/CESSDA.png
color_scheme: cessda

# Theme
#theme: just-the-docs
theme: jekyll-cessda-docs
search_enabled: true

defaults:
 -
  scope:
   path: "**/*.md"
   type: "pages"
  values:
   permalink: /:path/:basename:output_ext
   layout: "page"

technical-reference:
 version: "v0.2"
 url: "https://technical-reference.readthedocs.io/en/v0.2/"

# 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.
#
# Individual pages that are e.g. in draft format can be hidden
# using 'published: false' in the Front Matter.
#
exclude:
 - .sass-cache/
 - .jekyll-cache/
 - Dockerfile
 - Jenkinsfile
 - gemfiles/
 - Gemfile
 - Gemfile.lock
 - Rakefile
 - nginx/
 - node_modules/
 - README.md
 - CONTRIBUTING.md
 - CHANGELOG.md
 - vendor/bundle/
 - vendor/cache/
 - vendor/gems/
 - vendor/ruby/
 - scripts/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-cessda-docs-0.1.3 _config.yml
jekyll-cessda-docs-0.1.2 _config.yml
jekyll-cessda-docs-0.1.1 _config.yml