Skip to content

Commit 2352b55

Browse files
Merge pull request #15 from HashnodeWithAngular/develop
renaming current
2 parents cf3c850 + 7fb9e28 commit 2352b55

16 files changed

+29
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Bug report
2-
description: Create a bug report to help us improve AnguHashBlog
2+
description: Create a bug report to help us improve HashnodeWithAngular
33
title: "Bug: "
44
labels: [👀 needs triage, 🐛 bug]
55
body:
@@ -48,5 +48,5 @@ body:
4848
label: I would be willing to submit a PR to fix this issue
4949
description: Assistance is provided if you need help submitting a pull request
5050
options:
51-
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52-
- label: 'No'
51+
- label: "Yes and I have read the [Contribution Guide](https://hashnode.withangular.dev/contributing) and I agree to follow this project's [Code of Conduct](https://hashnode.withangular.dev/code-of-conduct)"
52+
- label: 'No'

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ body:
4848
label: I would be willing to submit a PR to fix this issue
4949
description: Assistance is provided if you need help submitting a pull request
5050
options:
51-
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52-
- label: 'No'
51+
- label: "Yes and I have read the [Contribution Guide](https://hashnode.withangular.dev/contributing) and I agree to follow this project's [Code of Conduct](https://hashnode.withangular.dev/code-of-conduct)"
52+
- label: 'No'

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
2626
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on [Discord](https://discord.gg/SQCFCACz) or follow up on the issue itself.
2727
28-
For full info on how to contribute, please check out our [contributors guide](https://anguhashblog.com/contributing).
28+
For full info on how to contribute, please check out our [contributors guide](https://hashnode.withangular.dev/contributing).

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to AnguHashBlog
1+
# Contributing to HashnodeWithAngular
22

33
First off, thanks for taking the time to contribute! ❤️
44

@@ -84,13 +84,13 @@ Even if the issue is labeled as not implemented, it remains your responsibility
8484

8585
Before you submit your Pull Request (PR) consider the following guidelines:
8686

87-
1. Search [AhguHashBlog](https://github.com/AnguHashBlog) for an open or closed PR that relates to your submission.
87+
1. Search [HashnodeWithAngular](https://github.com/HashnodeWithAngular) for an open or closed PR that relates to your submission.
8888
You don't want to duplicate existing efforts.
8989

9090
2. Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add.
9191
Discussing the design upfront helps to ensure that we're ready to accept your work.
9292

93-
3. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the `AnguHashBlog` repo of your choice.
93+
3. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the `HashnodeWithAngular` repo of your choice.
9494

9595
4. In your forked repository, make your changes in a new git branch:
9696

@@ -120,7 +120,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
120120
git push origin my-fix-branch
121121
```
122122

123-
10. In GitHub, send a pull request to `AnguHashBlog/analog-material:main`.
123+
10. In GitHub, send a pull request to `HashnodeWithAngular/analog-material:main`.
124124

125125
**DO NOT** erase the provided PR template! It is intended for you to use, not to replace it with random text.
126126

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Analog App
22

33
Use this version of
4-
## ![anguhashblog logo](/anguhashblog-logo-readme.png) AnguHashBlog
4+
## ![HashnodeWithAngular logo](/hashnode-withanular-logo-readme.png) HashnodeWithAngular
55
which allows you to connect your Hashnode Blog to
66
# ![analog logo](/analog.png) Analog
77

File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<title>Analog - Angular Material | AnguHashBlog</title>
6+
<title>Analog - Angular Material | HashnodeWithAngular</title>
77
<base href="/" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
-174 KB
Binary file not shown.
Loading

src/app/components/footer.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { BlogService } from '../services/blog.service';
1515
<mat-toolbar class="footer">
1616
<p>&copy; {{ date }} {{ blogName }}</p>
1717
<small
18-
>Created using<a href="https://github.com/HashBlogWithAngular" target="_blank"
19-
>HashBlogWithAngular</a
18+
>Created using<a href="https://github.com/HashnodeWithAngular" target="_blank"
19+
>HashnodeWithAngular</a
2020
> and<a href="https://analogjs.org" target="_blank"
2121
>Analog</a
2222
></small

src/app/components/header.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export class HeaderComponent implements OnInit, OnDestroy {
223223
blogInfo!: BlogInfo;
224224
blogName: string = "";
225225
// start with default image to prevent 404 when returning from post-details page
226-
blogImage: string = "/images/anguhashblog-logo-purple-bgr.jpg";
226+
blogImage: string = "/images/hashnode-withangular-logo-purple-bgr.jpg";
227227
blogSocialLinks!: BlogLinks;
228228
seriesList!: SeriesList[];
229229
blogService: BlogService = inject(BlogService);
@@ -247,15 +247,15 @@ export class HeaderComponent implements OnInit, OnDestroy {
247247
if (this.blogInfo.isTeam && this.blogInfo.favicon) {
248248
this.blogImage = this.blogInfo.favicon;
249249
} else {
250-
this.blogImage = "/images/anguhashblog-logo-purple-bgr.jpg";
250+
this.blogImage = "/images/hashnode-withangular-logo-purple-bgr.jpg";
251251
}
252252
if (!this.blogInfo.isTeam) {
253253
this.blogService.getAuthorInfo(this.blogURL).subscribe((data) => {
254254
if (data.profilePicture) {
255255
this.blogImage = data.profilePicture;
256256
} else {
257257
this.blogImage =
258-
"/images/anguhashblog-logo-purple-bgr.jpg";
258+
"/images/hashnode-withangular-logo-purple-bgr.jpg";
259259
}
260260
});
261261
}

src/app/pages/post/[postSlug].page.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ import { BlogSocialIconsComponent } from "src/app/partials/blog-social-icons.com
123123
<p>&copy; {{ date }} {{ blogName }}</p>
124124
<small
125125
>Created using<a
126-
href="https://github.com/AnguHashBlog"
126+
href="https://github.com/HashnodeWithAngular"
127127
target="_blank"
128-
>AnguHashBlog</a
128+
>HashnodeWithAngular</a
129129
>
130130
and<a href="https://analogjs.org" target="_blank">Analog</a></small
131131
>

src/app/partials/blog-social-icons.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class BlogSocialIconsComponent {
4242
private iconRegistry: MatIconRegistry,
4343
private sanitizer: DomSanitizer
4444
) {
45-
const deployedUrl = "https://analog-hashblog.withangular.dev/";
45+
const deployedUrl = "https://analog-hashnode.withangular.dev/";
4646
iconRegistry.addSvgIcon("twitter",
4747
this.sanitizer.bypassSecurityTrustResourceUrl(`${deployedUrl}icons/twitter.svg`)
4848
);

src/app/partials/follow-dialog.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { MatIconModule } from "@angular/material/icon";
2424
</div>
2525
<img
2626
class="logo"
27-
src="/images/anguhashblog-logo-purple-bgr.jpg"
27+
src="/images/hashnode-withangular-logo-purple-bgr.jpg"
2828
alt=""
2929
/>
3030
<mat-dialog-content>

src/app/partials/settings-dialog.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import { BlogService } from "../services/blog.service";
4343
} @else {
4444
<mat-dialog-content>
4545
<h3 mat-dialog-title>Try with your Blog</h3>
46-
<p>try AnguHashBlog</p>
46+
<p>try HashnodeWithAngular</p>
4747
<small>with another Hashnode blog </small>
4848
<mat-form-field>
4949
<mat-label>Blog URL</mat-label>
@@ -151,7 +151,7 @@ import { BlogService } from "../services/blog.service";
151151
`,
152152
})
153153
export class SettingsDialogComponent implements OnInit {
154-
blogURL: string = "hashblog-withangular.hashnode.dev";
154+
blogURL: string = "blog-hashnode.withangular.dev";
155155
newBlogURL: string = "";
156156
blogURLChanged: boolean = false;
157157
blogService: BlogService = inject(BlogService);
@@ -160,7 +160,7 @@ export class SettingsDialogComponent implements OnInit {
160160

161161
ngOnInit(): void {
162162
this.blogURL = this.blogService.getBlogURL();
163-
if (this.blogURL === "hashblog-withangular.hashnode.dev") {
163+
if (this.blogURL === "blog-hashnode.withangular.dev") {
164164
this.blogURLChanged = false;
165165
} else {
166166
this.blogURLChanged = true;
@@ -170,7 +170,7 @@ export class SettingsDialogComponent implements OnInit {
170170
changeBlogURL(): void {
171171
this.blogService.setBlogURL(this.newBlogURL);
172172
this.blogURL = this.blogService.getBlogURL();
173-
if (this.blogURL === "hashblog-withangular.hashnode.dev") {
173+
if (this.blogURL === "blog-hashnode.withangular.dev") {
174174
this.blogURLChanged = false;
175175
} else {
176176
this.blogURLChanged = true;

src/app/services/blog.service.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { isPlatformBrowser } from "@angular/common";
1818
providedIn: "root",
1919
})
2020
export class BlogService {
21-
blogURL: string = "hashblog-withangular.hashnode.dev";
21+
blogURL: string = "blog-hashnode.withangular.dev";
2222
private readonly localStorageKey = "userBlogURL";
2323

2424
constructor(
@@ -30,10 +30,10 @@ export class BlogService {
3030
if (isPlatformBrowser(this.platformId)) {
3131
return (
3232
localStorage.getItem(this.localStorageKey) ||
33-
"hashblog-withangular.hashnode.dev"
33+
"blog-hashnode.withangular.dev"
3434
);
3535
}
36-
return "hashblog-withangular.hashnode.dev";
36+
return "blog-hashnode.withangular.dev";
3737
}
3838

3939
setBlogURL(newBlogURL: string): void {
@@ -45,7 +45,7 @@ export class BlogService {
4545

4646
resetBlogURL(): void {
4747
localStorage.removeItem(this.localStorageKey);
48-
this.blogURL = "hashblog-withangular.hashnode.dev";
48+
this.blogURL = "blog-hashnode.withangular.dev";
4949
}
5050

5151
getBlogInfo(host: string): Observable<BlogInfo> {

0 commit comments

Comments
 (0)