Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aksharahegde/pahachaan

Opensource portfolio template using Nuxt 3 with Nuxt Studio support
https://github.com/aksharahegde/pahachaan

nuxt-studio nuxt3 portfolio tailwindcss

Last synced: about 2 months ago
JSON representation

Opensource portfolio template using Nuxt 3 with Nuxt Studio support

Awesome Lists containing this project

README

        

# Pahachaan

### Personal portfolio site template all kind of techies.

#### Preview
![Landing page](https://aksharahegde.xyz/screenshot.png)

#### Perfromance
![Performance](/public/performance.png)

## Features
Its a minimal template for personal site and free to use.

- 100% support for [Nuxt Studio](https://nuxt.studio/).
- Fully responsive with navbar adaptivity according to device.
- Automatically displayes latest blog articles on homepage.
- Dynamic social media profile links.
- Light & Dark mode support.
- 100% SEO compatibile with dynamic post preview for populating social media.

## Use this template
1. `git clone` this repo or click on `Use this template` button.
2. `cd` into the project directory.
3. Run `bun install` to install the dependencies.
4. Set following variables in `.env`
```bash
# Openstatus is a opensource tool monitor your services. Set user slug.
STATUS_SITE_SLUG=
# Set your site url.
NUXT_PUBLIC_SITE_URL=
# Set your site name.
OWNER_NAME=
```

4. Run `bun dev` to start the development server.
5. Start editing content from `/content/` directory.
6. Deploy on any hosting service.
Nuxt supports a lot of hosting services. Visit [Nuxt hosting](https://nuxt.com/docs/getting-started/deployment) for more information.

## Contribution
- Follow the steps from (1-5) mentioned under `Use this template` section.
- Raise PR directly to `main` branch for small fixes.
- Open an issue and raise a PR for adding new features.

## Credits
- [Fayaz Ahmed](https://github.com/fayazara) for his awesome zooper template.