-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (34 loc) · 1.12 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
### Site Settings ###
title : Notion Icons 3D
description : >- # >- means to ignore newlines until "url:"
Gorgeous 3D icons for your Notion Workspace
url : "https://notion3d.vyshnav.xyz" # base hostname & protocol for your site (e.g. http://example.com)
baseurl : "" # subpath of your site (e.g. /blog) [IMPORTANT: use "" if your are hosting at https://username.github.io directly]
repository : Vyshnav2255/notion-icons-3d
### Author Info ###
author:
name : Vyshnav Gangadharan
twitter : vyshnav_xyz
dribbble : vyshnav_
github : Vyshnav2255
### Collections ###
collections:
icons:
output: true
permalink: /icons/:name
### Defaults for collections ###
defaults:
- scope:
path: ""
type: "icons"
values:
layout: "none"
sass:
style: compressed
### Exclude from processing ###
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- Gemfile
- Gemfile.lock