-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
24 lines (18 loc) · 849 Bytes
/
_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
title: 생각의 자리 # name of the site
author: chaeee # name of site's author
email: [email protected] # email of site's author
url: https://chaee.github.io # root address of the site
description: > # description of the site (multiple lines allowed)
permalink: /:slug.html
favicon: "./blog_profile.png" # relative path to site's favicon
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
remote_theme: riggraz/no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please
theme_config:
back_home_text: ".." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description in home page
sass:
style: :compressed
plugins:
- jekyll-feed
- jekyll-seo-tag