-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
executable file
·60 lines (50 loc) · 1.28 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
51
52
53
54
55
56
57
58
59
60
# Dependencies
highlighter: rouge
plugins:
- jekyll-paginate
- jekyll-feed
# Permalinks
permalink: /blog/:categories/:title/
# permalink: blog/:categories/:year/:month/:day/:title/
# Setup
title: 'Anjana Sofia Vakil'
name: 'Anjana Sofia Vakil'
#tagline: ''
description: 'Developer Educator & Software Engineer'
#url: http://vakila.github.io/
baseurl: '/'
blogurl: '/blog'
# Assets
images: '/img'
pdfs: '/pdf'
author:
name: 'Anjana Sofia Vakil'
url: anjana.dev
email: 'contact@anjana.dev'
github: 'https://github.com/vakila'
facebook: ''
twitter: 'https://twitter.com/AnjanaVakil'
googleplus: ''
linkedin: 'https://www.linkedin.com/in/anjanavakil '
paginate: 10
paginate_path: "/blog/page:num/"
# Custom vars
version: 2.1.0
github:
repo: https://github.com/vakila/vakila.github.io
# Collections
collections:
projects:
output: false
talks:
output: false
redirects:
output: true
permalink: :path
# defaults:
# -
# scope:
# path: ""
# type: "projects" # a collection in your site, in plural form
# values:
# layout: "default"