-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (44 loc) · 1.09 KB
/
_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
48
49
50
name: Obvious in retrospect
title: Obvious in retrospect
description: personal blog of jaseem m
meta_description: "personal blog of jaseem m about programming and time"
title_separator: '–'
about: false #'about.html'
markdown: kramdown
highlighter: rouge
logo: false
paginate: 15
baseurl: /
domain_name: 'https://www.mjaseem.com'
# google_analytics: 'UA-XXXXXXXX-X'
plugins:
- jekyll-paginate
- jekyll-feed
header: false #'/assets/images/header.jpg'
# Details for the RSS feed generator
url: 'www.mjaseem.com'
permalink: /:title:output_ext
# Site Author
author:
name : "Jaseem"
avatar : "/assets/images/profile.jpg"
bio : "Programmer, wannabe renaissance man and all-around geek. I work as a software engineer and live in Luxembourg"
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: post
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: page
share: false