
Nextjs
All the articles filed under Nextjs.
Continuous Integration with Github Actions workflow
2023-05-09Continuous integration and continuous deployment with using the github workflow actions in a nextjs project and deploying to vercel
Dark theme with Nextjs
2023-02-03One way to implement a dark theme with Nextjs is to use the CSS variables and once hooked to the theme change event, change the value of the variables.
How translate the slugs in my web pages?
2023-01-12Translate the urls of my website, to have a 100% internationalised site using nextjs and static pages with mdxjs files.
Counter for github stars repository
2023-01-11This is a simple counter for github stars repository. You can use it in your website or blog. Using Nextjs api and octokit.
Make a views counter with google analytics
2023-01-10Make a views counter for your blog with google analytics and nextjs api routes. Using BetaAnalyticsDataClient from google analytics data api