-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
43 lines (37 loc) · 1021 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: /:title/
paginate_path: /page/:num/
future: true
# Setup
title: Eka Putra
tagline: eka.41bit.net
url: https://eka.41bit.net
paginate: 10
baseurl: ""
google_verify: Beo2KuXgXOp2zV_fd89sm8tLb-tcEOaPu4nK9kKTALE
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Eka Putra
url: https://twitter.com/bitw1z
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/eputra/eputra.github.io
# This is the list of pages to include in the header of the website.
pages_list:
About: /about/
Categories: /categories/
# Plugin
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-gist