-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathzine.ziggy
More file actions
29 lines (29 loc) · 1.1 KB
/
zine.ziggy
File metadata and controls
29 lines (29 loc) · 1.1 KB
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
Site {
.title = "Zigtools",
.host_url = "https://zigtools.org",
.content_dir_path = "content",
.layouts_dir_path = "layouts",
.assets_dir_path = "assets",
.static_assets = [
"robots.txt",
// Used in inlined html
"0.14.0-hover-over-character-literal.png",
"0.14.0-hover-over-character-literal-dark.png",
"0.15.0-nvim-build-system-diagnostics.png",
"0.15.0-nvim-build-system-diagnostics-dark.png",
"0.15.0-nvim-highlight-control-flow.png",
"0.15.0-nvim-highlight-control-flow-dark.png",
"0.15.0-nvim-highlight-mutable.png",
"0.15.0-nvim-highlight-mutable-dark.png",
"0.15.0-nvim-highlight-static.png",
"0.15.0-nvim-highlight-static-dark.png",
"0.15.0-nvim-highlight-unused.png",
"0.15.0-nvim-highlight-unused-dark.png",
"0.16.0-zed-branching-types-dark.png",
"0.16.0-zed-branching-types.png",
"0.16.0-zed-compile-log-dark.png",
"0.16.0-zed-compile-log.png",
"0.16.0-zed-workspace-symbols-dark.png",
"0.16.0-zed-workspace-symbols.png",
],
}