-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicogen.yml
47 lines (32 loc) · 825 Bytes
/
picogen.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
# URl of the website
websiteURL: https://example.com
# website name
websiteName: dummy name
# website description
websiteImage: /img/img.png
# Remove html extension from picogen server
removeHTMLExt: true
# post path where the generate post files should placed
postPath: post/
# js file to bundle
cssFiles: ["tailwind","main"]
# css files to bundle
jsFiles: ["main"]
# weather to purge css files or not
purgeCss: "**/{*.ejs,*.html,main.js}"
# file you want to purge css from
purgeCssFiles: ["main"]
#sitemap settings
sitemap: true
# Feed settings
feed: true
# title of the RSS feed
title: "dummy title"
# description of the RSS feed
description: "dummy description"
#copyright of the RSS feed
copyright: "dummy copyright"
# image of the RSS feed
image: /image.jpg
# favicon of the RSS feed
favicon: favicon.ico