-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (36 loc) · 818 Bytes
/
_config.yml
File metadata and controls
41 lines (36 loc) · 818 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# User config
author: "Karanva"
tagline: "Karanva Portfolio WIP"
description: "A very simple portfolio about game development"
keywords: "Game development, game, game design, game art, game tech"
email: "karolina.arancibiova@gmail.com"
linkedin: "https://www.linkedin.com/in/karanva/"
github: "https://github.com/Karanval"
# Site config
logo: /assets/images/karanva_sonrisas.png
baseurl: ""
# allowsearch: true
enabletags: true
tagarray: []
paginate: 20
per_page: 20
paginame_path: "/page:num/"
plugins: [jekyll-paginate, jekyll-gist]
collections:
projects:
output: true
defaults:
- scope:
path: ""
type: "areas"
values:
layout: "area"
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
values:
layout: "default"