myheats-website

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

commit af2aa4997d0ea8f06c213a1dea7286457d38b888
parent bdfd1e960b71d554b79ae64386de9dbfc4e4468b
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date:   Tue, 28 May 2019 15:49:47 +0800

Excluded vendor
Diffstat:
M_config.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml @@ -42,4 +42,4 @@ 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"] +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"]