15 lines
324 B
YAML
15 lines
324 B
YAML
|
# Site settings
|
||
|
title: Gergely Polonkai
|
||
|
email: gergely@polonkai.eu
|
||
|
description: "developer, systems engineer and administrator"
|
||
|
baseurl: ""
|
||
|
url: "http://gergely.polonkai.eu"
|
||
|
timezone: Europe/Budapest
|
||
|
name: Gergely Polonkai
|
||
|
paginate: 10
|
||
|
paginate_path: "/blog/page/:num"
|
||
|
|
||
|
# Build settings
|
||
|
markdown: kramdown
|
||
|
permalink: pretty
|