-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
22 lines (20 loc) · 723 Bytes
/
Copy path_config.yml
File metadata and controls
22 lines (20 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Site settings
title: Your awesome title
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Professional page from krlsdu
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://krlsdu.github.io" # the base hostname & protocol for your site
twitter_username: krlsdu
github_username: krlsdu
# Build settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-redirect-from
exclude: [vendor, Gemfile, Guardfile, README, bower]
webrick:
headers:
Content-Security-Policy: "frame-ancestors 'none'; default-src 'none'; img-src 'self'; style-src 'self' 'unsafe-inline' "
X-Frame-Options: DENY
Strict-Transport-Security: max-age=86400; includeSubDomains