Skip to content

Commit d050ecc

Browse files
committed
remove mention of hipstacoding.school
1 parent 765a22a commit d050ecc

File tree

5 files changed

+10
-32
lines changed

5 files changed

+10
-32
lines changed

gatsby-config.js

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,9 @@ const description =
55
module.exports = {
66
siteMetadata: {
77
title,
8-
siteUrl: "https://hipstacoding.school/",
8+
siteUrl: "https://hipstacoding.github.io/",
99
description,
10-
image: "https://hipstacoding.school/hipsta-logo.jpg",
11-
keywords: [
12-
"courses",
13-
"курсы",
14-
"front end",
15-
"frontend",
16-
"front-end",
17-
"программирование",
18-
"it",
19-
"с нуля",
20-
"школа программирования",
21-
"деньги",
22-
"работа",
23-
"Киев",
24-
"богатство",
25-
"процветание",
26-
"собственный вебсайт",
27-
"hipstacoding",
28-
"hipsta",
29-
"coding",
30-
"school",
31-
"it shool kyiv",
32-
],
10+
image: "https://hipstacoding.github.io/hipsta-logo.jpg"
3311
},
3412
plugins: [
3513
"gatsby-transformer-sharp",
@@ -93,7 +71,7 @@ module.exports = {
9371
resolve: "gatsby-plugin-manifest",
9472
options: {
9573
name: title,
96-
short_name: "hipstacoding.school",
74+
short_name: "hipstacoding.github.io",
9775
start_url: "/",
9876
background_color: "#282c34",
9977
display: "minimal-ui",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!-- Вставить ссылку на сайт hipstacoding.school -->
1+
<!-- Вставить ссылку на сайт hipstacoding.github.io -->
22
<img src="/hipsta-logo.jpg" width="500" height="300" />

src/pages/lessons/html/html-02/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Voila, теперь мы всегда можем копировать разме
226226
https://
227227
</span>
228228
<span className="fragment highlight-current-blue" data-fragment-index={2}>
229-
hipstacoding.school
229+
hipstacoding.github.io
230230
</span>
231231
<span className="fragment highlight-current-blue" data-fragment-index={3}>
232232
:442
@@ -285,7 +285,7 @@ Voila, теперь мы всегда можем копировать разме
285285
#### Написать полный код <img /> тега используя абсолютный путь, если url картинки равно:
286286

287287
```text
288-
https://hipstacoding.school/images/memes/redesign.png
288+
https://hipstacoding.github.io/images/memes/redesign.png
289289
```
290290

291291
</section>
@@ -513,11 +513,11 @@ file2.html path: "assets/images/image.png"
513513
<section>
514514

515515
```html
516-
<iframe src="https://hipstacoding.school" />
516+
<iframe src="https://hipstacoding.github.io" />
517517
```
518518

519519
</section>
520-
<section data-background-iframe="https://hipstacoding.school" />
520+
<section data-background-iframe="https://hipstacoding.github.io" />
521521
</section>
522522
<section>
523523
<section>

static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hipstacoding.school
1+
hipstacoding.github.io

static/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://hipstacoding.school/sitemap.xml
4+
Sitemap: https://hipstacoding.github.io/sitemap.xml

0 commit comments

Comments
 (0)