This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch marks the release of version v0.0.1. Co-authored-by: Shuralyov, Jean <[email protected]> Co-authored-by: Galyna, Cory <[email protected]> Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]> Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
1 parent
2ecf2d4
commit 08237d4
Showing
6 changed files
with
76 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# WARNING: auto-generated by AutomataCI | ||
|
||
cff-version: "1.2.0" | ||
type: "software" | ||
date-released: "2024-04-04" | ||
title: "Holloway's Angular Static Website Builder" | ||
version: "0.0.1" | ||
license: "MIT" | ||
repository: "https://github.com/ChewKeanHo/APP_Website_Angular" | ||
repository-code: "https://github.com/ChewKeanHo/APP_Website_Angular" | ||
repository-artifact: "https://github.com/ChewKeanHo/APP_Website_Angular/wiki/" | ||
url: "https://www.hollowaykeanho.com" | ||
contact: | ||
- affiliation: "(Holloway) Chew, Kean Ho" | ||
email: "[email protected]" | ||
website: "https://www.hollowaykeanho.com" | ||
abstract: |- | ||
Static website generation (SSG) is a known and easy way to perform | ||
immediate content publications and facilitating a web services. | ||
Angular is often the corporate selection for web application usage. | ||
However, when it comes to SSG, Angular is often perceived as | ||
overpowered and complicated. While this is true, Angular 17 with | ||
server-side rendering (SSR) capability can be configured to deliver | ||
SSG output. | ||
Therefore, Holloway's Angular Static Website Builder is established | ||
just to configure a baseline SSG build engine and makes itself as a | ||
git template repository. That way, anyone can utilize Angular for | ||
quick SSG deployment. | ||
message: |- | ||
Please cite and reference this repository accordingly. | ||
authors: | ||
- given-names: "Kean Ho" | ||
family-names: "Chew" | ||
email: "[email protected]" | ||
affiliation: "Independent" | ||
orcid: "https://orcid.org/0000-0003-4202-4863" | ||
- given-names: "Cory" | ||
family-names: "Galyna" | ||
email: "[email protected]" | ||
affiliation: "Independent" | ||
identifiers: | ||
- type: doi | ||
value: "10.5281/zenodo.10851740" | ||
description: "Paper" | ||
keywords: | ||
- "angular" | ||
- "static site generation" | ||
- "native and locally available" | ||
- "self-improvable" | ||
- "template" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
srcANGULAR: applied CVE-2024-31207 patch | ||
srcANGULAR: updated @angular/core to version 17.3.3 | ||
srcANGULAR: updated @angular/cli to version 17.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
holloway-webbuilder (0.0.1) stable; urgency=low | ||
|
||
* srcANGULAR: applied CVE-2024-31207 patch | ||
* srcANGULAR: updated @angular/core to version 17.3.3 | ||
* srcANGULAR: updated @angular/cli to version 17.3.3 | ||
|
||
-- (Holloway) Chew, Kean Ho <[email protected]> Thu, 04 Apr 2024 15:06:40 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters