There is no harm in trying something new, including in the field of blogging, especially if it is done at no cost or free. After Blogger and Wordpress as a recommendation free blogging platform , now I recommend also to try to make a blog on Github Pages. GitHub Pages is a web page for personal pages, blogs, organizations, or projects that are hosted and published through Github repository. Where we can create a web portfolio, personal or company profile, landing page, blog even though. Well this time we will discuss how to create a blog on Github Pages. This means that we create a blog on Github Pages that can be regularly updated. Let's get started, please follow the steps below.
1. First Steps Please enter your Github account https://github.com/ , if you do not have an account please register.
2. Step Two Please click the plus sign ( + ) in the upper right corner and select New Repository . Then fill to the Repository Name with username.github.io (please change your username on username.github.io with your Github username). Then select Public and check Initialize this repository with a README and then click Create Repository . Up here you've managed to create a repository for your blog, but username.github.io domain that you created earlier can not be accessed because it still requires index.html and framework more blog we will discuss the third step.
3. Third step is the time we fill the repository blog we created in step two above. Please search theme for the Jekyll version Github Page. You can use a blog theme of the Start Bootstrap http://startbootstrap.com/template-categories/blogs/ please download a zip file with a click of a button version Jekyll Jekyll Version . Click the Clone or Download on Github page Version of Jekyll and select Download the ZIP . Then simply extract the ZIP file that you domnload earlier and then open the resulting folder. there will be no folder _includes , _layout , _posts , css , and others.
4. Step Four Now please go to the repository created in the second step was then please click the Upload Files and then upload the folder contents of a Zip file from step three above like a folder _includes , _layout , _posts , css , and more everything. When finished contained please click Commit changes . The first thing to do is edit the file _config.yml , please adjust with your data. Save the file and then click the pencil icon in the right corner of the box. Well up here you've managed to create a blog on Github Pages. Now please try to access your blog by writing blog domain you created in step two above earlier username.github.io in the address bar of your browser. So now live theme customization to suit your taste. For all the good images for the header and the post please upload in the folder img and calling code
img / file-name picture.jpg
To create a posting please open the folder _posts past sample format of existing posts. To start creating a post please click the Create New File in the folder _posts it. Please write to the file name in the format YYYY-MM-DD-name-permalink.markdown like 2016-05-26-sample-posts.markdown, Must use the format .markdown at the end of the URL. Then just start writing posts with a format modeled on existing posts. But keep in mind, when I try we can not copy the format of the existing posts and then we edit, but we have to type postings from the beginning and then after completion please use the Commit new file is up to you and click the Commit new file .
DEMO
Reference:
Jekyll Blog Theme, please select a theme that suits your tastes: https://github.com/jekyll/jekyll/wiki/Themes
Cheatsheet markdowns, formatting posts: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Good luck.....
Reference:
Jekyll Blog Theme, please select a theme that suits your tastes: https://github.com/jekyll/jekyll/wiki/Themes
Cheatsheet markdowns, formatting posts: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Good luck.....