-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (44 loc) · 1.06 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
# Site settings
title: "DJ Rowin "
# tagline: "DJ Rowin !!"
# baseurl: /dj-rowin
url: "https://rowin1125.github.io/dj-rowin/" # The base hostname & protocol for your site. Use it if you need absolute URL's
description: "DJ Rowin, voor alle feesten in en rondom Amsterdam en Purmerend. DJ Rowin staat gelijk aan een heel dik feest"
# Social
socialimg: /images/social-rowin.jpg # be sure to change this image
facebook: rowin.mol
twitter: rowin648
github: rowin1125
instagram: rowin648
# Contact
phone: "0642655790"
email: "[email protected]"
# Use this for production
sass:
sass_dir: _sass
style: compressed
source: "./src"
destination: "./docs"
exclude: [.scss, README.md, node_modules, gruntfile.js, package.json]
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
paginate_path: "blog/page:num/"
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
# Blog settings
# Lang settings
default_lang: 'en'
langs:
'en': 'English'
lang_codes:
- 'en'