-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (36 loc) · 913 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
40
title: "fort: a Fortran frontend for LLVM"
author: LLVM-Fortran community
description: > # this means to ignore newlines until "baseurl:"
Fort is a LLVM front end for Fortran. Modern, portable, hackable compiler.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: llvm-fortran
## Menu settings
# Remove to have pages auto-generated from file system
header_categories:
- title: Informaion
pages:
- about.md
- comparison.md
- features.md
- title: Development
pages:
- hacking.md
- contact.md
- title: Resources
pages:
- download.md
- blog.md
# Alternatively, just list markdown files
#header_pages:
# - about.md
# - comparison.md
# - ...
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock