-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·31 lines (25 loc) · 1.1 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
title: Hi, we're in love
description: > # this means to ignore newlines until "baseurl:"
Hiiiiii. We're Ash & Yella and we're going on a world tour in 2024. We want this blog to be a space for family & friends to follow along.
permalink: ":title/"
baseurl: "" # the subpath of your site, e.g. /blog
url: "daschi.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# Author Settings
author: Ash & Yella # add your name
author-img: ashyells_airplane.jpg # add your photo
about-author: Hiiiiii. We're Ash & Yella and we're going on a world tour in 2024. We want this blog to be a space for family & friends to follow along. # add description
social-instagram: hiwereinlove # add your Facebook handle
social-email: [email protected] # add your Email address
# Disqus
discus-identifier: hiwereinlove # add your discus identifier
# Tracker
analytics: G-JPH7XB8LHM # Google Analytics
# Build Settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
paginate: 8
paginate_path: "/page/:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]