https://github.com/lucasadrianof/personal-blog-nextjs
Personal website rewritten with Next.js and Tailwind CSS
https://github.com/lucasadrianof/personal-blog-nextjs
blog nextjs portfolio-website tailwindcss
Last synced: 2 months ago
JSON representation
Personal website rewritten with Next.js and Tailwind CSS
- Host: GitHub
- URL: https://github.com/lucasadrianof/personal-blog-nextjs
- Owner: lucasadrianof
- License: bsd-3-clause
- Created: 2023-01-16T20:08:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T12:08:04.000Z (2 months ago)
- Last Synced: 2025-04-02T13:22:38.766Z (2 months ago)
- Topics: blog, nextjs, portfolio-website, tailwindcss
- Language: TypeScript
- Homepage: https://lucasfadriano.dev
- Size: 5.81 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lucas Felicio Adriano personal website
## âšī¸ About the project
My personal website rewritten with Next.js and Tailwind CSS (it was originally written with Hugo and had only static content).
The Homepage, About Me, and Contact pages are static, while all pages under `/blog/*` are dynamic and their content is served from Sanity. All these have their content cached by default on Server (SSG) and are re-validated via a webhook that's fired every time their content changes.
The website is hosted on Vercel and the CI/CD pipeline [is configured on GH Actions](https://github.com/lucasadrianof/personal-blog-nextjs/blob/master/.github/workflows/prod-deployment.yml), deploying to production every time a new commit is pushed to the `main` branch.
## âī¸ Technologies
The following tools and frameworks were used to develop the website:
- [AOS](https://github.com/michalsnik/aos)
- [Commento++](https://github.com/souramoo/commentoplusplus)
- [Date-fns](https://www.npmjs.com/package/date-fns)
- [designstripe](https://designstripe.com/)
- [Flaticon](https://www.flaticon.com/free-icons)
- [Font Awesome](https://fontawesome.com/)
- [GitHub Actions](https://github.com/features/actions)
- [Logo](https://logo.com/)
- [Next.js](https://nextjs.org/)
- [Next.js Sitemap](https://github.com/iamvishnusankar/next-sitemap)
- [Portable Text](https://github.com/portabletext/portabletext)
- [PostHog](https://posthog.com/)
- [React PortableText](https://github.com/portabletext/react-portabletext)
- [Sanity CMS](https://www.sanity.io/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Typescript](https://www.typescriptlang.org/)## đĄ Inspirations
- [Bostami - Personal Portfolio React](https://themeforest.net/item/bostami-tailwind-css-personal-portfolio-react-template/38598542)
- [Livramento - by Matheus do Livramento](https://github.com/livramatheus/livramento)
- [ma.ttias.be - by Mattias Geniar](https://ma.ttias.be/blog)
- [A Next.js Blog with a Native Authoring Experience](https://github.com/sanity-io/nextjs-blog-cms-sanity-v3)