-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
55 lines (47 loc) · 868 Bytes
/
_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
title: Speck&Tech
email: comms@speckand.tech
description: The website of Speck&Tech
port: 4268
destination: public
assets_dir: assets
data_dir: data
collections_dir: collections
posts_dir: posts
drafts_dir: drafts
layouts_dir: templates/layouts
includes_dir: templates/includes
plugins_dir: scripts
encoding: UTF-8
markdown: kramdown
sass:
sass_dir: assets/css
style: compressed
sourcemap: never
plugins: []
converters:
sass:
prefix: '@tailwind components; @tailwind utilities; '
exclude: []
collections:
events:
output: true
jobs:
output: true
keep_files: [".git"]
include: ["assets", "pages", "posts"]
exclude:
[
".env",
".css",
".gitattributes",
".gitconfig",
".gitignore",
"old_posts",
"Gemfile",
"Gemfile.lock",
"vercel.json",
"templates",
"scripts",
"drafts",
"data",
]