-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (29 loc) · 975 Bytes
/
_config.yml
File metadata and controls
36 lines (29 loc) · 975 Bytes
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
title: MINLOG
email: riven3069@naver.com
description:
author: MinHyun-Code
baseurl: ""
url: "https://minhyun-code.github.io"
asset_url: /assets
# Social Profiles
twitter_username:
github_username: MinHyun-Code
facebook_username:
instagram_username: an_min96
linkedin_username:
# Add your google-analytics ID here to activate google analytics
google_analytics: UA-XXXXXXXXX-X # out your google-analytics code
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site
category_list: [java, jpa, algorithm, javascript, typescript, vue.js, database, aws, linux, windows, blog, etc]
# Code highlighter
highlighter: rouge
gems:
- jekyll-paginate-v2
pagination:
enabled: true
per_page: 12 # 페이지당 게시글 수 설정