-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
42 lines (36 loc) · 918 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
# Site settings
title: Science and Technology Blog
description: "Blog site for scientific/technical pages."
url: "https://pranjaldhole.github.io/science-blog-template"
author:
name: "Pranjal Dhole"
email: "dhole.pranjal@gmail.com"
url: "https://pranjaldhole.github.io"
# Build settings
baseurl: /science-blog-template/
source: .
destination: ./_site
permalink: /:title
paginate: 8
paginate_path: /page:num/
# Default values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Custom variables
genre: "Science and Technology Blog" # Blog genre
version: "1.0.1" # Blog site version
# Disqus comments
comments: true # used to enable disqus comments on site
dsq_shortname: science-blog-template # disqus shortname
# Options: Define which header/footer to use
custom_header: false
custom_nav_footer: false
reverse: false
# Plugins
plugins:
- jekyll-paginate