-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
25 lines (21 loc) · 721 Bytes
/
_config.yml
File metadata and controls
25 lines (21 loc) · 721 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: /blog/:year/:month/:day/:title
# relative_permalinks: true # not supported in Jekyll >= 3.0
# Setup
title: TBD
tagline: 'Scattered Technical Notes'
description: 'This is a collection of scattered technical notes on various topics.'
url: https://coderik.github.io/
baseurl: ''
paginate: 5
excerpt_separator: <!--more-->
# About/contact
author:
name: Coderik
url: https://twitter.com/Coderik
email: coderiks@gmail.com
# Custom vars
version: 0.1.0
gems: [jekyll-paginate]