-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
44 lines (34 loc) · 1.32 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
title: "Piotr Kołaczkowski"
author: "Piotr Kołaczkowski"
description: "Blog on programming, optimization and performance analysis"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
markdown: kramdown
kramdown:
math_engine: katex
# Layout
sidebar: true # show a sidebar instead of the usual header
show_excerpts: true # show article excerpts on the home page
show_related: true # show the previous and next links after every post
show_description: true # show the site description in the sidebar
show_title: true # always keep the site title visible
# Styling
dark_header: true # always keep the header dark
minimal: false # use simpler style
# Menu
navigation:
- {file: "index.html", icon: home}
- {file: "about.md", icon: address-card}
- {file: "software.md", icon: cube}
external: # see http://fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
- {title: Github, icon: github, url: "https://github.com/pkolaczk"}
- {title: LinkedIn, icon: linkedin, url: "https://www.linkedin.com/in/pkolaczk"}
- {title: RSS, icon: rss, url: "/feed.xml"}
comments:
disqus: true
disqus_shortname: pkolaczk # see https://disqus.com/
plugins:
- jekyll-feed