-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (37 loc) · 2.01 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SITE CONFIGURATION
# Theme used is type on strap
baseurl: ""
url: "https://hadar-simulator.org"
# THEME-SPECIFIC CONFIGURATION
title: Hadar Simulator # site's title
description: "An Open Source Adequacy Library for Everyone" # used by search engines
avatar: assets/img/avatar.png # Empty for no avatar in navbar
favicon: assets/favicon.ico # Icon displayed in the tab
# Header and footer text
header_text: Change <code>header_text</code> in <code>_config.yml</code> # Change Blog header text
footer_text: >
© Except where otherwise noted, this content is Copyright (c) 2020, <a href="https://www.rte-france.com">RTE</a> and licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0 license</a>.
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.png # A bit transparent for color posts.
# Features
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname: # Your discus shortname for comments
layout_variables: # Open the "_sass > base" folder, and open "_variables.scss"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
exclude: [".jekyll-cache", "Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", ".idea", "vendor/*", ".travis.yml",
"LICENSE", "README.md", "screenshot.png", "assets/package.json", "assets/node_modules", "assets/gulpfile.js"]
# theme: type-on-strap # if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github