-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·41 lines (33 loc) · 1.28 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
logo: Lambda @ Hana Academy Seoul # add logo name
title: HAS Lambda Blog
description: > # this means to ignore newlines until "baseurl:"
하나고등학교 코딩 동아리 Lambda의 블로그입니다.
baseurl: "/blog" # the subpath of your site, e.g. /blog
url: "https://haslambda.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# Banner settings
video: banner-muted.mp4 # add banner video. Add your video file to the folder video
banner-title: HAS Lambda Techno Blog # add banner title
banner-desc: # add banner description
# Author settings
author-pic: face.png # your photo
author-name: LAMBDA # your name
about-author: >
코딩에 관심이 있는 학생들이 모여 만든 하나고등학교 코딩 동아리 Lambda입니다.
email: haslambda@gmail.com # your email
# Disqus
discus_identifier: has-lambda-blog # add your discus identifier. Not your username. To get this, register your forum here with a unique ID: https://disqus.com/admin/create/
# Tracker
analytics: UA-159976118-1
# Paginate
paginate: 12
paginate_path: /page:num/
# Build settings
markdown: kramdown
plugins_dir:
- jekyll-paginate
- jekyll-sitemap
gems:
- jekyll-paginate
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]