Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himudigonda/himudigonda.me
https://github.com/himudigonda/himudigonda.me
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/himudigonda/himudigonda.me
- Owner: himudigonda
- Created: 2024-08-31T03:41:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T06:00:38.000Z (4 days ago)
- Last Synced: 2024-11-11T06:21:43.300Z (4 days ago)
- Language: JavaScript
- Homepage: https://himudigonda.me
- Size: 152 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# himudigonda.me
> My personal website <3
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fzenorocha%2Fhimudigonda.me)
## Technology stack
- **Styling:** [Stitches](https://stitches.dev/)
- **Content:** [Markdown](https://daringfireball.net/projects/markdown/)
- **Back-end:** [Next.js](https://nextjs.org/)
- **Front-end:** [React](https://reactjs.org/)
- **Animation:** [Framer](https://www.framer.com/docs/animation/)
- **Deployment:** [Vercel](https://vercel.com/)## Running locally
1. Clone this repo:
```sh
$ git clone https://github.com/himudigonda/himudigonda.me.git
```2. Then go to the project's folder:
```sh
cd himudigonda.me
```3. Install all dependencies:
```sh
npm install
```4. Run locally:
```sh
npm run dev
```## File structure
The basic file structure for the project is organized in the following way:
```
.
|-- articles
|-- components
|-- data
|-- layouts
|-- lib
|-- pages
`-- public
```### [articles](https://github.com/himudigonda/himudigonda.me/tree/master/articles)
Here you'll find a list of markdown files for each post.
### [components](https://github.com/himudigonda/himudigonda.me/tree/master/components)
Here you'll find reusable blocks of React components.
### [data](https://github.com/himudigonda/himudigonda.me/tree/master/data)
Here you'll find JSON files that populates each section.
### [layouts](https://github.com/himudigonda/himudigonda.me/tree/master/layouts)
Here you'll find default templates for different pages.
### [lib](https://github.com/himudigonda/himudigonda.me/tree/master/lib)
Here you'll find a set of utilities.
### [pages](https://github.com/himudigonda/himudigonda.me/tree/master/pages)
Here you'll find all the main pages of the site.
### [public](https://github.com/himudigonda/himudigonda.me/blob/master/public)
Here you'll find all the CSS, images, and font files.
## License
[MIT License](http://himudigonda.mit-license.org/) © Himansh Mudigonda