Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bmwcmw/bmwcmw.github.io

Repository files navigation

I'm a Heading

I'm a sub heading

I'm Italic

I'm Bold

There's an intent before me

REAL README

To use pages and Jekyll

Once jekyll installed

  • bundle exec jekyll serve
  • Install nodejs first if it says sth like "javascript runtime missing"

If error 404

  • Delete the gh-pages branch on github : git push origin --delete gh-pages
  • Delete the gh-pages branch on local : git branch -D gh-pages
  • Reinitialize git repo : git init
  • Recreate the branch on local : git branch gh-pages
  • Repush the gh-pages branch to github : git push origin gh-pages

About

A site??

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published