Skip to content

Commit 8cafa71

Browse files
committed
pushing this to public idgaf
1 parent e699f46 commit 8cafa71

23 files changed

+260
-95
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"livePreview.defaultPreviewPath": "./export/",
3-
"livePreview.serverRoot": "./export/"
3+
"livePreview.serverRoot": "./export/",
4+
"livePreview.autoRefreshPreview": "On Changes to Saved Files"
45
}

src/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ console.log("Building pages...");
4444
copyDir("./src/img/", exportPath + "/img/");
4545

4646
compileSass("./src/style.scss", exportPath + "/style.css");
47+
compileSass("./src/style_v2.scss", exportPath + "/style_v2.css");
4748
compileSass("./src/pages/wiki.scss", exportPath + "/wiki.css");
4849
compileSass("./src/pages/index.scss", exportPath + "/index.css");
4950
compileSass("./src/giscus-theme.scss", exportPath + "/giscus-theme.css");
45.2 KB
Binary file not shown.

src/img/icons/Bluesky_Logo.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading

src/img/sidebar_pointer(1).png

4.51 KB
Loading
11.3 KB
Loading

src/pages/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>{{ pageTitle }} - Codename Engine Docs</title>
77
<link rel="stylesheet" href="root/style.css">
8+
<link rel="stylesheet" href="root/style_v2.css">
89
<link rel="stylesheet" href="root/index.css">
910

1011
<meta name="title" content="{{ pageTitle }} - Codename Engine Docs" />

0 commit comments

Comments
 (0)