-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
43 lines (38 loc) · 1.28 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
# Where things are
source : .
destination : ./_site
plugins_dir : _plugins # takes an array of strings and loads plugins in that order
layouts_dir : _layouts
data_dir : _data
includes_dir : _includes
# Handling Reading
safe : false
include : [".htaccess"]
exclude : ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
keep_files : [".git", ".svn"]
encoding : "utf-8"
markdown_ext : "markdown,mkdown,mkdn,mkd,md"
strict_front_matter : false
# Plugins
whitelist : []
plugins : ["jekyll-sitemap","jekyll-paginate"]
title: BlankOn - Linux OS
description: Ekosistem perangkat lunak legal dan kreatif, untuk, dan oleh anak negeri.
keyword: distro linux,open source,
timezone: "Asia/Jakarta"
markdown: kramdown
highlighter: rouge
#permalink: /berita/:year/:title/
# paginate: 5
# paginate_path: "/berita/page:num/"
excerpt_length: 50
navbar-links:
Beranda: "#BERANDA"
Berita: /berita/
Tentang: "#TENTANG"
Fitur: "#FITUR"
Pemasangan: "#PEMASANGAN"
Unduh: "#UNDUH"
Sponsor: "#SPONSOR"
#Menjadi Sponsor: "/menjadi-sponsor.html"
Bergabung: "https://github.com/BlankOn/wiki/blob/master/Memulai.md"