forked from riggraz/no-style-please
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
37 lines (29 loc) · 1.17 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
title: fleetime 🐰 # name of the site
author: fleetime # name of site's author
email: novian.andika@students.amikom.ac.id # email of site's author
url: https://fleetime.my.id # root address of the site
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
permalink: /:slug/
favicon: "logo.png" # name+extension of favicon (which must be put on the root folder)
# 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:
appearance: "light" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
date_format: "%d-%m-%Y" # customize how date is formatted
show_description: false # show blog description in home page
sass:
style: :compressed
plugins:
- jekyll-toc
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
# TOC Settings
toc:
min_level: 1
max_level: 3
list_class: toc
list_class: toc__list
sublist_class: toc__sublist