hivedav-website

Website for HiveDAV
git clone https://git.in0rdr.ch/hivedav-website.git
Log | Files | Refs | README | LICENSE

commit 16307d9ac9383db5db6f9efdf0ee64e96838b6b1
parent fcc3a12870814fe84ef336e5a5c6cf1a143a6170
Author: Uwe Arnold <donvipre@gmail.com>
Date:   Sat, 29 Feb 2020 15:23:28 +0100

Add: thinkspace.gemspec to exclude list in _config.yml

Diffstat:
M_config.yml | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml @@ -42,4 +42,22 @@ navbar: - slug : blog title: Blog -exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md", "script", "vendor"] +exclude: + - "gulp" + - "node_modules" + - "bower" + - "bower_components" + - "config.rb" + - "src" + - "Gemfile" + - "Gemfile.lock" + - ".rvmrc" + - ".rbenv-version" + - "package.json" + - "gulpfile.js" + - "README.md" + - "Rakefile" + - "changelog.md" + - "script" + - "vendor" + - "thinkspace.gemspec"