Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.92 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.92 KB
layout title
default
GitHub Pages + Jekyll Tutorial

GitHub Pages + Jekyll Tutorial

Welcome! -- This site is a tutorial page for making a simple Website by using GitHub Pages and Jekyll


Introduction

Hello and welcome

In this website, you can find some tutorials regarding on how to develop your own GitHub Pages

Establishing a GitHub Pages

At first you need to create the basic GitHub Pages

Follow this link for making the GitHub Pages

Create Github Pages.

Installing Jekyll and Ruby

After that, we will install Jekyll and Ruby-withdevkit

Install jekyll and ruby

Next, we're gonna integrate our GitHub repository with Jekyll:

How to Integrate Your GitHub Repository with Jekyll.

Changing Jekyll Themes

Now, as you can see, the default theme is minima - you can actually change the theme to whichever one you like. You can use one of the GitHub-Pages supported themes - the tutorial on changing to a GitHub-Pages supported theme can be found here - or you can also create your own theme.

Finishing

After that don't forget to do command

    bundle install
    bundle update

Warning!

Disclaimer,

Make sure you always do backup, before any step ahead.

Any data loss, it's not author's responsible. Do this if you really wanna challenge yourself.

Octocat

Thanks for visiting!