-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·45 lines (36 loc) · 898 Bytes
/
_config.yml
File metadata and controls
executable file
·45 lines (36 loc) · 898 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
# Site settings
title: "sobolevn's personal blog"
description: >
On good software, mediocre software, and bad software.
Also rants about management and development processes.
author: Nikita Sobolev
email: mail@sobolevn.me
username: sobolevn
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://sobolevn.me" # the base hostname & protocol for your site
github_edit_url: "https://github.com/sobolevn/sobolevn.github.io/blob/master"
disqus_id: sobolevn-me
google_analytics_id: UA-66588818-1
# Build settings
include: [_pages]
markdown: kramdown
permalink: /:year/:month/:title
collections:
talks:
output: true
permalink: /:collection/:name
activities:
output: true
permalink: /:collection:/:name
feed:
collections:
- talks
- activities
sass:
style: compressed
exclude: [vendor]
# Plugins:
plugins:
- jemoji
- jekyll-sitemap
- jekyll-feed