From fc66acb9da5f3c6245ef0917b466a9b9b20f7d7a Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 7 Nov 2021 13:28:13 -0500 Subject: [PATCH] Improved and fixed example --- src/configuration.json | 2 +- src/package.json | 14 +++---------- src/pages/index/contents.dyn | 39 +++++++----------------------------- src/sections/footer.dyn | 2 +- 4 files changed, 12 insertions(+), 45 deletions(-) diff --git a/src/configuration.json b/src/configuration.json index 6cba916..79ad343 100644 --- a/src/configuration.json +++ b/src/configuration.json @@ -33,6 +33,6 @@ {"type": "ppm", "name": "bootstrap", "source": "com.getbootstrap.bootstrap==latest", "path": "bootstrap"} ], "router": [ - {"method": ["GET"], "path": "", "page": "index", "params": []}, + {"method": ["GET"], "path": "", "page": "index", "params": []} ] } \ No newline at end of file diff --git a/src/package.json b/src/package.json index 4a0be6a..3a03f34 100644 --- a/src/package.json +++ b/src/package.json @@ -30,20 +30,12 @@ }, "components": [], "files": [ - "assets/images/me-weeb-shit-nya-3-39415496.png", - "assets/javascript/another_test.js.dyn", + "assets/css/starter-template.css", "configuration.json", "localization/en.json", - "localization/zh.json", "package.json", - "pages/debug/contents.dyn", "pages/index/contents.dyn", - "pages/index/css/test.css.dyn", - "pages/index/javascript/console.js.dyn", - "pages/index/markdown/lorem.md.dyn", - "pages/index/scripts/time.dyn", - "pages/index/sections/copyright.dyn", - "pages/index/sections/header.dyn", - "pages/storage/contents.dyn" + "sections/footer.dyn", + "sections/header.dyn" ] } \ No newline at end of file diff --git a/src/pages/index/contents.dyn b/src/pages/index/contents.dyn index 36633d8..d5d708c 100644 --- a/src/pages/index/contents.dyn +++ b/src/pages/index/contents.dyn @@ -6,8 +6,8 @@ - - + + DynamicalWeb Example Application @@ -15,41 +15,16 @@
- Bootstrap - Starter template + DynamicalWeb + DynamicalWeb
-

Get started with Bootstrap

-

Quickly and easily get started with Bootstrap's compiled, production-ready files with this barebones example featuring some basic HTML and helpful links. Download all our examples to get started.

- +

Get started with DynamicalWeb

+

Quickly get started with DynamicalWeb 3.0 with it's all new PPM architecture, making it easy to deploy and develop on

- -
- -
-
-

Starter projects

-

Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.

- -
- -
-

Guides

-

Read more detailed instructions and documentation on using or contributing to Bootstrap.

- -
+ See GitHub
diff --git a/src/sections/footer.dyn b/src/sections/footer.dyn index 1e5eca2..f7cf461 100644 --- a/src/sections/footer.dyn +++ b/src/sections/footer.dyn @@ -1,3 +1,3 @@ \ No newline at end of file