forked from artemsheludko/adam-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·61 lines (49 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
title: Tristan Lee
email:
description: > # this means to ignore newlines until "baseurl:"
Tristan Lee's personal blog for sharing simulations, visualizations, and analyses. My focus areas include right-wing extremism, social network analysis, and high-performance computing.
permalink: ':title/'
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://trislee.com'
git_address: https://github.com/trislee
# Author settings
author: Tristan Lee # add your name
author-pic: brillouin.svg
about-author: My name is Tristan Lee, I'm a data science with a background in computational physics. This is my blog that I use to share simulations, visualizations, and analyses. My focus areas include right-wing extremism, social network analysis, and high-performance computing.
# Contact links
email:
phone: # Add your Phone number
website: www.trislee.com
linkedin:
github: trislee # Add your Github handle
twitter: # Add your Twitter handle
facebook: # Add your Facebook handle
instagram: # Add your Instagram handle
pinterest: # Add your Pinterest handle
# Newsletter
mailchimp: # Add your MailChimp form identifier.
# Disqus
discus_identifier: # Add your discus identifier
# Tracker
analytics: # Google Analytics
# Paginate
paginate: 16
paginate_path: /page:num/
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: paper
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "package-lock.json", "assets/css/sass/"]
# Code block syntax highlighting
highlighter: rouge
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
# header_pages:
# - _pages/about.html
# - _pages/tags.html