Source for the personal site of Dr. Shatrughan Dangi (डॉ. शत्रुघ्न दांगी) – historian, archaeologist, journalist and social worker from Gaya, Bihar.
Built with Eleventy and Pico CSS. The build output is plain static HTML.
npm install
npm start # dev server on http://localhost:8080
npm run build # build to _site/
There is no test suite or linter.
index.md – the entire home page: bio, qualifications, achievements, articles, videos and the photo galleryblog.md + blog/ – articles index and the posts themselves_includes/ – page layouts plus the header and footer partials_data/metadata.js – site name, URL and author, available as metadata.* in templatesassets/images/ – photos; assets/css/ – Pico theme plus custom.css overrides_redirects, sitemap.md, robots.txt – hosting and SEO files copied through unchangedBody copy is in Hindi; navigation and section headings are in English.
Hosted on Netlify, which runs npm run build and publishes _site/. Redirects are declared in _redirects.
See AGENTS.md for conventions, including how to add a new photo to the gallery.