forked from ellekasai/resumecards
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·33 lines (30 loc) · 793 Bytes
/
_config.yml
File metadata and controls
executable file
·33 lines (30 loc) · 793 Bytes
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
# Site settings
title: Moshe Weitzman's Resume
description: "Musings on Drupal, Continuous Integration, and Data Migration."
url: "https://weitzman.github.io"
author:
name: "Moshe Weitzman"
email: "weitzman@tejasa.com"
url: "http://weitzman.github.io"
twitter:
username: weitzman
social:
name: Moshe Weitzman
links:
- https://twitter.com/weitzman
- https://www.facebook.com/ben.balter
- https://www.linkedin.com/in/weitzman
- https://github.com/weitzman
# Plugins
gems:
- jekyll-seo-tag
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
future: false
webmaster_verifications:
google: 1dCWhFtRvRx2RD6tDzW8uHQhQMHS_R9XKu7eou5gmwU
exclude:
- "README.md"
- "CHANGELOG.md"
- "CNAME"
- "Gemfile"
- "Gemfile.lock"