-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (34 loc) · 971 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
# Permalinks
permalink: pretty
# Setup
title: "Roundabout"
tagline: "A Jekyll theme."
url: http://blvd.space
baseurl: "/roundabout"
# Pagination (uncomment if you want posts to paginate)
# paginate: 1
# paginate_path: "/page/:num/"
# Google Analytics (uncomment if you have any)
# analytics_id: "id"
# List of time zones supported in the TZ database
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: UTC
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _scss
style: :compressed
# About/contact
author:
name: Resi Respati
url: https://resir014.xyz
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/blvdgroup/roundabout
# Gems
gems:
- jekyll-paginate
- jekyll-gist