blob: e89a5376955c407986817034cb58d9db6c1f4a86 (
plain)
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
|
title: tudor's blog
baseurl: "/blog"
date_format: "%Y-%m-%d"
date_format_unix: "%s"
date_format_post: "%Y-%m-%d %H:%M:%S%:z"
timezone: Europe/Bucharest
description: the blog of Tudor Roman
author: Tudor Roman
exclude:
- gemset.nix
- default.nix
- shell.nix
- vendor
meta:
description: the blog of Tudor Roman
author: Tudor Roman
keywords:
- tudor roman
- tudor's blog
- blog
- linux
- unix
theme-color: '#333'
# Build settings
kramdown:
input: GFM
permalink: pretty
# Third-party services
# just leave someone empty to disable it
google_analytics:
disqus_shortname:
plugins:
- jekyll-feed
- jemoji
|