vremn
1 subscriber
2 photos
15 files
30 links
Download Telegram
Channel created
Docs GitHub Pages
-------------------------------------------------------
https://docs.github.com/en/pages
-------------------------------------------------------
Быстрый старт :
https://docs.github.com/en/pages/quickstart
-------------------------------------------------------
-------------------------------------------------------
Снимок экрана от 2021-10-29 02-29-00.png
40.9 KB
Примеры ресурсов, на которые есть ссылка в файле HTML
-------------------------------------------------------
CSS :
<link rel="stylesheet" href="https://example.com/css/main.css">
-------------------------------------------------------
JavaScript :
<script type="text/javascript" src="https://example.com/js/main.js"></script>
-------------------------------------------------------
Image :
<A HREF="https://www.somesite.com"><IMG SRC="https://www.example.com/logo.jpg" alt="Logo"></a>
-------------------------------------------------------
-------------------------------------------------------
index.html
179 B
<!DOCTYPE html>
<html>
<head>
<title>My GitHub Pages Site</title>
</head>
<body>
<h1>Hello world!</h1>
<p>Welcome to my GitHub Pages site!</p>
</body>
</html>
vrmn.github.io
-------------------------------------------------------
-------------------------------------------------------
https://savinkondrat.github.io/vrmn.github.io/
-------------------------------------------------------
$ git clone https://github.com/Savinkondrat/vrmn.github.io.git
$ git status
-------------------------------------------------------
-------------------------------------------------------
GitHub Pages " Hello World "
-------------------------------------------------------
-------------------------------------------------------
Руководство GitHub Pages "Hello World" :
----------------------------------
Создаю веб-сайт с помощью GitHub Pages

https://www.youtube.com/watch?v=Fcfk9YGkEbc
-------------------------------------------------------
https://happycoding.io/tutorials/html/github-profile-readme
https://happycoding.io/tutorials/html/github-pages
-------------------------------------------------------
-------------------------------------------------------
GitHub Pages Savinkondrat test
-------------------------------------------------------
-------------------------------------------------------
https://savinkondrat.github.io/test/
-------------------------------------------------------
-------------------------------------------------------
Быстрая настройка - если вы уже делали подобное раньше :
HTTPS https://github.com/Savinkondrat/test.git
SSH git@github.com:Savinkondrat/test.git
------------------
… Или создайте новый репозиторий в командной строке :
echo "#test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Savinkondrat/test.git
git push -u origin main
------------------
… Или нажмите существующий репозиторий из командной строки :
git удаленный добавить источник https://github.com/Savinkondrat/test.git
git branch -M main
git push -u origin main
-------------------------------------------------------
-------------------------------------------------------
tokens:
Мо первый раз — admin:repo_hook, delete_repo, repo
Expires on Sun, Nov 28 2021.
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
-------------------------------------------------------

#11 Уроки Git+GitHub - Бесплатный хостинг Github Pageshttps://www.youtube.com/watch?v=K7m1q_-chqo
--------------------------------------------------------------------------------------------------------------
GitHubPages_NewRepo.txt
1.6 KB
CMD terminal после созд репо в GitHubPages