-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·83 lines (66 loc) · 2.5 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
title: "Halcyon days"
logo: # You can add own logo. For example '/images/logo.png'.
description: "Daily written record."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://yukin.pl" # the base hostname & protocol for your site, e.g. http://example.com
timezone: Asia/Seoul
# Author Settings
author:
name: Daniel Lee
image: '/images/author.jpg'
# Contact links
# Example of adding a new link to the footer - {name: "Github", icon: "ion-logo-github", link: "https://github.com"}
# Other icons can be found at https://ionicons.com
social:
#- {name: "Twitter", icon: "ion-logo-twitter", link: "https://twitter.com/letmestayon"}
#- {name: "Instagram", icon: "ion-logo-instagram", link: "https://instagram.com/suitable.han"}
- {name: "Email", icon: "ion-ios-mail", link: "mailto:[email protected]"}
# Slider Section
# slider: Life # NOTE - By default, the slider is set to display tags. Now the slider shows the tag with the text "Life". If you do not want to use the slider, leave the slider field empty.
# Comment Section (Disqus)
#disqus-identifier: anvod-studio-test # add your shortname for Disqus Comment. For example anvod-studio-test
# Gallery Footer Section
# gallery:
# images:
# - alt: 'Minimalism'
# url: '/images/101.jpg'
# - alt: 'Minimalism'
# url: '/images/100.jpg'
# - alt: 'Minimalism'
# url: '/images/103.jpg'
# - alt: 'Minimalism'
# url: '/images/102.jpg'
#-------------------------------
# Contact Settings
#contact:
# email: [email protected] # Add your form_id
# description: Melotta comes with a built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want. # Add a description of your form
# NOTE
# Melotta theme comes with a contact form built-in. You can use this form with Formspree (https://formspree.io/) service and get up to 50 submissions for free. Also, you can easily switch to another service if you want.
# Google Analytics
google-analytics: GTM-MRDXNVXF
# Add your GA Tracking Id. For example UA-99631805-1.
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
paginate: 12
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed