-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (46 loc) · 1.56 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
###########
# site.url, site.title
title: 'SaaS UI - Free Illustrations for your Documentation or Design System'
description: 'Free illustrations for your documentation or design system. Enhance your UI with high-quality, customizable illustrations.'
keywords: 'illustrations, free illustrations, UI design, design system, documentation'
author: '0wczar'
## note:
# use site.path in your templates to make it work for both protocols e.g. http and https
# use site.url only inside the web feed template (e.g. requires full url incl. protocol)
path: /jekyll-bootstrap-theme
url: 'https://illustrations.saas-ui.dev'
########
# more settings
markdown: kramdown
exclude:
- README.md
safe: true
lsi: false
collections:
components:
output: true
# Permalinks
permalink: /:categories/:title/
# Sitemap
plugins:
- jekyll-sitemap
# Robots.txt
robots:
- 'User-agent: *'
- 'Disallow: /exclude-this-path/'
# Social Media Integration
# Open Graph
og:
title: 'SaaS UI - Free Illustrations for your Documentation or Design System'
description: 'Free illustrations for your documentation or design system. Enhance your UI with high-quality, customizable illustrations.'
type: 'website'
url: '/assets/og/x.png'
image: '/assets/og/x.png'
# Twitter Card
twitter:
card: '/assets/og/x.png'
site: '@towcza'
creator: '@towcza'
title: 'SaaS UI - Free Illustrations for your Documentation or Design System'
description: 'Free illustrations for your documentation or design system. Enhance your UI with high-quality, customizable illustrations.'
image: '/assets/og/x.png'