-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·54 lines (39 loc) · 1.7 KB
/
_config.yml
File metadata and controls
executable file
·54 lines (39 loc) · 1.7 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: Caitlyn M. Wolf
name: Caitlyn Wolf
email: caitlyn.wolf.2@gmail.com
description: This website is currently under construction, but be sure to check back soon!
parallax_image_three: assets/images/lavendar_cait.jpg # These are the images used for the parallax background
parallax_image_two: assets/images/boats_cait.jpg
parallax_image_one: assets/images/cherry_blossoms_cait.jpg
project_one: "First Project"
project_one_description: Describe your project!
project_one_url: https://github.com/jameshamann/jekyll-material-theme
project_one_icon: location_on
project_two: Second Project
project_two_description: Describe your project!
project_two_url: https://github.com/jameshamann/jekyll-material-theme
project_two_icon: photo_camera
project_three: Third Project
project_three_description: Describe your project!
project_three_url: https://github.com/jameshamann/jekyll-material-theme
project_three_icon: hotel
project_four: Fourth Project
project_four_description: Describe your project!
project_four_url: https://github.com/jameshamann/jekyll-material-theme
project_four_icon: restaurant
project_button: Github
github: https://github.com/caitwolf/
medium: https://www.linkedin.com/in/caitlynwolf/
baseurl: # if your site is located at /blog or /home, enter it here, otherwise leave it as '/'
url: '/' #the url of your site
google_analytics_tracking_id: # This looks something like UA-000000000-0 Head over to https://analytics.google.com/ to setup.
cookies_banner: none # The value "show" will show the cookies banner, the value "none" will hide the banner.
cookie_accept_message: Thanks!
# Build settings
markdown: kramdown
# theme: minima
permalink: pretty
plugins:
- jekyll-feed
- jekyll-assets
- jekyll-minifier