-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (30 loc) · 822 Bytes
/
_config.yml
File metadata and controls
37 lines (30 loc) · 822 Bytes
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
title: Making Chatbots
title_separator: "-"
locale: en-GB
description: "Making Chatbots"
comments: false
url: https://makingchatbots.com
favicon: "/assets/images/favicon.ico"
atom_feed:
path: # blank (default) uses feed.xml
sass:
sass_dir: ./_sass
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
# Site Author
author:
name: "Making Chatbots" # appears in the footer and atom feed
# mimic GitHub Pages with --safe
whitelist:
- jekyll-feed
- jekyll-seo-tag
permalink: /blog/:title.html
# Without this building the website fails, saying it can't find the
# Primer theme - which is correct as I removed all themes from the
# Gemfile.lock when GitHub complained that the Primer theme wasn't
# supported and yet kept being used as a theme in spite of any config
# in here
theme: