Skip to content

Commit

Permalink
Clean up (#59)
Browse files Browse the repository at this point in the history
* Update gemfile
* Add install target
* Tidy up config file
  • Loading branch information
mostafa authored Jun 1, 2024
1 parent 63f2e2a commit 3ee4d80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 28 deletions.
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
install:
@bundle install

run:
@bundle exec jekyll serve --watch

Expand Down
29 changes: 4 additions & 25 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 3ee4d80

Please sign in to comment.