
While we doing something new we will forgot manything on what we have done. say for example I’m riding viluppuram to chennai in bike for first time. I have to ask route with many people while riding.Now I reached chennai and now I know route for viluppuram to chennai but after 2 years If I planned to go again vpm to chennai, but again I cannot remember the routes, now I’m confused and myself feeling bad.
I’m thinking what is the solution for this problem so I’m planned to take notes while riding vilpurram to chennai.Now I’ve noted routes viluppuram->thindivanam->maruvathur->chennai now I can use this notes again and I can also give this notes to my frinds who are all travelling from villupuram to chennai. From this what I’m saying is blogging is similar to that notes while we learning new things we can note/write something about the new one so that we can use it and we can share it.
Many platform is there for blogging wordpress,ghost and jekyll etc. I’m very much interested in jekyll because I like Ruby
Blogging in jekyll is very much easier and most of developers would like blog in jekyll
Make you have installed rvm(Ruby Version Manager) in your system if not refer this link Click Here
Run gem install jekyll in your terminal to install jekyll in your system.
Run jekyll new my-blog to create new jekyll project
Run cd my-blog and run jekyll serve to run the server.After doing you will see server log like server address: IPADDRESS:4000//
Now you can find your blog in http://localhost:4000 with basic configuration. If you want to learn how to create new post and how install new theme for your project please visit Jekyll
Now you can view your blog in http://localhost:4000 but how others can view your blog???
Online project hosting using git. Refer https://github.com
Example myusername for github is devux.so I’ve created repo named as devux.github.io
Using git you can push your jekyll project to in github repo that you have creeated names as your-user-name.github.io after pushing to github you can find blog in live here https://your-user-name.github.io example: https://devux.github.io and for more details about jekyll refer this jekyll
I wish you all to have wonderfull moments,new learnings,celeberation and make blog everything to make note everything in your life.