Kyanij / myblog

Live demo

Home Page:https://kyanij.github.io/myblog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogger Foo

Repo of Blogger Foo personal website.

How to get your own blogging website

  1. Clone it
git clone https://github.com/bloggerfoo/bloggerfoo.github.io myblog
  1. Enter into the directory
cd myblog
  1. Replace content of following pages as per your need:

    1. _config.yml
    2. _data/about.yml
    3. _data/home.yml
    4. _data/projects.yml
    5. _posts: Delete existing and write your own post in Jekyll format
  2. Commit your changes

  3. Create GitHub repo as <your-github-username>.github.io

  4. Remove existing origin

git remote remove origin
  1. Add your newly created repo as origin
git remote add origin git@github.com:<your-github-username>/<your-github-username>.github.io.git
  1. Push the changes
git push -u origin master
  1. Visit your blogging website at https://<your-github-username>.github.io.
  2. Enjoyee! 😊

Contribution Guidelines

  1. Fork the project.
  2. Clone the project at your local machine.
  3. Create a separate branch with short & sweet name of What feature or fix you are doing.
  4. Commit the changes.
  5. Git push to your forked repo.
  6. Send a pull request.

About

Live demo

https://kyanij.github.io/myblog/

License:MIT License


Languages

Language:HTML 62.3%Language:CSS 30.1%Language:Ruby 7.6%Language:JavaScript 0.1%