-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (30 loc) · 854 Bytes
/
_config.yml
File metadata and controls
36 lines (30 loc) · 854 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
36
title: ECP SOLLVE
description: >- #
SOLLVE: Scaling OpenMP With LLVm for Exascale Performance and Portability
baseurl: ""
url: "https://sollve.github.io"
github_username: SOLLVE
repository: sollve/llvm
# Build settings
markdown: kramdown
theme: minima
show_excerpts: true
plugins:
# Automatically added by GitHub pages, as by https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/about-github-pages-and-jekyll
- jekyll-default-layout
- jekyll-optional-front-matter
- jekyll-titles-from-headings
- jekyll-github-metadata
- jekyll-relative-links
# Additional plugins; supported plugins: https://pages.github.com/versions/
- jekyll-feed
- jekyll-sitemap
- jekyll-avatar
titles_from_headings:
enabled: false
defaults:
-
scope:
type: "posts"
values:
excerpt_separator: "<!--more-->"