forked from mx3m/hikari-for-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (28 loc) · 1.1 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
# Title of your blog; shows in the header
name: "hikari"
# Description of your content (will only be used on Google Search)
description: "Fluid, responsive blog theme for Jekyll"
# Your name. Will show in your footer + sidebar
author: "John Doge"
url: "http://m3xm.github.io"
baseurl: "/hikari-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: "I'm a dog. I develop things. This is my blog so why don't you close this damn side panel (cursed by most UX Designers but I don't care, I do whatever I want) and start reading my awesome stuff?"
# Social Accounts (mine, as placeholders)
twitter: mx3m
github: m3xm
dribbble: m3xm
instagram: m3xm
# Google Analytics (you may want to changes these with yours or even delete :)
ga_domain: m3xm.github.io
ga_tracking_id: UA-47727049-1
# Other (refer to http://jekyllrb.com/docs/home/ for further details on the below)
markdown: kramdown
permalink: pretty
highlighter: pygments
paginate: 10
paginate_path: "/page/:num"
# SCSS
sass:
sass_dir: _scss
style: :compressed