Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shah0150/shah0150.github.io
https://github.com/shah0150/shah0150.github.io
javascript personal-website website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shah0150/shah0150.github.io
- Owner: shah0150
- Created: 2018-03-17T23:43:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T00:19:27.000Z (7 months ago)
- Last Synced: 2024-06-14T01:59:24.076Z (7 months ago)
- Topics: javascript, personal-website, website
- Language: HTML
- Homepage: https://shah0150-github-io.vercel.app
- Size: 234 KB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shah0150.github.io
All of us devs, at one point or other, would have wanted to have a personal website of our own, either to showcase our online presence or just ‘coz it’s fun. So here, I present you a ready-made Developer Landing Page
Usually creating a personal website would involve buying/registering a domain name, finding a free/paid hosting service, developing your site and uploading it to the hosting provider.
But with GitHub Pages, publishing your site is as easy as drinking a coffee.
* You need a GitHub account (you obviously have one already)
* Create a new repo with the name {username}.github.io
* Clone the repo and create an index.html file
* Add some content and git pushVoila! Your site should be live at ```https://{username}.github.io``` in seconds.