forked from e2nIEE/pandapower-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (33 loc) · 801 Bytes
/
_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
remote_theme: "mmistakes/[email protected]"
repository: e2nIEE/pandapower
title: "pandapower"
include:
- _pages
defaults:
- scope:
path: "_pages"
values:
layout: single
author_profile: false
author:
name : "pandapower"
# avatar : "/images/pp.svg"
bio : "An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation. "
location : Kassel, Germany
email : [email protected]
github : e2nIEE/pandapower
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
theme: jekyll-theme-slate