We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458f288 commit 7823e10Copy full SHA for 7823e10
1 file changed
_config.yml
@@ -1,12 +1,16 @@
1
+# Site settings
2
title: Lviv JavaClub
3
description: > #
4
Let's become the best together
5
url: "https://www.javaclub.lviv.ua"
6
githuburl: https://github.com/lvivJavaClub
-
7
theme: jekyll-theme-cayman
8
+
9
+# Other
10
twitter_image: images/feed.jpg
11
+paginate: 5
12
13
+# Collections
14
collections:
15
- releases
16
@@ -17,9 +21,10 @@ defaults:
17
21
path: ""
18
22
values:
19
23
favicon: "/assets/favicon.ico"
20
-paginate: 5
24
25
+# Plugins
26
plugins:
27
+ - jekyll-seo-tag
28
- jekyll-feed
29
30
# Google services
0 commit comments