Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikramtiwari/vikramtiwari.github.com
Simple one pager website for your profile. Hosted with :heart: on GitHub Pages
https://github.com/vikramtiwari/vikramtiwari.github.com
github-pages personal-website website
Last synced: 12 days ago
JSON representation
Simple one pager website for your profile. Hosted with :heart: on GitHub Pages
- Host: GitHub
- URL: https://github.com/vikramtiwari/vikramtiwari.github.com
- Owner: VikramTiwari
- License: mit
- Created: 2015-08-13T06:53:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T19:02:23.000Z (over 3 years ago)
- Last Synced: 2024-11-07T07:24:26.563Z (2 months ago)
- Topics: github-pages, personal-website, website
- Language: HTML
- Homepage: https://vikramtiwari.com
- Size: 35.8 MB
- Stars: 96
- Watchers: 6
- Forks: 108
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vikramtiwari.github.io
======================Github repo for Vikram Tiwari's Website
## How to get your own?
1. Fork the repo
2. Rename the repo as `your-user-name.github.com`
3. Check at [http://your-user-name.github.com](http://your-user-name.github.com)
4. Start making changes!## How to run locally
Simply go to your cloned directory and start a static server:1. Python 2.7x `python -m SimpleHTTPServer`
2. Python 3.x `python -m http.server`> Don't forget to star the repo. :stuck_out_tongue_winking_eye: