-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (36 loc) · 962 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
41
42
43
# Site setting
#
# to test on local system, type:
# > bundle exec jekyll serve
# and open web-browser at:
# http://127.0.0.1:4000
#
## infos
title: SPECFEM
description: > # this means to ignore newlines until "baseurl:"
A family of open-source spectral-element method software codes for computational seismology.
## more infos
#email: [email protected]
#baseurl: "" # the subpath of your site, e.g. /blog
url: "https://specfem.org" # the base hostname & protocol for your site
twitter_username: specfem
#github_username: SPECFEM
google_analytics: G-52SC88JL20
## Build settings
#markdown: kramdown
## Themes
#theme: minima
#theme: jekyll-theme-minimal
theme: jekyll-theme-cayman
#remote_theme: pages-themes/[email protected]
#plugins:
# - jekyll-remote-theme # add this line to the plugins list if you already have one
# front page sections
collections:
- frontsections
## Gems
plugins:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock