My Personal Website, built with React, Next.js, TailwindCSS, and Strapi for headlessCMS
Additional Libs
- Next-SEO
- Next-Themes
- Next-PWA
- Next-MDX-Remote && mdxPrism
- Framer Motion
TO DO
- Syntax Highlighting
- Next Authentication
- Guest Book
- Comments with GitHub
More Description Soon...
Create Snippets
Share your snippet to my website, as part of Hacktoberfest event!.
go to
src/data/snippet
, create a new.mdx
file and create your own snippet!How to add additonal external javascript library?
Where and how to add external javascript library as a CDN? @rizkimcitra i want add adsense verification script :)
Example this my adsense verification script
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-74********6464" crossorigin="anonymous"></script>
I want to add that at between head tag
Comment system
I need to create a new feature, a comment section!
but I really need to choose between
supabase
giscus
Dynamic author
provide dynamic author information by using github apis' like image and profile.
on all blog posts in
.mdx
files, use github url to getgithub profile
andgithub profile picture
.author only need to provide their username in metadata, such as
and then there would be a component to show the author profile url and author profile picture
like so:
i18n
Would be lovely to have multiple language on my website, there is so many 18n library out there, which one should I pick?
Current roadmap is I 'll have 2 languages:
Roadmap: