-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·32 lines (26 loc) · 1.22 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
title: Scalaland.io
description: > # this means to ignore newlines until "baseurl:"
Umbrella for various Scala projects started by two passionate programmers: [@krzemin](https://github.com/krzemin) and [@MateuszKubuszok](https://github.com/MateuszKubuszok).
permalink: ':title/'
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
site-twitter: scalaland #if your site has a twitter account, enter it here
# Author Settings
author: scalaland.io # add your name
author-img: logo.svg # add your photo
about-author: 'Umbrella for various Scala projects started by two passionate programmers: <a href="https://github.com/krzemin">@krzemin</a> and <a href="https://github.com/MateuszKubuszok">@MateuszKubuszok</a>.' # add description
social-twitter: scalaland # add your Twitter handle
social-github: scalalandio # add your Github handle
# Disqus
discus-identifier: # add your discus identifier
# Tracker
analytics: UA-116165806-2 # Google Analytics
# Build Settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
paginate: 20
paginate_path: "/page/:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "vendor-bundle"]