forked from whatyouhide/whatyouhide.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (38 loc) · 1.13 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
46
47
48
49
50
## Website configuration.
google_analytics: UA-41860599-4
# Enter your Disqus shortname (not your username) to enable commenting on posts
disqus: blog-andrealeopardi
footer-links:
email: [email protected]
github: whatyouhide
twitter: whatyouhide
rss: true
# Name of your site (displayed in the header)
title_name: Andrea Leopardi
# URL of your avatar or profile pic. Displayed on the top.
avatar_url: https://www.gravatar.com/avatar/faafc04d9e69b73b9f49995fd4c94d4d?s=500
# Your website URL, used for sitemap.xml and your RSS feed, and the baseurl (in case
# it's not hosted at "/").
url: https://andrealeopardi.com
baseurl: ""
# Owner information.
owner:
name: Andrea Leopardi
email: [email protected]
## Build configuration.
markdown: kramdown
highlighter: rouge
permalink: /posts/:title/
# Set the Sass partials directory, as we're using @imports
sass:
style: compressed
# Use the following plug-ins
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME