-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·137 lines (115 loc) · 2.88 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
title: Dylan Hand
main-text: Dylan Hand
subtitle:
tagline: Official Site
logo: &profile-pic '/assets/img/profile-pic.jpg'
description: Official site of rapper Dylan Hand.
# baseurl: "/yo" # the subpath of your site, e.g. /blog
url: &url https://dylanhand.com
# Author Settings
author:
name: Dylan Hand
# tagline:
url: *url
twitter: dylanhand
image: *profile-pic
# Contact links
contact:
- name: Instagram
link: &instagram-link https://instagram.com/dylanhand
icon: instagram
- name: TikTok
link: &tiktok-link https://www.tiktok.com/@dylan.hand
icon: tiktok
- name: Facebook
link: https://facebook.com/dylanhand
icon: facebook
- name: X
link: &x-link https://x.com/dylanhand
icon: x
# - name: Bandcamp
# link: &bandcamp-link https://dylanhand.bandcamp.com/
# icon: bandcamp
- name: Spotify
link: &spotify-link https://open.spotify.com/artist/5jf6ZqP5NcRcNlyeqcbYWt?si=DSNjmhwsSDWYs2hrE9WmTg
icon: spotify
- name: Apple Music
link: &apple-music-link https://music.apple.com/us/artist/dylan-hand/1525131681
icon: itunes
# - name: SoundCloud
# link: &soundcloud-link https://soundcloud.com/dylanhand
# icon: soundcloud
- name: YouTube
link: &youtube-link https://www.youtube.com/@dhand
icon: youtube
# Comment Section (Disqus)
disqus-identifier: # mr-brown # add your shortname for Disqus Comment. For example mr-brown
# Google Analytics
google-analytics: G-KRGRNSZ5Y9 # add your identifier. For example UA-99631805-1.
# jekyll-picture-tag plugin
picture:
source: / # use non-relative paths for benefit of jekyll-seo-tag, which uses the `image` key to set the og:image meta tag
# source: assets/img/_fullsize # using a folder starting with '_' will exclude it from being copied to the _site folder
# Jekyll-seo-tag plugin
social:
name: Dylan Hand
links:
- *instagram-link
- *x-link
- *tiktok-link
- https://dylanhand.bandcamp.com/
- *spotify-link
- *apple-music-link
- *soundcloud-link
- *youtube-link
twitter:
username: dylanhand
webmaster_verifications:
google: Ra4QOQacatohZ32vQexONZdG_Gs6rQFJUvj-jBPd1F0
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap
- jekyll/tagging
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-feed
- jekyll_picture_tag
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
- scope:
path: '_releases'
values:
seo:
type: MusicRecording
- scope:
path: ''
values:
twitter:
card: summary
include:
- _pages
- _links
# Collections
collections:
releases:
output: true
lyrics:
output: true
# Tags
tag_page_dir: tag
tag_page_layout: tag-page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor