Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irvanmalik48/blog

Next.js blog deployed in Vercel (abandoned)
https://github.com/irvanmalik48/blog

blog personal portofolio website

Last synced: 3 days ago
JSON representation

Next.js blog deployed in Vercel (abandoned)

Awesome Lists containing this project

README

        

# My Website

> This repo is deprecated. Current blog development goes to .

Basically my website. Nothing so special about it.

## Features

- Made from Next.js, fully PWA compliant.
- Using TailwindCSS.
- Dark/Light mode switch.
- Fuzzy search posts.
- Automatically generated metadata images, sitemap, and RSS feed.

## Using as Template

1. Clone the repository:

```bash
git clone https://github.com/irvanmalik48/blog blog
```

2. Modify template using your beloved text-editor.

> Clue: everything is in the `components` folder.

3. Start blogging. (and don't forget to delete my markdowns, or no)

Run `npm run dev` to preview the site.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

See [CONTRIBUTING.md](https://github.com/irvanmalik48/blog/blob/main/CONTRIBUTING.md) for details on how to contribute.

## License

[MIT](https://raw.githubusercontent.com/irvanmalik48/irvanmalik48.github.io/main/LICENSE)