Skip to content

Commit 3ee4d80

Browse files
authored
Clean up (#59)
* Update gemfile * Add install target * Tidy up config file
1 parent 63f2e2a commit 3ee4d80

File tree

3 files changed

+9
-28
lines changed

3 files changed

+9
-28
lines changed

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,9 @@ GEM
256256
strscan (>= 3.0.9)
257257
rouge (4.2.1)
258258
safe_yaml (1.0.5)
259-
sass-embedded (1.69.5-arm64-darwin)
260-
google-protobuf (~> 3.23)
261-
sass-embedded (1.69.5-x86_64-linux-gnu)
259+
sass-embedded (1.69.5)
262260
google-protobuf (~> 3.23)
261+
rake (>= 13.0.0)
263262
sawyer (0.9.2)
264263
addressable (>= 2.3.5)
265264
faraday (>= 0.17.3, < 3)

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
install:
2+
@bundle install
3+
14
run:
25
@bundle exec jekyll serve --watch
36

_config.yml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
1-
# Welcome to Jekyll!
2-
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely edit after that. If you find
5-
# yourself editing this file very often, consider using Jekyll's data files
6-
# feature for the data you need to update frequently.
7-
#
8-
# For technical reasons, this file is *NOT* reloaded automatically when you use
9-
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10-
#
11-
# If you need help with YAML syntax, here are some quick references for you:
12-
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13-
# https://learnxinyminutes.com/docs/yaml/
14-
#
15-
# Site settings
16-
# These are used to personalize your new site. If you look in the HTML files,
17-
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18-
# You can create any custom variable you would like, and they will be accessible
19-
# in the templates via {{ site.myvariable }}.
20-
211
title: GatewayD docs
222
23-
description: >- # this means to ignore newlines until "baseurl:"
3+
description: >-
244
GatewayD is a cloud-native database gateway for building data-driven applications. This documentation will help you get started with GatewayD.
25-
baseurl: "" # the subpath of your site, e.g. /blog
26-
url: "https://docs.gatewayd.io" # the base hostname & protocol for your site, e.g. http://example.com
5+
baseurl: ""
6+
url: "" # ENV_SITE_URL # "https://docs.gatewayd.io"
277
twitter_username: gatewaydio
288
github_username: gatewayd-io
299
logo: /assets/gatewayd-logotype-light.png
@@ -38,9 +18,8 @@ plugins:
3818
- jekyll-sitemap
3919

4020
mermaid:
41-
# Version of mermaid library
4221
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
43-
version: "10.9.0"
22+
version: "10.9.1"
4423

4524
back_to_top: true
4625
back_to_top_text: "Back to top"

0 commit comments

Comments
 (0)