-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (57 loc) · 1.39 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
#--------------------#
# Jekyll config file #
#--------------------#
# Site settings
title: Ocarina
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Play the ocarina!
baseurl: "/ocarina" # the subpath of your site, e.g. /blog
url: "https://micahilbery.com/" # the base hostname & protocol for your site, e.g. http://example.com
copyright_start: 2018
#Theme Colors
theme_color: "#4288f4"
safari_pinned_tab: "#4288f4"
ms_tile_color: "#4288f4"
# Socialmedia usernames
socials:
codepen: micahilbery
dribbble: micahilbery
github: micahilbery
# gitlab: micahilbery
# linkedin: micahilbery
mastodon:
instance: mastodon.social
username: micahilbery
# pixelfed:
# instance: pixelfed.social
# username: micahilbery
# twitch: micahilbery
twitter: micahilbery
# unsplash: micahilbery
# youtube: MicahIlbery
# Gravatar Avatar Image
gravatar_hash: eab584b2d2b890a0bc6a25c29bbcac00
# Financial supports
support_options:
# google-pay: [email protected]
ko-fi: micahilbery
paypal: micahilbery
# patreon:
squarecash: micahilbery01
venmo: micahilbery
# Build settings
sass:
sass_dir: _scss
style: compressed
sourcemap: always
theme: minima
plugins:
- jekyll-sitemap
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
future: false
exclude: [README.md, Gemfile, Gemfile.lock, vendor]