-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (37 loc) · 989 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
collections:
art-assets:
image: true
output: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# SEO Tags for jekyll-seo-tag
title: "Malle Yeno - Art and Blog"
tagline: "An art gallery and blog by Malle Yeno, your favourite local raccoon!"
description: "The art portfolio and blog of Malle Yeno. Topics range from art and the furry fandom, geospatial technology, software development, data science, and any other topics that I jump into."
logo: "/assets/images/flavicon.png"
author:
name: malle_yeno
social:
name: Malle Yeno
links:
- https://twitter.com/malle_yeno
- https://t.me/Malle_Yeno
- https://malle-yeno.tumblr.com/
- https://tech.lgbt/web/@malle_yeno
- https://www.furaffinity.net/user/malleyeno/
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
- scope:
path: "_art-assets"
values:
layout: "art_post"