-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
120 lines (108 loc) · 3.62 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: "Poor Blog ; Leave out"
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
부족한 블로그입니다. 볼 거 없으니 당장 나가주세요. :)
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://m1ser4ble.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
github_username: m1ser4ble
author:
name: "m1ser4ble"
#avatar: "/assets/images/bio-photo.jpg"
bio: "A Dumb Dumb software engineer." # Note: Markdown is allowed
location: "@Seoul"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/m1ser4ble"
search: true
# Build settings
remote_theme: "mmistakes/minimal-mistakes"
#remote_theme: "mmistakes/[email protected]"
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: true
plugins:
- jekyll-include-cache
- jekyll-feed
- jekyll-archives
minimal_mistakes_skin : "neon"
jekyll-archives:
enabled: all
layout: archive
layouts:
year: year
tag: tag
category: category
permalinks:
year: '/:year/'
tag: '/tags/:name/'
category: '/category/:name/'
lunr:
search_within_pages: true
search_full_content: true
elasticsearch:
url: "https://m1ser4ble.github.io/" # Required. Supports auth and SSL: https://user:[email protected]
# Can also read URLs stored in environment variable named
# BONSAI_URL and ELASTICSEARCH_URL.
number_of_shards: 1 # Optional. Default is 1 primary shard.
number_of_replicas: 1 # Optional. Default is 1 replica.
index_name: "jekyll" # Optional. Default is "jekyll".
default_type: "post" # Optional. Default type is "post".
# custom_mappings: _es_mappings.yml # Optional. No default. Relative to your src folder
# custom_settings: _es_settings.yml # Optional. No default. Relative to your src folder
# ignore: # Optional. No default.
# - /news/*
# Archives
collections:
archives:
output: true
permalink: /archives/:path/
category_archive:
type: jekyll-archives
path: /category/
tag_archive:
type: jekyll-archives
path: /tag/
enable_copy_code_button: true
defaults:
- scope:
path: ""
type: posts
values:
show_date: true
toc: true
toc_sticky: true
read_time: true
author_profile: true