forked from ogaclejapan/materi-for-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (38 loc) · 1.31 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
# Title of your blog; shows in the header
name: "Materi for jekyll"
# Description of your content (will only be used on Google Search)
description: "Materi forked from 'hikari for Jekyll'. Apply theme like a Material Design, responsive blog theme for Jekyll"
# Your name. Will show in your footer + sidebar
author: "ogaclejapan"
lang: ja
timezone: Asia/Tokyo
url: "http://ogaclejapan.github.io"
baseurl: "/materi-for-jekyll"
# A short presentation of yourself. Will show in the sidebar, under your name. Best usage would be between 30 to 50 words.
author-bio: "Materi forked from https://github.com/m3xm/hikari-for-Jekyll. Apply theme like a Material Design and added some features. Thanks for coming :)"
# Social Accounts (mine, as placeholders)
twitter: ogaclejapan
github: ogaclejapan
dribbble:
instagram:
googleplus: 115224314007024961072
# Google Analytics (you may want to changes these with yours or even delete :)
ga_tracking_id: UA-37241684-2
# Handling Reading
exclude: ["README.md", ".gitignore", "Gemfile", "Gemfile.lock", "vendor", "art"]
# Plugins
gems: [jekyll-redirect-from, jekyll-paginate]
# Conversion
markdown: kramdown
highlighter: rouge
# Outputting
permalink: pretty
paginate: 5
paginate_path: "/page/:num"
# Markdown Processors
kramdown:
input: GFM
# SCSS
sass:
sass_dir: _scss
style: :compressed