From d179aa3d4c749f095bbeafa36bc655e90ba4055d Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 1 Jun 2024 12:09:32 +0200 Subject: [PATCH 1/3] Update gemfile --- Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13c0d7e..6023a65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,10 +256,9 @@ GEM strscan (>= 3.0.9) rouge (4.2.1) safe_yaml (1.0.5) - sass-embedded (1.69.5-arm64-darwin) - google-protobuf (~> 3.23) - sass-embedded (1.69.5-x86_64-linux-gnu) + sass-embedded (1.69.5) google-protobuf (~> 3.23) + rake (>= 13.0.0) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) From 1640a2f61f41b203d00c39e41cf4204f012a476a Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 1 Jun 2024 12:09:55 +0200 Subject: [PATCH 2/3] Add install target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8361767..21f84a5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +install: + @bundle install + run: @bundle exec jekyll serve --watch From f11aa32de06b1758029124b9210c2b1af21a3a1a Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 1 Jun 2024 12:10:07 +0200 Subject: [PATCH 3/3] Tidy up config file --- _config.yml | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/_config.yml b/_config.yml index 2e5df81..ac8eb76 100644 --- a/_config.yml +++ b/_config.yml @@ -1,29 +1,9 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. -# -# If you need help with YAML syntax, here are some quick references for you: -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml -# https://learnxinyminutes.com/docs/yaml/ -# -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. - title: GatewayD docs email: docs@gatewayd.io -description: >- # this means to ignore newlines until "baseurl:" +description: >- GatewayD is a cloud-native database gateway for building data-driven applications. This documentation will help you get started with GatewayD. -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://docs.gatewayd.io" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "" +url: "" # ENV_SITE_URL # "https://docs.gatewayd.io" twitter_username: gatewaydio github_username: gatewayd-io logo: /assets/gatewayd-logotype-light.png @@ -38,9 +18,8 @@ plugins: - jekyll-sitemap mermaid: - # Version of mermaid library # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/ - version: "10.9.0" + version: "10.9.1" back_to_top: true back_to_top_text: "Back to top"