-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_config.yml
131 lines (110 loc) · 3.18 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Simple Blog Theme
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for SEO optimization) and in your feed.xml site description.
baseurl: "/jekyll-theme-simple-blog" # change this to the subpath of your site, e.g. /blog. Leave it empty if you don't need it.
url: "https://lorepirri.gitlab.io" # change this to the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Make sure to exclude 'vendor' from the build
exclude: [vendor, "Gemfile", "Gemfile.lock"]
# permalink: /:categories/:year/:month/:day/:title.html
# none is equivalent to /:title.html
# https://jekyllrb.com/docs/permalinks
permalink: /:title.html
# jekyll-theme-simple-blog date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
jekyll-theme-simple-blog:
date_format: "%b %-d, %Y"
theme: # leave it empty
header_page_refs: ['coding','projects','about']
plugins:
- jekyll-target-blank
target-blank:
rel: nofollow
show_post_image_posts_list: false
header:
image: /assets/patterns/symphony.png
# social
author:
name: "Simple Blog Theme"
short_bio:
en: Jekyll Blog Theme, Responsive
it: Jekyll Blog Theme, Responsive
picture: assets/img/profile-60.png
image: /assets/img/profile-225.png
#twitter:
# username:
#instagram_username:
#linkedin_username: hereyourlinkedin-id-only
# gitlab on site
gitlab:
owner_url: https://gitlab.com/lorepirri
# github on site
github:
owner_url: https://github.com/lorepirri
# translation
t:
en:
latest-posts: "Latest Posts"
read-more: "Read More →"
show-more: "Show More →"
loading: "Loading..."
on-word: "on"
contact: "Contact"
contact-page: "contact.md"
read-time: "min read"
comments: "comments"
go-to-home-page: "Go to the Home Page"
months:
january: "Jan"
february: "Feb"
march: "Mar"
april: "Apr"
may: "May"
june: "Jun"
july: "Jul"
august: "Aug"
september: "Sep"
october: "Oct"
november: "Nov"
december : "Dec"
it:
latest-posts: "Ultimi Posts"
read-more: "Leggi →"
show-more: "Mostra →"
loading: "Caricamento..."
on-word: "su"
contact: "Contatta"
contact-page: "contatta.md"
read-time: "min di lettura"
comments: "commenti"
go-to-home-page: "Vai alla Pagina Iniziale"
months:
january: "Gen"
february: "Feb"
march: "Mar"
april: "Apr"
may: "Mag"
june: "Giu"
july: "Lug"
august: "Ago"
september: "Set"
october: "Ott"
november: "Nov"
december : "Dic"
defaults:
-
scope:
type: "posts"
values:
lang: "en"
category: articles