-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
46 lines (42 loc) · 1.14 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
# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
title: KaiCode.org
email: [email protected]
description: >
Annual Competition for Young Open Source Projects
baseurl: ""
url: "https://www.kaicode.org"
markdown: kramdown
author:
name: "Yegor Bugayenko"
email: [email protected]
encoding: utf-8
timezone: Europe/Moscow
permalink: :year-:month-:day-:title.html
exclude:
- README.md
- Gemfile.lock
- Gemfile
- LICENSE.txt
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
feed:
title: www.kaicode.org
subtitle: Annual Competition for Young Open Source Projects
path: rss.xml
sass:
style: compressed
deploy_style: compressed
compile_in_place: false
breadcrumbs:
- https://www.yegor256.com/2015/04/16/award.html: 2015
- https://www.yegor256.com/2015/10/17/award-2016.html: 2016
- https://www.yegor256.com/2016/10/23/award-2017.html: 2017
- https://www.yegor256.com/2017/10/24/award-2018.html: 2018
- https://www.yegor256.com/2018/09/30/award-2019.html: 2019
- https://www.yegor256.com/2019/11/03/award-2020.html: 2020
- /2024.html: 2024
- /2025.html: 2025