-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
106 lines (95 loc) · 3.12 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
title: Bloominglabs - a space for sharing tools and knowledge to make stuff
email: [email protected]
description: >-
Bloominglabs is Indiana's first hackerspace (also known as a makerspace). We are a group of people who rent a shared workshop where we can build projects both collectively and individually. Our space is located at 1840 S. Walnut Street in Bloomington, Indiana. We are open to the public Wednesday evenings from 7pm until 10pm. Our open hours are family friendly.
baseurl: ""
url: "https://www.dev.bloominglabs.org"
logo: "/assets/images/bio-photo.png"
twitter_username: bloominglabs
github_username: Bloominglabs
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "air"
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-sitemap
include: ["_pages"]
author:
name : "Bloominglabs"
avatar : "/assets/images/bio-photo.png"
bio : "a space for sharing tools and knowledge to make stuff"
location : "Bloomington, Indiana, USA"
links:
- label: "Events"
icon: "fab fa-fw fa-link"
url: "https://events.dev.bloominglabs.org"
- label: "Wiki"
icon: "fab fa-fw fa-link"
url: "https://wiki.dev.bloominglabs.org"
- label: "Facebook"
icon: "fab fa-fw fa-facebook"
url: "https://facebook.com/bloominglabs"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/bloominglabs"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://www.instagram.com/bloominglabs"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/Bloominglabs"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/company/bloominglabs/"
footer:
links:
- label: "Events"
icon: "fab fa-fw fa-link"
url: "https://events.dev.bloominglabs.org"
- label: "Wiki"
icon: "fab fa-fw fa-link"
url: "https://wiki.dev.bloominglabs.org"
- label: "Facebook"
icon: "fab fa-fw fa-facebook"
url: "https://facebook.com/bloominglabs"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/bloominglabs"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://www.instagram.com/bloominglabs"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/Bloominglabs"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/company/bloominglabs/"
social:
type: Organization
name: Bloominglabs
links:
- "https://twitter.com/bloominglabs"
- "https://www.facebook.com/Bloominglabs"
- "https://www.instagram.com/bloominglabs"
- "https://github.com/Bloominglabs"
- "https://www.linkedin.com/company/bloominglabs/"
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: false
share: true
related: true
permalink: /blog/:year/:month/:day/:title