Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mericcan41/mericdev
My personal website that I built using NextJS & Framer Motion
https://github.com/mericcan41/mericdev
blog contentful framer-motion nextjs nextjs-blog personal-website portfolio website
Last synced: 3 months ago
JSON representation
My personal website that I built using NextJS & Framer Motion
- Host: GitHub
- URL: https://github.com/mericcan41/mericdev
- Owner: MericcaN41
- License: gpl-3.0
- Created: 2023-11-23T11:11:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T10:43:09.000Z (about 1 year ago)
- Last Synced: 2024-10-14T02:41:19.373Z (3 months ago)
- Topics: blog, contentful, framer-motion, nextjs, nextjs-blog, personal-website, portfolio, website
- Language: JavaScript
- Homepage: https://meric.dev
- Size: 603 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## My Personal Website
[meric.dev](https://meric.dev/)
Source code of my personal website that I made using [Next.js](https://nextjs.org/).
Hosted with [Vercel](https://vercel.com/).## Includes
- A working contact form that uses discord webhooks to send messages to your servers.
- Fully functional Blog system that's integrated to the Contentful CMS.
- Statically generated blog pages## How to run?
Clone the project and add fill your .env.local file accordingly.```env
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_SPACE_ID=""
WEBHOOK_URL=""
```