forked from chesterhow/tale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (37 loc) · 895 Bytes
/
_config.yml
File metadata and controls
45 lines (37 loc) · 895 Bytes
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
# Permalinks
permalink: /:year-:month-:day/:title
# Setup
title: moreTale
paginate: 5
baseurl: ""
url: "https://lsrom.github.io/moreTale"
language: "en"
description: "Test page for developing moreTale - a simple Jekyll theme based on minimalistic Tale."
# Assets
sass:
sass_dir: _sass
style: :compressed
# Build settings
markdown: kramdown
# About
author:
name: Luke Srom
url: http://lsrom.cz
email: lukas.srom@gmail.com
# Custom vars
version: 3.4.1
github:
repo: https://github.com/lsrom/moreTale
google-analytics: UA-70462011-1 # add if you have it
# Social media sharing buttons
social:
facebook: true
google: true
twitter: true
reddit: true
mail: true
twitter: lukesrom
# Gems
plugins:
- jekyll-paginate
- jekyll-feed