-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (55 loc) · 1.62 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
# Welcome to Jekyll!
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
title: Yoseph Wijaya Savianto
email: [email protected]
description: >
Hello my name is Yoseph Wijaya Savianto, Very introvert person but love to
share everything for unique and original people, to know more about me you
can add and drop me chat on whatsapp.
copyright: >
© Copyright 2023 [ME.SELF](http://yoseph.ws)
repository: nsnull0/meself
########################################
permalink: pretty
limit_posts: 12
show_drafts: true
unpublished: true
future: true
########################################
defaults:
- ####################################
scope: { path: "" }
values:
layout: page
author: Yoseph Wijaya Savianto
- ####################################
scope: { path: _posts }
values: { layout: post }
- ####################################
scope: { path: _drafts }
values: { layout: post }
########################################
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
########################################
sass:
style: compressed
########################################
plugins:
- jekyll-feed
- jekyll-github-metadata
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
exclude:
- Gemfile
- Gemfile.lock
########################################