-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
52 lines (41 loc) · 1.22 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
# Paths
root: /
permalink: /blog/:year-:month/:title/
# Plugins
plugins: [jekyll-paginate]
# List of all authors; add your name here before posting!
authors:
dominik:
display_name: Dominik Charousset
email: [email protected]
github: Neverlord
# Conversion
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# Meta information & web address
title: 'CAF, the C++ Actor Framework'
tagline: 'An Open Source implementation of the actor model in C++.'
description: 'CAF is an open source implementation of the actor model for C++ featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.'
url: 'https://www.actor-framework.org/'
baseurl: /
owner:
name: C++ Actor Framework
twitter: actor_framework
github: actor-framework
# File blacklist
exclude: [README.md, template.md]
# Post per page
paginate: 3
# Do not publish posts with a future date
future: false
# Custom vars
version: 0.14.0
# Repository
github:
repo: https://github.com/actor-framework/actor-framework
# Google analytics
google_analytics:
id: UA-56404861-1
username: auto