-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (34 loc) · 1.34 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
# Welcome to Jekyll!
#
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Daniel DeLayo's site
email: [email protected] # email of site's author
url: "https://danieldelayo.github.io"
author: Daniel DeLayo # name of site's author
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
# favicon: "logo.png" # name+extension of favicon (which must be put on the root folder)
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
theme_config:
appearance: "light" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description in home page
sass:
style: :compressed
#TODO
google_analytics: "G-CVLR2C85RK"
exclude:
- Gemfile
- Gemfile.lock
keep_files:
- resume.pdf
# Build settings
remote_theme: riggraz/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
- jekyll-seo-tag