-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (36 loc) · 837 Bytes
/
_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
title: "Melvitax"
author: "Melvin Rivera"
description: "Melvin Rivera is a UX Product Designer & Developer currently based in New York City."
keywords: "Melvin Rivera, Designer, UX, Develper, Mobile, OTT"
url: "http://melvitax.com"
domain: "melvitax.com"
social:
image: "/assets/melvitax-social.jpg"
twitter: "melvitax"
instagram: "melvitax"
github: "melvitax"
linkedin: "melvitax"
analytics: false
disqus: false,
markdown: kramdown
exclude: ['node_modules', 'README.md', 'package.json']
timezone: 'America/New_York'
sass:
style: compressed
sass_dir: assets
defaults:
-
scope:
path: ""
values:
layout: default
style: page
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: []
blanklines: false
profile: false
startings: [html, head, body]