Official website for GopherCon India, hosted on GitHub Pages (gopherconindia/gopherconindia.github.io).
index.html- GopherCon India 2026 landing page (static HTML, Tailwind CSS via CDN).- Root Jekyll pages - Legacy content under
_layouts/,_includes/, and top-level section folders (optional; used if you run Jekyll).
Open index.html in a browser, or serve the repo root with any static file server:
python3 -m http.server 8000Then visit http://localhost:8000/.
- Install Ruby and Bundler.
- Install dependencies:
bundle install- Run Jekyll:
bundle exec jekyll serve- Fork gopherconindia.github.io
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Open a new Pull Request