/sharmer156.github.io

html for my blog https://sharmer156.github.io/

Primary LanguageHTMLMIT LicenseMIT

About this Cool Concise Jekyll Blog Theme 🀘🀘🀘

GitHub stars GitHub forks GitHub issues GitHub release GitHub license

δΈ­ζ–‡η‰ˆ Chinese README θ―·η‚Ήε‡»θΏ™ι‡ŒπŸ‡¨πŸ‡³

Clone the repository

Go to the folder where you want to store your project, and clone the new repository:

git clone https://github.com/username/username.github.io

Hello World

Enter the project folder and add an index.html file:

cd username.github.io
echo "Hello World" > index.html

Push it

Add, commit, and push your changes:

git add --all

git commit -m "Initial commit"

git push -u origin master