From 3c18f6c0cf56d5ebb5ddf4e380f40cd29373bf37 Mon Sep 17 00:00:00 2001 From: Ratul Mahajan Date: Thu, 25 Apr 2024 20:45:17 -0700 Subject: [PATCH 1/2] Add sitemap generation --- Gemfile | 2 ++ _config.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6e2af134..61de5d20 100644 --- a/Gemfile +++ b/Gemfile @@ -25,3 +25,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "webrick", "~> 1.7" + +gem 'jekyll-sitemap' diff --git a/_config.yml b/_config.yml index 13a7233c..22991691 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ encoding: utf-8 title: Batfish description: >- # this means to ignore newlines until "baseurl:" -url: "https://batfish.github.io" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://batfish.org" # the base hostname & protocol for your site, e.g. http://example.com show_excerpts: true @@ -39,6 +39,7 @@ safe: true plugins: - jekyll-feed + - jekyll-sitemap include: - _posts From ac4820a70215f604443b90149262183b03112280 Mon Sep 17 00:00:00 2001 From: Ratul Mahajan Date: Tue, 5 Nov 2024 11:49:40 -0800 Subject: [PATCH 2/2] MSFT blog --- _includes/community-resources.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_includes/community-resources.html b/_includes/community-resources.html index 17314268..557d83d1 100644 --- a/_includes/community-resources.html +++ b/_includes/community-resources.html @@ -23,6 +23,13 @@

Selected Community Resources

+
+ +

Network intent-based CI/CD with Batfish

+
+

Jaya Srikanth, Menaga Raghu (Microsoft)

+
+

Contributing to Batfish blogs by NetworkToCode