forked from ShikherVerma/Shikherverma.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (42 loc) · 1.43 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
45
46
47
48
49
# Site settings
title: Tinker
default_author: Craig Dsouza
author: Craig Dsouza
description: All things me, personal + professional (open data, working with data, python, scraping, gis, remote sensing) # used in site head
keywords: GIS, RS, Open data, ODK, web-scraping
baseurl: "" #https://craigdsouza.github.io/
# register on google analytics and replace this token
google_analytics: UA-78353942-2
# disque comments are broken if you send http:// along with url, this url is same as the one given on disqus
# Deleting the value would remove it from footer.
disqus_url:
disqus_id:
# register on feedburner and replace this url. Deleting the value will remove it from footer.
feedburner_url:
# footer details. Deleting the value would remove it from footer.
github_username: craigdsouza
facebook_username: craigds022
instagram_username: time.capsuling
email: [email protected]
stackoverflow_username:
twitter_username : dsouza_craig
linkedin_username : craig-dsouza
keybase_username :
copyright_name: Craig Dsouza
rss :
# used for portfolio on home page
collections:
- portfolio
# used to estimate reading time
wpm: 150
# Build settings
markdown: kramdown
highlighter: rouge
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
port: 8888
permalink: /:categories/:title
# jekyll-paginate. for paginating blog posts.
paginate: 5
paginate_path: blog/page:num
# gem dependencies
plugins: [jekyll-paginate, jekyll-feed, jekyll-gist]