-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
34 lines (29 loc) · 1015 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
# ----------- CONFIGURABLE START -----------
title: "SteveD3.io"
description: "SteveD3's personal blog for things that are too long for social media."
url: https://steved3.io # Site url, without a slash at the end.
signoff: "Steve" # Your name
facebook_appid: # APP ID for like button, remove from /_includes/share.html if unwanted.
google_analytics: # Set tracking, remove from /javascripts/basic.js if unwanted.
share: false # Turn on twitter and facebook share buttons
links:
- name: Home
url: /
external: false
- name: Topics
url: /categories
external: false
- name: About
url: /about
external: false
# ------------ CONFIGURABLE END ------------
permalink: /data/:title/:year/:month/:day/
defaults:
- values:
layout: "default"
plugins:
- jekyll-sitemap
- jekyll-feed
# -- checked 1-3-20 --
future: false
timezone: America/Indiana/Indianapolis