-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (70 loc) · 1.71 KB
/
_config.yml
File metadata and controls
82 lines (70 loc) · 1.71 KB
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
# Site wide configuration
remote_theme: "mmistakes/so-simple-theme"
title: 'Juner'
locale: en_US
description: 'Stay cool'
search: true
url: https://juner417.github.io
date_format: "%Y-%m-%d"
google_fonts:
# - name: "Source Sans Pro"
# weights: "400,600"
- name: "Ubuntu Mono"
weights: "400,600"
# Jekyll configuration
permalink: /:categories/:title/
markdown: kramdown
feed:
path: atom.xml
# Pagination - https://jekyllrb.com/docs/pagination/
paginate: 10
paginate_path: /page:num/
# Search
search_full_content: true
# Taxonomy pages
category_archive_path: "/categories/#"
tag_archive_path: "/tags/#"
# Front Matter Defaults
defaults:
# Post defaults
- scope:
path: "_posts"
type: posts
values:
layout: post
comments: true
share: true
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..2
enable_coderay: false
mathjax: false
#include: [".htaccess"]
#exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", ".less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor"]
google_analytics: "UA-92223343-1"
disqus:
shortname: "juner417"
# Site owner
author:
name: juner
picture: itsme.jpg
email: [email protected]
links:
- title: GitHub
url: 'https://github.com/juner417'
icon: fab fa-github-square
- title: LinkedIn
url: 'https://www.linkedin.com/in/juner-son-31888861/'
icon: fab fa-linkedin-square