Hugo-powered portfolio and publishing platform for Md. Mostakim Ahmed Sakib.
hugo server -DhugoThe CMS is available at /admin after deployment. Content is stored in Hugo content/ and committed to the repository.
This repo ships with a Netlify CMS GitHub backend scaffold in static/admin/config.yml. To enable secure login:
netlify-cms-oauth-provider and set auth_endpoint to its URL.backend.name to git-gateway and enable Identity and Git Gateway in Netlify.repo value in static/admin/config.yml if the repository name or owner changes.baseURL in config.toml.content/ for About, Projects, Blog, Achievements, and Contact.Custom Hugo theme lives in themes/mostakim with a light/dark mode toggle and clean, minimal layout.