-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
106 lines (104 loc) · 2.48 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Web developer
author: Adi Prasetyo
email: hidden@from.spammer
logo: /static/img/avatar.png
logo: /static/img/ava-satanic.png
description: A person who admires software engineering and fall in love with web
baseurl: # the subpath of your site, e.g. /blog
url: https://sukrosono.github.io # the base hostname & protocol for your site
twitter_username: enter_rebel
github_username: sukrosono
github: [metadata]
lsi: false
source: ./
collections:
experiences:
defaults:
- scope:
path: "./_experiences/"
type: experiences
values:
layout: experience
output: true
# permalink: /experiences/:title
en:
defaults:
- scope:
path: "./_en/"
type: posts
output: true
id:
defaults:
- scope:
path: "./_id/"
type: posts
output: true
incremental: false
enableTags: true
# tagarray: []
paginate: 5
per_page: 20
paginate_path: "page:num"
highlighter: rouge
gist:
noscript: false
plugins:
- jekyll-coffeescript
- jekyll-paginate
- jekyll-paginate-category
- jekyll-gist
- rouge
- jekyll-watch
- jekyll-rushed-analytics
- jekyll-sitemap
- jekyll-feed
- jekyll-spaceship
jekyll_rushed_analytics:
GoogleAnalytics: # Add, if you want to track with Google Analytics
id: UA-80247211-1
anonymizeIp: false
GoogleAdSense:
ad-client: ca-pub-5231021155454689
jekyll-spaceship:
processors:
- table-processor
# - mathjax-processor
# - mermaid-processor
# - polyfill-processor
- media-processor
- emoji-processor
# - element-processor
media-processor:
default:
id: 'media-{id}'
class: 'media'
width: '100%'
height: 350
frameborder: 0
style: 'max-width: 600px; outline: none;'
allow: 'encrypted-media; picture-in-picture'
emoji-processor:
css:
class: emoji
src: https://github.githubassets.com/images/icons/emoji/
feed:
path: atom.xml
excerpt_only: true
collections:
experiences:
path: experiences.xml
en:
path: english-post.xml
id:
path: indonesian-post.xml
# Build settings
markdown: kramdown
liquid:
error_mode: warn