forked from Hrily/w3pro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
85 lines (72 loc) · 2.29 KB
/
Copy path_config.yml
File metadata and controls
85 lines (72 loc) · 2.29 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Site settings are used to personalize your web site.
# You will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable and will be accessible via {{ site.myvariable }}.
title: w3pro # Your site's title
description: >- # this means to ignore newlines until "baseurl:"
W3PRO is a Jekyll Theme based on the lightweight CSS W3PRO.CSS framework (only 16k) and on the latest generation FONT-AWESOME SVG JS icon set.
Start from a W3School template and create your fantastic home page in minutes with the help of examples and tutorials.
It's all free and well organized.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://enricocaputo.github.io/w3pro/" # the base hostname & protocol for your site, e.g. http://example.com
google_analytics_key:
google_maps_javascript_api_key:
disqus_shortname:
# Jekyll Seo tag:
logo: # URL to a site-wide logo (e.g., /assets/your-company-logo.png)
author:
name: # Author details for the jekyll-seo-tag gem
email: # your-email@example.com
twitter:
username: John Doe # twitter username without the @ symbol
facebook:
app_id: 1234
publisher: 1234
admins: 1234
social:
name: John Doe # enter your name and list links to social profiles
links:
- https://twitter.com/YourName
- https://www.facebook.com/Your.Name
- https://www.linkedin.com/in/YourName
- https://plus.google.com/+YourName
- https://github.com/YourName
- https://keybase.io/YourName
webmaster_verifications:
google: 1234
bing: 1234
alexa: 1234
yandex: 1234
baidu: 1234
lang: it_IT
# Build settings
markdown: kramdown
theme: w3pro
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate-v2
# Produces a cleaner folder structure when using categories
permalink: /:year/:month/:title.html
# Explicitly turn off the old code
#paginate: nil
#paginate_path: nil
# Pagination Settings
pagination:
enabled: true
per_page: 2
permalink: '/page/:num/'
title: ':title - page :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/rub