Github Readme Video

Posted on  by 



  1. Github Readme Video Editor
  2. Github Readme Video Editor
  3. Github Readme List

Home Portfolio Events Courses Our Team Talks & Media Twitter

Hello World with GitHub Pages

  • Video search results for github.
  • Mar 01, 2021 The new Profile README feature introduced by GitHub was a huge success. The majority of the users are already using a README file to showcase their achievements on GitHub. Although GitHub is a great platform to manage your projects with a graphical user interface, it is not quite well-suited for advanced users.
  • Adding pictures to your GitHub readmes is a great way to highlight a feature and make it more professional.-Create an images/ or pictures/ folder in your rep.
  • You can add a README file to your repository to tell other people why your project is useful, what they can do with your project, and how they can use it.

GitHub Gist: instantly share code, notes, and snippets.

Estimated Time (Reading & Exercises): ~15 min.

You are welcome to join our Slack Team. There you can ask and answer questions relating to this lesson under the #howto channel. See How To for more.

In this exercise, we're going to publish a website using GitHub Pages. GitHub Pages is a free service offered by GitHub to open source and publicly accessible content. What does it do? In short it serves your code from a webserver. What does that mean? Well to answer that we'll need some context. Here's a short (~5 min) video.

So to clarify, GitHub Pages places the code from your repo (or some subset of that code) on a webserver for others to access over the Internet. Yes, people can already see your code if they visit your repo's page on GitHub.com, but their browsers don't interpret that code. That is, they see the text of the code, not the result. By serving your code on a webserver you can actually place your code live on the Internet. GitHub Pages restricts what it will serve to something called static content (things like HTML), but that's all we need for our purposes.

Make sure you're signed into GitHub.com, and navigate to your hello-world repo on GitHub (e.g. https://github.com/colarusso/hello-world). Click on Settings.

Scroll down to the GitHub Pages section and select master branch from the Source pulldown. Then click Save.

This will update your settings page, showing where on the web your page is being served (e.g., https://colarusso.github.io/hello-world/).

If you visit your page, you'll see the content of your README.md file served as a webpage. That's because the the README is the only file on your site.

Customarily, webpages aren't Markdown files (.md). They're normally HTML files. We'll get in to HTML (.html) more in another exercise, but like markdown, they're just text files filled where content conforming to a set structure. Use your text editor to create a new 'text' file named index.html in your local copy of the repo right next to the README file. It should have the following content.

You can cut and paste the code from here:

After you've saved your file, look at your repo in GitHub Desktop. You'll see that the addition of your file registered as a change. Commit and push the change.

Good github readme

Wait a minute or two (it can take a few minutes for your GitHub Pages site to update), and visit your site. If everything worked, you should see something like this.

If you're a Lab student, this final push is like turning in your work for this exercise. Just be sure that you use the GitHub account you provided to the Lab. We'll be looking at http://[your username].github.io/hello-world to check your work.


Email | GitHub | Terms & Privacy | Credits

Github Readme Video Editor

7 Просмотры
  • Вам не понравилось видео. Спасибо за то что поделились своим мнением!

???? Become A VS Code SuperHero Today:
???? Get FREE AI-powered code completions from Kite:
Finally, your GitHub profile page is useful! No more boring profile. Customize it with a new feature! I'm going to show you how to create an amazing GitHub profile README and take it to the next level.
We are going to create the profile repo, add a file, create an automated feed of blog posts, YouTube videos, and GitHub stats.
We'll use GitHub Actions Workflows to get our latest posts and list them on our profile.
Source Code:
Blog Post Workflow:
GitHub Readme Stats:
_____________________________________
UPDATE: Here is some more cool stuff to add to your README. Plus I answer all of your questions:
_____________________________________
???? Learn to CODE in just a FEW months here:
Treehouse FREE trial:
_____________________________________
????️ Tools I use:
???? codeSTACKr Theme:
???? STACKr Code Font (Exclusive to my VS Code Course - )
???? SuperHero Extension Pack:
_____________________________________
???? Limited Time Offer from Scrimba!!
_____________________________________
Timestamps:
00:00 Intro
00:21 Sponsor (Scrimba)
01:11 Basic
04:32 Blog Post List
08:46 YouTube Video List
11:08 GitHub Readme Stats
_____________________________________
???? Show support!
PayPal:
_____________________________________
Watch Next:
Web Development - Beginners Roadmap (2020) -
Playlist: Web Development For Beginners -
_____________________________________
Connect With Me:
Website:
Twitter:
Instagram:
Facebook:
_____________________________________
** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
#codeSTACKr #GitHub #Markdown

Github Readme Video Editor

Категория
Приключения

Github Readme List

К сожалению, только зарегистрированные пользователи могут создавать списки воспроизведения.




Coments are closed