-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (45 loc) · 1.02 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
47
48
49
50
51
52
53
54
55
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-seo-tag
- jekyll-sitemap
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Permalinks
permalink: pretty
# relative_permalinks: true
# Setup
title: 'Code with the wind'
tagline: 'Personal blog'
description: 'Where time goes while solving programming challenges'
url: https://nejcskofic.github.io
baseurl: ''
author:
name: 'Nejc Skofic'
url: https://nejcskofic.github.io/about
paginate: 5
sass:
style: compressed
excerpt_separator: <!--more-->
# Custom vars
social:
linkedin_user: nejc-%25C5%25A1kofi%25C4%258D-525932120
github_user: nejcskofic
stackoverflow_user: 8401618/nejcs
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true