Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himudigonda/himudigonda.me


https://github.com/himudigonda/himudigonda.me

Last synced: about 8 hours ago
JSON representation

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