forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·38 lines (29 loc) · 1.26 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
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore, gemfile]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "Ethics & Algorithms Toolkit (beta)"
keywords: "algorithms, data, data science, machine learning, government data"
description: "Instead of wringing our hands about ethics and artificial intelligence, our toolkit puts an approachable and feasible solution in the hands of government practitioners - something that they can use immediately, without complicated policy overhead."
# source_link: "https://www.techatbloomberg.com/blog/new-toolkit-data-science-ethics-debut-bloombergs-data-good-exchange/"
# favicon: "https://govex.jhu.edu/wp-content/themes/govex-wiki/assets/img/favicon.png"
# touch_icon: "https://govex.jhu.edu/wp-content/themes/govex-wiki/assets/img/favicon.png"
google_analytics_key: UA-67501679-1 ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#86c8bc'
purple: '#8e3a80'
orange: '#fab125'
turquoise: '#0fbfcf'
kramdown:
auto_ids: false