Giter Site home page Giter Site logo

kennyjacob.github.io's Introduction

layout title permalink
page
About
about.html

Hi there! :)

Thanks for dropping by. This blog is meant to be a place to experiment with git, github and other awesome stuff online. I'll be rambling about random stuff that life throws at me.

This blog is hosted on GitHub Pages. Posts are written in Markdown. If you're new to git and github, you can

1. Fork this repo
2. Clone it to your computer
3. Running it locally
4. Make an edit or create a new post
5. Commit
6. Push
7. Create a pull request

1. Fork this repo

To fork this repo, just go here and click on the fork button at the top right.

2. Cloning it

Make sure you have git installed on your computer.

Then run

git clone URL

where URL should be replaced by the url of the newly forked repo.

3. Running it locally

Make sure you have ruby installed. Then do,

gem install jekyll

Once jekyll is installed, go to the cloned directory and run

jekyll serve

4. Editing

Use any normal text editor to edit posts.

5. Commit

You can commit by doing

1. git status
	This will tell you which files have to be added.
	
2. git add <files>
	Run git add on all the files that are to be added.
	
3. git commit -m "Give a meaningful message here"

6. Push

To upload these changes to your github repo,

git push origin master

7. Create a pull request

You can create a pull request directly from GitHub, by clicking on the corresponding button.

kennyjacob.github.io's People

Contributors

cvrebert avatar droogans avatar hnrch02 avatar hvysakhan avatar jakehp avatar johnjacobkenny avatar jylitalo avatar mdo avatar paven avatar

Watchers

 avatar

Forkers

thomassthelly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.