Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/irvanmalik48/blog
- Owner: irvanmalik48
- License: mit
- Created: 2020-12-28T04:21:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T10:42:05.000Z (over 1 year ago)
- Last Synced: 2024-04-17T23:11:22.961Z (7 months ago)
- Topics: blog, personal, portofolio, website
- Language: TypeScript
- Homepage: https://irvanma.me
- Size: 14.5 MB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)