-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (42 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
# Harmony theme configuration. Please change accordingly.
filly:
name: Filly
# Little description about your site
# description: Harmony is free responsive jekyll theme.
# 'meta_description:' Write an awesome description for your new site here.
# It will appear in your document head meta (for Google search results) and
# in your feed.xml site description.
# meta_description: > #
# Harmony is a free responsive jekyll theme by Gayan Virajith
# and Maheshika Lakmali. Sourced on Github -
# https://github.com/gayanvirajith/harmony
basetheme: theme-base-01 # pre defined thmes are darken, blue-water, redish.
author: # Author details
name: Filly
url: http://MissFilly.github.io
# Google Analytics key, leave blank to ignore
# google_analytics_key: UA-xxxx-x
# Profile links, leave blank to ignore
social:
github: MissFilly
twitter: MissFillys
# Toggle disclaimer in footer
show_disclaimer: true
# Conversion / Build settings
markdown: kramdown
# This is how you put pygments config in jekyll 2.0 instead of pygments: true
highlighter: pygments
# Permalinks
permalink: pretty
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: :compressed