Skip to content

sitemap #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Gemfile.lock
_site/
.jekyll-cache/
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sitemap: false
---

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "jekyll"
gem "webrick"
gem "jekyll-sitemap"
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Databased

url: "https://databased.csa.iisc.ac.in"
plugins:
- jekyll-sitemap
4 changes: 4 additions & 0 deletions about/member.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sitemap: false
---

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
2 changes: 2 additions & 0 deletions js/footerinclude.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ headerTemplade.innerHTML = `
<a href="https://databasediisc.blogspot.com/" class="nav-list-link">Blog</a>
<a href="./pages/projects" class="nav-list-link">Projects</a>
<a href="./#contact" class="nav-list-link">Contact</a>
<!--<a href="./sitemap" class="nav-list-link">Sitemap</a>-->

<a id="nav-hamburger" data-state="inactive">
<span></span><span></span><span></span>
Expand All @@ -54,6 +55,7 @@ headerTemplade.innerHTML = `
<a href="https://databasediisc.blogspot.com/">Blog</a>
<a href="./pages/projects">Projects</a>
<a href="./#contact">Contact</a>
<!-- <a href="./sitemap">Sitemap</a>-->
</div>
`;

Expand Down
4 changes: 4 additions & 0 deletions learn/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sitemap: false
---

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
4 changes: 4 additions & 0 deletions pages/open-day-2025/nim-game/nim_game.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sitemap: false
---

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
4 changes: 4 additions & 0 deletions pages/open-day-2025/nim-game/nim_play.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sitemap: false
---

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down