-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (30 loc) · 1.05 KB
/
_config.yml
File metadata and controls
37 lines (30 loc) · 1.05 KB
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
title: "Dylan's Data Science Blog"
author: "Dylan Song"
description: "This blog will document all the different things that I've learned through my data science journey!" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.
markdown: GFM
# Email / Social media user names used by the minima theme:
# All of these are optional and can be removed or commented out
email: "dylanhgs@gmail.com"
github_username: "dylans0ng"
linkedin_username: "dylan-song"
medium_username: "dylanhgs"
#########################################################################################
######### Nothing below needs to be changed (unless you know what you're doing) #########
#########################################################################################
theme: "minima"
# rss: rss
kramdown:
syntax_highlighter_opts:
disable: true
plugins:
- jekyll-feed
- jekyll-sitemap
titles_from_headings:
strip_title: true
collections: true
defaults:
- scope:
path: ""
type: post
values:
tags: Other