-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (57 loc) · 1.52 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
title: Music Production Chips
description: >- # this means to ignore newlines until "baseurl:"
Welcome to Music Production Chips, where you'll find a treasure trove of
music production tips and tricks for a wide variety of genres. Whether you're
a seasoned producer or just starting out, we've got something for everyone.
From electronic dance music to hip hop, rock, and beyond, we've got you
covered. Explore our site and start improving your music production skills
today!
baseurl: "/"
url: "https://music-chips.com"
locale: en
youtube_username: "@pace-of-mind"
github_username: "music-production-chips"
instagram_username: "pace_of_mind_/"
footer:
links:
- label: "Youtube"
icon: "fab fa-fw fa-youtube"
url: "https://youtube.com/@pace-of-mind"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pace-of-mind/music-chips.com"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/pace_of_mind_/"
analytics:
provider: "google-gtag"
google:
tracking_id: "G-CK3ESJQG6Q"
anonymize_ip: false
# Build settings
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "mint"
plugins:
- jekyll-feed
- jekyll-sitemap
feed:
collections:
- chips
atom_feed:
hide: true
search: true
collections:
chips:
output: true
permalink: /:collection/:name.html
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "chips"
values:
layout: "chip"