forked from doubledotlabs/DoubleDotLabs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (26 loc) · 648 Bytes
/
_config.yml
File metadata and controls
30 lines (26 loc) · 648 Bytes
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
name: Double Dot Labs
email: "mail@doubledot.dev"
description: "A group of developers and designers building things for the open source community."
icon: "/images/logo.png"
image: "/images/doubledot.png"
url: "https://doubledot.dev"
domainurl: "https://doubledot.dev"
baseurl: "/"
repository: doubledotlabs/DoubleDotLabs.github.io
collections:
posts:
output: true
permalink: /blog/:year-:month-:day-:title/
tags:
output: true
permalink: /blog/tags/:name/
exclude:
- css/styles.scss
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
plugins:
- jekyll-sitemap
- jekyll-github-metadata