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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniweb",
3
- "version": "0.2.24",
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/runtime": "0.2.4",
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,2 @@
1
+ title: About
2
+ description: About this project
@@ -10,5 +10,5 @@ align: center
10
10
 
11
11
  This workspace supports multiple sites sharing foundations. Add more sites in `sites/` and more foundations in `foundations/`.
12
12
 
13
- [Get Started](#getting-started)
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,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,2 @@
1
+ title: About
2
+ description: About this project
@@ -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
- [Get Started](#getting-started)
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>