-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (26 loc) · 849 Bytes
/
_config.yml
File metadata and controls
32 lines (26 loc) · 849 Bytes
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
title: Jamplate
email: jamplate@cufy.org
description: >- # this means to ignore newlines until "baseurl:"
Jamplate is a C-Style pre-processor. Although it is a C-Style, this does not mean it is
following the C standard. This pre-processor has almost the same expected behaviour as a
standard C pre-processors with some features added and some missing.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: Jamplate
markdown: kramdown
defaults:
- scope:
path: ""
values:
favicon: '/assets/ico/jamplate.ico'
logo: 'assets/img/jamplate.svg'
title: 'Jamplate'
github:
owner_name: Cufy
owner_url: https://github.com/cufyorg
emails:
cmail: jamplate@cufy.org
gmail: cufyorg@gmail.com
include:
- pages
- javadoc