-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·39 lines (33 loc) · 1.21 KB
/
_config.yml
File metadata and controls
executable file
·39 lines (33 loc) · 1.21 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
##The website title
title: "Sebatyler's Shout"
##Markdown processor
markdown: kramdown
highlighter: rouge
plugins: [jekyll-paginate]
##define base_url for valid usage in sitemap.xml and robots.txt
base_url: https://sebatyler.github.io
sass:
sass_dir: _sass
style: :compressed
paginate: 5
paginate_path: "page:num"
##The website description (to be used in meta tags)
description: 디지털 노마드 개발자 블로그
##Some frequently used keywords on your website
keywords: 개발, python, django, 파이썬, 장고, 디지털노마드, 재택, 재택근무, 개발자, 프로그래머, 코딩, remote working, digital nomad, programmer, developer, github, 깃헙, sebatyler.github.io, sebatyler, flutter
##define this for disqus comment support
disqus: sebatyler
##set this to enable google analytics
ga_id: UA-60355624-1
ga_domain: sebatyler.github.io
##Some commonly used links
links:
facebook: sebatyler
#twitter: username
email: sebatyler@gmail.com
github: sebatyler
linkedin: sebatyler
##put desired image in img/ directory and set the value accordingly. If not defined, a placeholder image will be used.
#about_image: placeholder.jpg
##comment this if you want full width posts with no sidebar
sidebar: on