forked from thomasvaeth/trophy-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
44 lines (39 loc) · 919 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
44
# Site/SEO settings
email: [email protected]
permalink: /:year/:month/:day/:title/
google_analytics:
title: "DXMHXR Studio"
description:
url: "dxmhxr.xyz"
baseurl: ""
twitter_username: "@dxmhxr"
default_img:
# Profile settings
name: "Rahmad Hidayat"
profile_img: "https://avatars.githubusercontent.com/u/4737397?v=4"
profile: "Rahmad Hidayat is an Android Software Engineer with 7+ Experience. Currently, He work at a SaaS Startup Company in Jakarta as Sr Principal Engineer."
social:
github: "https://github.com/RHMDHDYT"
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-sitemap
- octopress-autoprefixer
compress_html:
clippings: all
comments: all
startings: [html, head, body]
exclude:
- _screenshots
- .DS_Store
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
# Pagination
paginate: 5
paginate_path: "/blog/page-:num"
# Sass
sass:
style: compressed