-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (39 loc) · 804 Bytes
/
_config.yml
File metadata and controls
46 lines (39 loc) · 804 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
title: smartnode.github.io
description: software engineer's notes
url: https://smartnode.github.io
baseurl: ""
paginate_path: "blog/page:num/"
permalink: blog/:title/
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
default_lang: csharp
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
paginate: 5
navigation:
- title: Home
url: /index.html
icon: fa-home
- title: About
url: /about
icon: fa-user
# - title: Blog
# url: /posts
# icon: fa-bookmark
social:
github: smartnode
twitter: vorsagref
linkedin: elmurod-talipov
email: elmurod.talipov@gmail.com
google_analytics: "UA-24495574-1"
show_drafts: false
future: false