-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (31 loc) · 793 Bytes
/
_config.yml
File metadata and controls
35 lines (31 loc) · 793 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
33
34
35
# Site settings
title: "X10: Performance and Productivity at Scale"
email: your-email@domain.com
description: "X10 programming language"
keywords:
- X10
- "X10 Language"
- parallelism
- "parallel programming"
- "programming language"
- "X10 programming language"
- MPI
- multicore
- "scale out"
- "partitioned global address space"
- "PGAS"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://x10-lang.org" # the base hostname & protocol for your site
twitter_username:
github_username: x10-lang
# Build settings
markdown: kramdown
# Jekyll plugins we enable. These are all supported by GitHub pages
gems:
- jekyll-redirect-from
- jekyll-sitemap
# These files should not be copied to the website
exclude:
- README.md
- Gemfile
- Gemfile.lock