Skip to content

Commit 758a44b

Browse files
committed
docs: update branding to Angular.Schule
- Change author/copyright to "Angular.Schule (by Johannes Hoppe)" - Add header banner image from assets.angular.schule - Fix minor grammar issues in README
1 parent 7361185 commit 758a44b

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2026 Johannes Hoppe
3+
Copyright (c) 2017-2026 Angular.Schule (by Johannes Hoppe)
44
Copyright (c) 2019 Minko Gechev
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Same as `ng build --base-href=/XXX/`
170170

171171
##### A) You don't want to use a custom domain
172172

173-
If you don't want to use your own domain, then your later URL of your hosted Angular project should look like this:
173+
If you don't want to use your own domain, the URL of your hosted Angular project will look like this:
174174
`https://your-username.github.io/the-repositoryname`.
175175
In this case you have to adjust the `--base-href` accordingly:
176176

@@ -268,7 +268,7 @@ Learn more about ["personal access tokens" here](https://help.github.com/article
268268
- Example: `ng deploy --message="What could possibly go wrong?"`
269269

270270
The commit message **must be wrapped in quotes** if there are any spaces in the text.
271-
Some additional text is always added to the message, if the command runs on Travis CI, Circle CI or GitHub Actions.
271+
Some additional text is always added to the message, if the command runs on Travis CI, CircleCI or GitHub Actions.
272272

273273
#### --branch <a name="branch"></a>
274274

@@ -429,13 +429,15 @@ Now you can just run `ng deploy` without all the options in the command line!
429429
430430
## ℹ️ About <a name="about"></a>
431431

432-
<img src="https://assets.angular.schule/logo-angular-schule.png" height="60">
433-
434-
### &copy; 2017-2026 https://angular.schule
432+
![Angular.Schule](https://assets.angular.schule/header-only-logo.png)
435433

436434
🇬🇧 `angular-cli-ghpages` is brought to you by the **Angular.Schule** team – two Google Developer Experts (GDE) from Germany. We get you and your team up to speed with Angular through remote trainings in English! Visit [angular.schule](https://angular.schule) to learn more.
437435

438436
🇩🇪 `angular-cli-ghpages` wurde für Sie entwickelt von der **Angular.Schule**! Wir machen Sie und Ihr Team fit für das Webframework Angular – in [offenen Gruppen](https://angular.schule/schulungen/online) oder [individuellen Inhouse-Schulungen](https://angular.schule/schulungen/online-teams). Von den Buchautoren und Google Developer Experts (GDE) Johannes Hoppe und Ferdinand Malcher.
439437

438+
<img src="https://assets.angular.schule/logo-angular-schule.png" height="60">
439+
440+
© 2017-2026
441+
440442
[npm-url]: https://www.npmjs.com/package/angular-cli-ghpages
441443
[npm-image]: https://img.shields.io/npm/v/angular-cli-ghpages.svg

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"angular-cli-github-pages"
4646
],
4747
"author": {
48-
"name": "Johannes Hoppe",
48+
"name": "Angular.Schule (by Johannes Hoppe)",
4949
"email": "johannes.hoppe@haushoppe-its.de"
5050
},
5151
"contributors": [

0 commit comments

Comments
 (0)