-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
83 lines (75 loc) · 1.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Metadata
title: InvenTree
tagline: Intuitive Inventory Management
description: >-
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.
It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.
# Links
demo-link:
internal: demo.md
doc-link: https://docs.inventree.org/en/latest/
deploy-link:
internal: deploy.md
blog-link:
internal: blog.html
# Hosting parameters
baseurl: ""
url: ""
# Rendering settings - do not touch
collections:
publishers:
output: true
permalink: "/:title"
repo:
output: true
permalink: ":doc_author/:title"
news:
output: true
permalink: /news/:year/:month/:day/:title
posts:
permalink: /blog/:year/:month/:day/:title
defaults:
- scope:
path: ""
type: "publishers"
values:
layout: "publisher"
- scope:
path: ""
type: "repo"
values:
layout: "plugin"
- scope:
path: ""
type: "posts"
values:
layout: "collection/post"
- scope:
path: ""
type: "news"
values:
layout: "collection/news"
- scope:
path: ""
values:
layout: "content"
feed:
path: /blog/feed.atom
collections:
news:
path: "/news/feed.atom"
plugins:
- jekyll-seo-tag
- jekyll-postcss-v2
- jekyll-sitemap
- jekyll-feed
- jekyll-mentions
- jekyll_custom_permalink
exclude: [
package.json,
package-lock.json,
postcss.config.js,
README.md,
tailwind.config.js,
LICENSE,
]