Skip to content

Commit 5bb9739

Browse files
committed
fix: light gh-pages work
1 parent da8675b commit 5bb9739

15 files changed

+409
-561
lines changed
File renamed without changes.
File renamed without changes.

public/bundle.js renamed to docs/bundle.js

Lines changed: 172 additions & 386 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/global.css renamed to docs/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
color: #333;
33
box-sizing: border-box;
4-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
4+
font-family: Rajdhani, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
55
margin: 0;
66
padding: 0;
77
}

public/index.html renamed to docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<title>Svelte app</title>
88

99
<link rel='stylesheet' href='global.css'>
10+
<link href="https://fonts.googleapis.com/css?family=Rajdhani:400,700" rel="stylesheet">
1011
<link rel='stylesheet' href='test.css'>
12+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/rainbow.min.css">
13+
1114
<style>
1215
html {
1316
box-sizing: border-box;
@@ -19,6 +22,7 @@
1922
</head>
2023

2124
<body>
25+
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js'></script>
2226
<script src='test.js'></script>
2327
</body>
2428
</html>

public/test.css renamed to docs/test.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/test.css.map renamed to docs/test.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

public/test.js renamed to docs/test.js

Lines changed: 165 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)