-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
54 lines (46 loc) · 1.11 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
baseURL: 'http://marqueefy.github.io/'
languageCode: 'en'
title: 'Marqueefy'
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
tableOfContents:
startLevel: 2
endLevel: 6
buildDrafts: true
buildFuture: true
enableRobotsTXT: true
metaDataFormat: "yaml"
disableKinds: ["404", "taxonomy", "term", "RSS", "section"]
publishDir: "_site"
module:
mounts:
- source: dist
target: static/1.0/dist
- source: site/content
target: content
- source: site/static
target: static
- source: site/layouts
target: layouts
- source: site/data
target: data
- source: site/assets
target: assets
related:
includeNewer: false
indices:
- name: keywords
weight: 100
- name: date
weight: 10
threshold: 80
toLower: false
params:
description: "Marqueefy is a custom Marquee component used to create horizontal or vertical scrolling content."
authors: "Neeraj Kumar Das"
current_version: "1.0.3"
docs_version: "1.0"