-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (24 loc) · 909 Bytes
/
_config.yml
File metadata and controls
28 lines (24 loc) · 909 Bytes
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
# Site settings
title: DevComanda Community
email: info@devcomanda.com
description: >- # this means to ignore newlines until "baseurl:"
Сообщество ребят, которые интересуются разработкой на Java и не только.
На своем опыте мы поняли, что учиться намного легче вместе.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://devcomanda.com" # the base hostname & protocol for your site, e.g. http://example.com
google_analytics: UA-124320630-1
social_links:
github: devcomanda
twitter: devcomanda1
facebook: devcomanda
youtube_channel: UCU8N0JiUME2zgkXYA3AqRJQ
youtube_name: devcomanda
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
- jekyll-mentions
exclude: ["CNAME", "readme.md", "Gemfile", "Gemfile.lock"]