Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Sam Collins 2e784b7c4c Updated readme on steps to publish changes to demo site vor 5 Jahren
css Updated readme on steps to publish changes to demo site vor 5 Jahren
.gitignore Adds messenger, and gitignore vor 5 Jahren
README.md Updated readme on steps to publish changes to demo site vor 5 Jahren
index.html Updated readme on steps to publish changes to demo site vor 5 Jahren

README.md

Updating Demo Page

(https://smcllns.github.io/css-social-buttons/)

  1. Update zocial files or demo page (index.html) in master

  2. Copy latest zocial css and demo page to gh-pages

git checkout gh-pages // go to the gh-pages branch
git checkout master css // copy css folder from master to gh-pages
git checkout master index.html // copy index.html from master to gh-pages
  1. Commit changes and push
git add .
git commit -m 'Some descriptive commit message'
git push origin gh-pages