From 81dc05dfca8d11e1a08aad50eb22499473a9985f Mon Sep 17 00:00:00 2001 From: Shubham Karwasara <68113233+shubham0824@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:52:16 +0530 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 5994e73733..131103541d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Get started building your personal website +# Get started building your personal website:- -### Showcase your software development skills +### Showcase your software development skills:- This repository gives you the code you'll need to kickstart a personal website that showcases your work as a software developer. And when you manage the code in a GitHub repository, it will automatically render a webpage with the owner's profile information, including a photo, bio, and repositories. @@ -16,13 +16,13 @@ You'll be making your own copy of the "personal website starter" repository so y Once you've found a home for your forked repository, it's yours. You're the owner, so you're ready to publish, if you wish. -### Install in your local development environment +### Install in your local development environment:- If you want to manage your website in a local web development environment, you'll be using [Ruby](https://jekyllrb.com/docs/installation/). Once you've found a home for your forked repository, **[clone it](https://help.github.com/articles/cloning-a-repository/)**. -#### Install Jekyll +#### Install Jekyll:- Jekyll is a [Ruby Gem](https://jekyllrb.com/docs/ruby-101/#gems) that can be installed on most systems. @@ -63,7 +63,7 @@ Don't worry about the "No GitHub API authentication could be found" message. [AP 6. Now browse to [http://localhost:4000](http://localhost:4000) -### Publish +### Publish:- When you host your personal website's code on GitHub, you get the support of free hosting through GitHub Pages. @@ -71,11 +71,11 @@ When you host your personal website's code on GitHub, you get the support of fre **If you want to use a custom domain**, you'll want to add it to your repository's "Custom domain" settings on github.com. And then register and/or [configure your domain with a DNS provider](https://help.github.com/articles/quick-start-setting-up-a-custom-domain/). -## Customization +## Customization:- It's your website, and you control the source code. So you can customize everything, if you like. But we've provided a handful of quick customizations for you to consider as you get your website off the ground. -### Quick configuration changes +### Quick configuration changes:- Most customizations can be done in a matter of seconds, by revising your repository's `_config.yml` file. Just remember to restart your local server each time you save new changes so your Jekyll-powered website rebuilds correctly: @@ -83,15 +83,15 @@ Most customizations can be done in a matter of seconds, by revising your reposit 2. Restart your server: `bundle exec jekyll serve` -#### Layout +#### Layout:- Your website will display in a two-column layout by default on larger-screen devices, with your photo, name, and basic information displayed in a left-aligned "sidebar." You can quickly switch to a "stacked" single-column layout by changing the line in your `_config.yml` file that reads `layout: sidebar` to `layout: stacked`. -#### Style +#### Style:- Your website appears with a "light" white and gray background by default, with dark text. You can quickly switch to a "dark" background with white text by changing the line in your `_config.yml` file that reads `style: light` to `style: dark`. -#### Projects +#### Projects:- The "My Projects" section of your website is generated by default with your nine most recently "pushed" repositories. It also excludes repositories that you forked, by default. But each of these parameters can be quickly customized in your repository's `_config.yml` file, under the `projects` dictionary line. @@ -103,14 +103,14 @@ Parameters include: - `forks`: When `true`, repositories you've forked will be excluded from the listing. - `projects`: A list the repository names you want to exclude from the listing. -#### Topics +#### Topics:- Your website comes pre-configured with three topics (e.g. "Web design" and "Sass") that appear in a section titled "My Interests." These are also stored in your repository's `_config.yml` file, where you can define each topic's name and two other optional details: - `web_url`: The web address you'd like to your topic to link to (e.g. `https://github.com/topics/sass`). - `image_url`: The web address of an (ideally square) image that you'd like to appear with your topic. -#### Social media +#### Social media:- Your website supports linking and sharing to social media services you're using, including Behance, Dribbble, Facebook, LinkedIn, Medium, Stack Overflow, Twitter, and YouTube. To identify the services you use: @@ -145,7 +145,7 @@ Links to your profile for each of the services you define will appear in the `