uniweb 0.2.24 → 0.2.26
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/package.json +3 -3
- package/templates/multi/sites/main/pages/about/1-about.md.hbs +13 -0
- package/templates/multi/sites/main/pages/about/page.yml +2 -0
- package/templates/multi/sites/main/pages/home/1-welcome.md.hbs +1 -1
- package/templates/multi/sites/main/public/favicon.svg +7 -0
- package/templates/single/site/pages/about/1-about.md.hbs +13 -0
- package/templates/single/site/pages/about/page.yml +2 -0
- package/templates/single/site/pages/home/1-welcome.md.hbs +1 -1
- package/templates/single/site/public/favicon.svg +7 -0
- package/templates/template/template/site/public/favicon.svg +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"js-yaml": "^4.1.0",
|
|
37
37
|
"prompts": "^2.4.2",
|
|
38
38
|
"tar": "^7.0.0",
|
|
39
|
-
"@uniweb/core": "0.1.6",
|
|
40
39
|
"@uniweb/build": "0.1.10",
|
|
41
|
-
"@uniweb/
|
|
40
|
+
"@uniweb/core": "0.1.6",
|
|
41
|
+
"@uniweb/runtime": "0.2.5",
|
|
42
42
|
"@uniweb/kit": "0.1.4"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: Section
|
|
3
|
+
theme: dark
|
|
4
|
+
align: center
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# About {{projectName}}
|
|
8
|
+
|
|
9
|
+
## A second page to demonstrate routing
|
|
10
|
+
|
|
11
|
+
This page uses a dark theme. Click the link below to navigate back to the home page and see the theme change.
|
|
12
|
+
|
|
13
|
+
[Back to Home](/)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
2
|
+
<rect width="32" height="32" rx="6" fill="#1e293b"/>
|
|
3
|
+
<!-- < symbol -->
|
|
4
|
+
<path d="M12 10 L6 16 L12 22" stroke="#FA8400" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
5
|
+
<!-- > symbol -->
|
|
6
|
+
<path d="M20 10 L26 16 L20 22" stroke="#00ADFE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: Section
|
|
3
|
+
theme: dark
|
|
4
|
+
align: center
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# About {{projectName}}
|
|
8
|
+
|
|
9
|
+
## A second page to demonstrate routing
|
|
10
|
+
|
|
11
|
+
This page uses a dark theme. Click the link below to navigate back to the home page and see the theme change.
|
|
12
|
+
|
|
13
|
+
[Back to Home](/)
|
|
@@ -10,5 +10,5 @@ align: center
|
|
|
10
10
|
|
|
11
11
|
This is a minimal starting point for your Uniweb project. Edit the content in `site/pages/` and customize the components in `foundation/src/components/`.
|
|
12
12
|
|
|
13
|
-
[
|
|
13
|
+
[About](/about)
|
|
14
14
|
[Documentation](https://github.com/uniweb)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
2
|
+
<rect width="32" height="32" rx="6" fill="#1e293b"/>
|
|
3
|
+
<!-- < symbol -->
|
|
4
|
+
<path d="M12 10 L6 16 L12 22" stroke="#FA8400" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
5
|
+
<!-- > symbol -->
|
|
6
|
+
<path d="M20 10 L26 16 L20 22" stroke="#00ADFE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
2
|
+
<rect width="32" height="32" rx="6" fill="#1e293b"/>
|
|
3
|
+
<!-- < symbol -->
|
|
4
|
+
<path d="M12 10 L6 16 L12 22" stroke="#FA8400" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
5
|
+
<!-- > symbol -->
|
|
6
|
+
<path d="M20 10 L26 16 L20 22" stroke="#00ADFE" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
7
|
+
</svg>
|