add Jekyll config for local builds

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-10 10:47:14 +02:00 committed by Jakub
parent 924c5281fa
commit e81b8c374d
1 changed files with 11 additions and 0 deletions

11
_config_local.yml Normal file
View File

@ -0,0 +1,11 @@
title: "Status Specification"
theme: just-the-docs
color_scheme: "light"
search_enabled: true
baseurl: ""
url: ""
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "Rakefile"]
plugins_dir:
- jekyll-sitemap