forked from OpenAstronomy/openastronomy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (41 loc) · 1.28 KB
/
_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
44
45
# Site settings
title: OpenAstronomy
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Where all about the combined force of different open source projects
in astronomy and astrophysics takes place.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://openastronomy.org" # the base hostname & protocol for your site
#url: "http://localhost:4000" # the base hostname & protocol for your site
twitter_username: Open_Astronomy
github_username: openastronomy
irc_channel: openastronomy
discussiongroup_url: "https://groups.google.com/forum/#!forum/openastronomy"
include: [".well-known"]
# Extra Nav Links
nav_links:
Student Blogs: http://openastronomy.org/Universe_OA
PyAstro Conference: http://openastronomy.org/pyastro
Events Calendar: https://calendar.google.com/calendar/b/1?cid=YmxoZzd0MG9zbjhscm50ZDcwOXFoZzFtaXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
# Build settings
markdown: kramdown
irc_freenode: irc://irc.freenode.net/
collections:
projects:
output: true
defaults:
- scope:
path: ""
type: projects
values:
layout:
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- _projects/_template.md
- _projects/README.md