-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
83 lines (68 loc) · 2.43 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
# 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site title
title: "Noplanlife"
# Tagline next to the site title
tagline: "Thoughts, reviews and hacking ideas."
# A description of your site for social meta tag, search engines, and feed.xml
description: "June's Security & Tech Blog"
# The subpath of your site, e.g. /blog, for generating urls
baseurl:
# Sass
sass:
sass_dir: _sass
style: compressed
# The base hostname & protocol of your site for where absolute urls are needed
url: "https://june5079.github.io"
# Site navigation - each item must have a title and a url.
navigation:
- text: Home
url: /
- text: About
url: /about/
# - text: Style Guide
# url: /style-guide/
- text: Archives
url: /tags/
# The shortname for your Disqus site to enable comments.
disqus: "noplanlife"
# Google Analytics id, e.g. "UA-NNNNNNNN-N"
# google_analytics: ""
# Author information - author info at the bottom of the post
author_name: "June Park"
author_bio: "June Park is a security analyst at NAVER Corp. and a graduate student of SANE Lab in Korea university."
author_url: "https://june5079.github.io"
author_location: "Seoul, Korea"
author_image: /images/authorimage.jpeg
# Sidebar Add banner
# banner_url: "https://justgoodthemes.com"
# banner_image: images/banner.jpg
# banner_image_alt: "Alt text"
# Sidebar newsletter widget - add your form action url for MailChimp signup form here
# mailchimp_url: "//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117"
# Social links in the site footer
twitter_url: "https://twitter.com/june5079"
# facebook_url: "https://www.facebook.com/"
github_url: "https://github.com/june5079"
# codepen_url: "https://codepen.io/"
# dribbble_url: "https://dribbble.com/"
# medium_url: "https://medium.com/"
# instagram_url: "https://www.instagram.com/"
# pinterest_url: "https://www.pinterest.com/"
linkedin_url: "https://www.linkedin.com/june5079"
# weibo_url: "https://www.weibo.com/"
# http://jekyllrb.com/docs/pagination/
paginate: 5
paginate_path: '/blog/page:num/'
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
permalink: pretty
markdown: kramdown
kramdown:
auto_ids: false