Skip to content

Commit b4664c4

Browse files
committed
update changes for base slides
1 parent 88432f7 commit b4664c4

12 files changed

+2810
-2992
lines changed

components/InfoLine.vue

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
22
<footer class="absolute bottom-0 left-0 right-0 flex text-center text-sm text-white">
3-
<div class="flex-1 p-1" style="background:#3333B3">
3+
<div class="flex-1 p-1" style="background:#3333B3;text-align:left;display:inline;">
44
{{ $slidev.configs.conference || "Unknown conference" }}
55
</div>
6-
<div class="flex-1 p-1" style="background:#191959">
6+
<!-- <div class="flex-1 p-1" style="background:#191959">
77
{{ $slidev.configs.author || "Unknown author" }}
8-
</div>
9-
<div class="flex-1 p-1" style="background:#262686">
10-
<img src="/images/twitter-iamjerdog.png" width="50%">
8+
</div> -->
9+
<div class="flex-1 p-1" style="background:#262686;">
10+
<img :src=$slidev.configs.socialimg width="30%" style="float: right; vertical-align: middle;">
1111
</div>
1212
</footer>
13-
</template>
13+
</template>

components/talkTopBar.vue

-31
This file was deleted.

global-top.vue

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<template>
2-
<talkTopBar />
32
<InfoLine v-if="$slidev.configs.infoLine ?? true" />
43
</template>

global-top.vue.old

-6
This file was deleted.

netlify.toml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build]
2+
publish = "dist"
3+
command = "npm run build"
4+
5+
[build.environment]
6+
NODE_VERSION = "20"
7+
8+
[[redirects]]
9+
from = "/.well-known/*"
10+
to = "/.well-known/:splat"
11+
status = 200
12+
13+
[[redirects]]
14+
from = "/*"
15+
to = "/index.html"
16+
status = 200

0 commit comments

Comments
 (0)