yourusername.github.io

yourusername.github.io

Tony blog built with developer Jekyll

Starter Template For devlopr-jekyll

This repo is a faster way to build your Blog using the devlopr-jekyll Jekyll Theme. The site will be then automatically built using Github Pages at http://yourusername.github.io

Steps to use this template:

  1. Create Your Blog Repository with name "yourusername.github.io", using the "Use This Template Button of this repo.

  2. Clone The Repo Locally

$ git clone https://github.com/yourusername/yourusername.github.io

  1. Install Dependencies

$ bundle update $ bundle install

  1. Customize your site :

You need to edit the _config.yml file to make the site your own.

  1. Serve the Site

$ bundle exec jekyll serve

  1. Visit the site locally at http://localhost:4000

After you are happy with your changes, you can push the changes

$ cd yourusername.github.io
$ git add .
$ git commit -m "my site changes"
$ git push origin master"

You can visit your website, which will be live with your changes at http://yourusername.github.io