From 39164fb3d62060abd487a0db2c122891ac5673bd Mon Sep 17 00:00:00 2001 From: Shedon Natnael Date: Wed, 25 Oct 2023 16:32:02 -0400 Subject: [PATCH] cayman --- Gemfile | 3 +++ _config.yml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 Gemfile create mode 100644 _config.yml diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..b0ba5aa --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem "github-pages", group: :jekyll_plugins \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..0354d88 --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +title: Coinbase Client Analytics +description: Coinbase has invested a lot in client observability to enable developers to collect and analyze their application and user events. +remote_theme: pages-themes/cayman@v0.2.0 +plugins: +- jekyll-remote-them \ No newline at end of file