slidev-theme-tud 0.0.0 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deploy.yml +3 -3
- package/README.md +3 -3
- package/package.json +4 -4
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# • the VitePress docs → <pages-url>/docs
|
|
5
5
|
# • the Slidev showcase → <pages-url>/demo
|
|
6
6
|
# For a project page the site is served under /<repo>, so every base is
|
|
7
|
-
# derived from BASE = "/slidev-theme-
|
|
7
|
+
# derived from BASE = "/slidev-theme-tud".
|
|
8
8
|
name: Deploy Pages
|
|
9
9
|
|
|
10
10
|
on:
|
|
@@ -29,10 +29,10 @@ jobs:
|
|
|
29
29
|
runs-on: ubuntu-latest
|
|
30
30
|
env:
|
|
31
31
|
# Path component of the Pages URL for this project page.
|
|
32
|
-
BASE: /slidev-theme-
|
|
32
|
+
BASE: /slidev-theme-tud
|
|
33
33
|
# Absolute URL of the deck. config.ts passes this through as an external
|
|
34
34
|
# link, so VitePress does NOT prefix it with the docs `base`.
|
|
35
|
-
DEMO_URL: https://maxkurze1.github.io/slidev-theme-
|
|
35
|
+
DEMO_URL: https://maxkurze1.github.io/slidev-theme-tud/demo/
|
|
36
36
|
steps:
|
|
37
37
|
- uses: actions/checkout@v4
|
|
38
38
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# slidev-theme-
|
|
1
|
+
# slidev-theme-tud
|
|
2
2
|
|
|
3
3
|
A [TU Dresden](https://tu-dresden.de/) theme for [Slidev](https://github.com/slidevjs/slidev) (following the [new 2025 corporate desing](https://tu-dresden.de/tu-dresden/organisation/zentrale-universitaetsverwaltung/dezernat-7/sachgebiet-7-1-corporate-design/cd)).
|
|
4
4
|
|
|
@@ -20,14 +20,14 @@ then the following will try to give you some hints at least.
|
|
|
20
20
|
You can install this theme into an existing repository using
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
$ pnpm install git+ssh://git@github.com:maxkurze1/slidev-theme-
|
|
23
|
+
$ pnpm install git+ssh://git@github.com:maxkurze1/slidev-theme-tud.git
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
Then you should be able to use it by setting the `theme` in your frontmatter:
|
|
27
27
|
|
|
28
28
|
```md
|
|
29
29
|
---
|
|
30
|
-
theme:
|
|
30
|
+
theme: tud
|
|
31
31
|
---
|
|
32
32
|
```
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slidev-theme-tud",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "Corporate
|
|
5
|
+
"description": "Corporate TUD theme for SliDev",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"slidev-theme",
|
|
8
8
|
"slidev",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
],
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/maxkurze1/slidev-theme-
|
|
14
|
+
"url": "git+https://github.com/maxkurze1/slidev-theme-tud.git"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/maxkurze1/slidev-theme-
|
|
17
|
+
"url": "https://github.com/maxkurze1/slidev-theme-tud/issues"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|