A minimalistic portfolio template with blogs (markdown support), made for developers.
- Home page with about and contact details
- Experience page with multiple experience cards
- Projects page , integrated with github API to fetch projects mentioned in
config/projects.json - Blogs page with blogs rendered from
/blogsfolder - Multi themed, add more themes by adding in
themes.json - Comes with i18n configured to support multiple locales, add a new locale by adding in
public/some-lang/common.jsonuse object fromenfolder and change that for ease. - Statically generated pages for performance! 🚀
- Fork / Clone the repo
- Change the data in
/configfolder - Add assets like hero images, company logos in public folder
- Add your resume in
public/documentsasresume.pdf - Publish first blog in
/blogfolder - Easy deploy on vercel
- Copy the
enfolder inpublic/localesdir and rename in to the language of your choice eg-'de' - Make content changes in the
common.jsonfile - Add the new language to the i18n.locales field in the
next-i18next.config.jsfile and change the default locale in case you want the newly added locale as default. - enable locale change component in
config/footer.jsonfile to show locale component in footer.