-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (33 loc) · 811 Bytes
/
_config.yml
File metadata and controls
45 lines (33 loc) · 811 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
38
39
40
41
42
43
44
45
title: "Burning Cost"
description: "Open-source pricing tools for UK personal lines insurance teams. Python libraries covering the full pricing workflow: from walk-forward cross-validation to constrained rate optimisation."
baseurl: ""
url: "https://burningcost.github.io"
author:
name: "Burning Cost"
email: "pricing.frontier@gmail.com"
twitter:
username: burningcost
card: summary
theme: minima
minima:
skin: classic
header_pages:
- course.md
- about.md
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
show_excerpts: true
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: /:year/:month/:day/:title/
github:
- repo: "https://github.com/burningcost/shap-relativities"
exclude:
- Gemfile
- Gemfile.lock
- vendor/