-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
42 lines (36 loc) · 1.07 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
title: Developerin yol xəritəsi
description: "Roadmaps, articles and resources to help you choose your path, learn and improve."
url: "https://maharramoff.github.io/yol"
author: "Shamkhal Maharramov"
keywords: "roadmap,developer roadmaps,developer roadmap,frontend developer,frontend developer roadmap,frontend,frontend roadmap,backend,backend developer,backend developer roadmap,devops,devops roadmap,fullstack developer roadmap,guide to becoming a developer,sre roadmap,sre,operations roadmap"
github: kamranahmedse
medium: kamranahmedse
twitter: kamranahmedse
email: kamranahmedse@gmail.com
baseurl: "/"
exclude: ["readme.md", "CNAME", "LICENSE", ".gitignore"]
permalink: pretty
timezone: Asia/Baku
categories: [roadmaps, sponsors]
plugins:
- jekyll-sitemap
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "pages"
values:
layout: "page"
webrick:
headers:
Access-Control-Allow-Origin: "*"