-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (36 loc) · 994 Bytes
/
_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
title: "Sprint 2: Ethical Data."
email: '[email protected]'
description: "As technology accelerates ahead, it's important to think about the ethical side of technology, especially when working with huge amounts of users data."
url: "https://open-sourced-olaf.github.io/Ethical-Data/"
twitter_username: 'gladishd'
github_username: 'gladishd'
medium_username: 'blog.gladishd.com'
markdown: kramdown
plugins:
- jekyll-paginate-v2
pagination:
enabled: true
debug: false
collection: 'posts'
per_page: 10
permalink: '/page/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
trail:
before: 2
after: 2
extension: html
indexpage: 'index'
footer_text: '© 2021 Dean Gladish, Marco Chan, Prashi Doval'
admin_name: 'Dean Gladish'
google_analytics: "UA-9999999-99"
enable_contact: false
enable_nav: true
nav_item:
- { url: '/', text: 'Home' }
- { url: '/Ethical-Data/about', text: 'About' }