-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·71 lines (65 loc) · 2.03 KB
/
_config.yml
File metadata and controls
executable file
·71 lines (65 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Site Info
title: "Lucas Paulger"
email: lucas.paulger@gmail.com
description: "Web Developer"
#google_verify: epFgX0s_0RM3CdjwFcsewfXzPov2g8s9ZBOLyaIUH-o # Put your Google Verification here
google_analytics: UA-23249160-1 # Put your Google Analytics code
# Author Info
author_name: "Lucas Paulger"
author_email: lucas.paulger@gmail.com
author_gravatar: 64fa194d80712ca6caa1843bc538a11e # Gravatar md5 hash
twitter_username: lmpaulger
github_username: lpaulger
medium_username: lpaulger
linkedin_username: lpaulger
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
url: "https://lucaspaulger.com" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:categories/:year/:month/:day/:title/ # Post permalink
timezone: Europe/Bucharest # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Site Build
highlighter: rouge
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "highlight", "footnotes"]
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Settings for comments helper
# Set 'provider' to the comment provider you want to use.
# Set 'provider' to false to turn commenting off globally.
#
# comments :
# provider : disqus
# disqus :
# short_name : lpprojects
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
plugins:
- jekyll-sitemap
- jekyll-feed
compress_html:
clippings: all
ingore:
envs: [ "test" ]
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
path: ""
values:
layout: "page"
-
scope:
type: "posts"
path: ""
values:
layout: "post"