Skip to content

thomassthelly/kennyjacob.github.io

 
 

Repository files navigation

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. Make an edit or create a new post
4. Commit
5. Push
6. 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. Editing

Use any normal text editor to edit posts.

4. 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"

5. Push

To upload these changes to your github repo,

git push origin master

6. Create a pull request

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%