-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·63 lines (53 loc) · 1.66 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
# Go Jekyll theme general configurations
# Base URL
baseurl: /go # the subpath of your site, e.g. /blog/
# Site live URL
url: http://gayan.me # the base hostname & protocol for your site
# url: http://localhost:4000 # the base hostname & protocol for your site
# Go theme based configuration. Please change accordingly.
go:
title: Go jekyll theme
tag_line: It is free and responsive
# '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.
meta_description: > # this means to ignore newlines until "author:" property
Go jekyll theme is a free responsive jekyll theme by Gayan Virajith
and Maheshika Lakmali. Sourced on GitHub -
https://github.com/gayanvirajith/go
# Author details
author:
name: Gayan Virajith
email: [email protected]
url: http://gayan.me
# Profile links, leave blank to ignore
social:
github: gayanvirajith
twitter: gayanvirajith
facebook: gayanvirajith
gplus: +GayanVirajith
dribble: gayan
pinterest:
# Google Analytics/Webmaster key, leave blank to ignore
google_analytics_key:
google_webmaster_key:
# Conversion / Build settings
markdown: kramdown
highlighter: pygments # this is how you put pygments config in jekyll 2.0 instead of pygments: true
# Permalinks
permalink: pretty
# Pagination config
paginate: 5
# Files/Folders to be excluded from generated _site folder
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: :compressed