-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·73 lines (64 loc) · 1.89 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
remote_theme : mmistakes/minimal-mistakes
# Site Info
title: '풀스택 개발 공부로그'
tagline: '풀스택 개발 공부로그'
description: 'Python, DJango Rest Framework, Javascript, Vue.js, Nuxt.js, Database, AWS(RDS, EB, S3, VPC)를 공부합니다.'
baseurl: ""
url: https://haeyong27.github.io
logo: '/public/logo.png'
# Site configurations
gems:
- jekyll-paginate
markdown: kramdown
kramdown:
input: GFM
excerpt_separator: "<!-- more -->"
sass:
style: compressed
sass_dir: _scss
paginate: 5
paginate_path: '/blog/page:num'
permalink: pretty
version: 1.0.0
# About/contact
author:
name: HWANG HAEYONG
description: 황해용
# gravatar: 3c2986ad7ac1f2230ea3596f44563328 # md5 hash of your email address
contact:
# linkedin:
github: https://github.com/haeyong27
# facebook: <hide>
# twitter:
# weibo:
email: mailto:[email protected]
# Navigation (2nd level links supported)
nav:
Home:
- '/'
Categories:
- '/blog/'
- { Django: '/blog/categories/#Django' }
- { Vuejs: '/blog/categories/#Vuejs' }
- { Database: '/blog/categories/#Database' }
- { AWS: '/blog/categories/#AWS' }
- { WEB: '/blog/categories/#WEB' }
Tags:
- '/blog/tags/'
About:
- '/about/'
# Github Project:
# - 'http://haeyong27.github.io/'
# Where are tags and categories displayed
tag_page: '/blog/tags/'
category_page: '/blog/categories/'
# hero:
# image: /public/img/we_will_be_giants_by_yalestewart.jpg
# caption: Original Artwork © <a href="http://yalestewart.deviantart.com/art/We-Will-Be-Giants-370176475">Yale Stewart</a>
# Puglins
mathjax: true # whether support mathjax
# google_analytics_token: 'UA-00000000-1' # leave blank if you don't want google analytics
# disqus_short_name: 'your_short_name' # leave blank if you don't want disqus
# Use the following plug-ins
gems:
- jekyll-paginate