generated from tajacks/lightspeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (40 loc) · 964 Bytes
/
_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
# Site Specific Configuration
name: Lorenzo Bafunno
description: Personal Website
url: https://laurelled.github.io/
author: Lorenzo Bafunno
timezone: Rome
timezone_short: ET
# Keywords
keywords: ['Lorenzo Bafunno', 'laurelled', 'University of Turin', 'Full Stack Developer', 'Turin']
# Analytics (Plausible requires sign-up)
analytics:
plausible:
enabled: false
site_fqdn: 'your.site.fqdn'
script_source: 'https://plausible.io/js/script.js'
# Styling
sass:
sass_dir: _sass
style: expanded # compact, expanded or compressed
# Paginate
pagination:
enabled: true
# Value set low for demonstration purposes
per_page: 3
sort_field: 'date'
sort_reverse: true
# Category Paginating
autopages:
enabled: true
categories:
title: 'Posts in category :cat'
permalink: '/category/:cat'
silent: false
# Exclusions
exclude: [ 'README.md', 'COPYING' ]
# Plugins
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-seo-tag