UNPKG

947 BYAMLView Raw
1
2domain: g14n.info
3name: algebra
4encoding: utf-8
5
6author: Gianluca Casati
7description: My digital copybook
8
9permalink: ./:year/:month/:title
10
11exclude:
12 - Gemfile
13 - README.md
14 - _projects/_repos
15 - _projects/README.md
16 - _projects/**/*.yaml
17
18markdown: kramdown
19kramdown:
20 input: GFM
21
22collections:
23 projects:
24 output: true
25 permalink: ./:path.html
26
27# Defaults
28
29defaults:
30 -
31 scope:
32 path: ""
33 type: "posts"
34 values:
35 author: Gianluca Casati
36 layout: post
37 -
38 scope:
39 path: ""
40 type: "pages"
41 values:
42 layout: algebra
43
44# Custom vars
45
46bootstrap:
47 base_url: https://maxcdn.bootstrapcdn.com/bootstrap
48 version: 3.2.0
49
50jquery:
51 base_url: https://ajax.googleapis.com/ajax/libs/jquery
52 version: 1.11.1
53
54mathjax:
55 base_url: https://cdn.mathjax.org/mathjax
56 version: latest
57
58google-analytics:
59 id: UA-12635045-12
60
61repo: https://github.com/fibo/fibo.github.io/
62
63disqus:
64 shortname: g14n