-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (45 loc) · 1.23 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
46
47
48
49
50
51
title: Your Awesome Class
author: Your Name
description: |
Your awesome class in all it's glory.
keywords:
- GDI
- GDIMpls
- Girl Develop It
- Class
- Awesome
# This is general info for GDIMpls
contact:
name: GDI Minneapolis
web: http://gdiminneapolis.com
email: "minneapolis@girldevelopit.com"
twitter: "gdimpls"
github: "gdiminneapolis"
# Replace <HASHTAG> with something appropriate for your course, like #LearnJS or #IntroToPython
# Replace <AUTHOR> with your twitter handle
# use other twitter tags as you'd like
tweet_tags:
- href: "https://twitter.com/search?q=%23<HASHTAG>&src=typd"
text: "#<HASHTAG>"
- href: "https://twitter.com/<AUTHOR>"
text: "@<AUTHOR>"
- href: "https://twitter.com/gdimpls"
text: "@GDIMpls"
# There are a handful of styles available with reveal. They can be found in the
# reveal.js/css/themes folder, and include:
#
# style: gdicool
# style: gdidefault
# style: gdilight
# style: gdisunny
# style: simple
style: gdidefault
# This is where your slides will be found, in the _slides/ folder.
# Number them in sequence
collections:
- slides
# Don't change these. Change values in _staging.yml and _publish.yml appropriately.
source: source
reveal_path: "/reveal.js"
baseurl: ""
url: ""