generated from foambubble/foam-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (38 loc) · 1.04 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
title: My knowledge base
description: >- # this means to ignore newlines until "baseurl:"
Мои заметки о программировании, data science и алгоритмах, собранные в процессе обучения
baseurl: "/myknowlegebase" # the subpath of your site, e.g. /blog
url: "https://konstantinklepikov.github.io" # the base hostname & protocol for your site
owner_url: "https://github.com/KonstantinKlepikov"
owner_name: "KonstantinKlepikov"
exclude:
- .vscode
- .foam
- readme.md
- LICENSE
- Gemfile
- gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- tag_generator.py
- Makefile
social:
links:
- https://t.me/KlepikovKonstantin
- https://github.com/KonstantinKlepikov
lang: ru_RU
# socials:
telegram_username: KlepikovKonstantin
github_username: KonstantinKlepikov
# Build settings
markdown: kramdown
theme: jekyll-swiss
theme_color: magenta
plugins:
- jekyll-sitemap
- jekyll-environment-variables
- jekyll-seo-tag
github: [metadata]