-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
72 lines (62 loc) · 1.83 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Site Settings
title: All Hands Active
subtitle: 255 E. Liberty St. Ste 225
author:
name: All Hands Active
email: [email protected]
description: >-
Ann Arbor's Maker Space! Offering tools, resources, classes,
meet-ups, events, and workspace for makers and hackers in the
A2 and Ypsi area.
baseurl: ''
url: 'https://allhandsactive.org'
repository: 'allhandsactive/site'
# Social media variables
twitter_username: AllHandsActive
facebook_username: AHA-All-Hands-Active-300100514925
meetup_username: allhandsactive
github_username: allhandsactive
mastodon_username: [email protected]
# Build settings
kramdown:
input: GFM
exclude: ['Gemfile', 'Gemfile.lock', 'README.md', 'LICENSE', 'jekyll-remote-theme-*']
include: ["_pages", ".well-known"]
permalink: pretty
# Theme settings
remote_theme: mmistakes/[email protected]
minimal_mistakes_skin: 'air'
title_separator: '|'
teaser: /assets/images/electronics-repair.jpg # fallback teaser, overridden in page yaml
logo: /assets/images/rhino.png
# Footer socials
footer:
links:
- label: "Meetup"
icon: "fab fa-fw fa-meetup"
url: "https://www.meetup.com/AllHandsActive/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/allhandsactive"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
url: "https://www.facebook.com/allhandsactivea2/"
- label: "GitHub"
icon: "fab fa-fw fa-github-square"
url: "https://github.com/allhandsactive/"
- label: "Mastodon"
icon: "fab fa-mastodon"
url: "https://a2mi.social/@aha"
# Plugins
plugins:
- jekyll-remote-theme
- jekyll-include-cache
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# set the proper timezone
timezone: America/Detroit
# simulate github pages
safe: true
# add key-value pair to pull GitHub Metadata
github: [metadata]