-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatie.yml
32 lines (28 loc) · 976 Bytes
/
statie.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
imports:
- { resource: 'manifest.yml', ignore_errors: true }
- { resource: 'site/_data/projects.yml' }
- { resource: 'site/_data/talks.yml' }
- { resource: 'site/_data/books.yml' }
parameters:
github_repository_source_directory: 'https://github.com/akondas/arkadiuszkondas.com/tree/master/site'
markdown_headline_anchors: true
# other constants
author: 'Arkadiusz Kondas'
email: '[email protected]'
site:
url: 'https://arkadiuszkondas.com'
title: Arkadiusz Kondas
subtitle: "Software Architect and Data Scientist"
codes:
disqus: 'arkadiusz-kondas-website'
gravatar:
url: 'https://www.gravatar.com/avatar/1e5883eecce756d56cccd9192fa6f4df'
# see https://www.statie.org/docs/generators/
generators:
posts:
route_prefix: ''
services:
ParsedownExtra:
class: ParsedownExtraPlugin
properties:
links_attr: {target: _blank}