File tree Expand file tree Collapse file tree 5 files changed +10
-32
lines changed
Expand file tree Collapse file tree 5 files changed +10
-32
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,9 @@ const description =
55module . 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" ,
Original file line number Diff line number Diff line change 1- <!-- Вставить ссылку на сайт hipstacoding.school -->
1+ <!-- Вставить ссылку на сайт hipstacoding.github.io -->
22< img src ="/hipsta-logo.jpg " width ="500 " height ="300 " />
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 1- hipstacoding.school
1+ hipstacoding.github.io
Original file line number Diff line number Diff line change 11User-agent: *
22Allow: /
33
4- Sitemap: https://hipstacoding.school /sitemap.xml
4+ Sitemap: https://hipstacoding.github.io /sitemap.xml
You can’t perform that action at this time.
0 commit comments