-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (27 loc) · 885 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
# Edits based on github docs here: remote_theme: tuur29/pages-themes-cayman
#remote_theme: tuur29/pages-themes-cayman
# Edits based on github docs here: remote_theme: https://github.com/pages-themes/cayman
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
# Title & description
title: Omodayo Origunwa
description: Welcome to my website!
# Site usage monitoring
google_analytics: [G-DTHLMSW9SX]
# Setting Front Matter Defaults re. http://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
author: "Omodayo Origunwa"
- scope:
path: "assets/resumes"
values:
current: true
# Styling edits
# sass:
# sass_dir: _sass
# style: compressed