forked from janczizikow/sleek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (54 loc) · 1.38 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
56
57
58
59
60
61
62
63
64
65
66
67
title: Animepediaku
author: Dimas Setya Aji
description: >
Situs yang menampilkan seputar dunia anime terkini, menarik, dan juga membahas hal-hal internet lainnya.
baseurl: "/animepediaku"
url: "https://d3f4lt.github.io"
social:
name: Animepediaku
links:
- https://twitter.com/dimasetyaji
- https://www.facebook.com/dimassetyaaji
- https://plus.google.com/+dimasetyaaji
- https://github.com/d3f4lt
# THEME SETTINGS
navigation: # Navigation links
- {name: 'Beranda', link: '/'}
- {name: 'Tentang', link: '/about'}
- {name: 'Kontak', link: '/contact'}
- {name: 'Cari', link: '/pencarian'}
- {name: 'Sitemap', link: '/sitemap.xml'}
- {name: 'RSS', link: '/feed.xml'}
tagline: >
Situs yang menampilkan seputar dunia anime terkini, menarik, dan juga membahas hal-hal internet lainnya.
hero_img: posts/sleek_lg.jpg
email: [email protected]
twitter_username: dimasetyaji
github_username: D3f4lt
instagram_username: dimas_cyber4rt
disqus:
shortname: animepediaku
service_worker: true
markdown: kramdown
highlighter: rouge
theme: jekyll-sleek
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
- sleek.jpg
include: ['_pages']
permalink: /:title/
compress_html:
clippings: all
plugins:
- jekyll-sitemap
- jekyll-paginate
paginate: 3