cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 91bb6a3ddb5debe39b057e989a3bc9fe19e55b51
parent e5701f72069559b1ba0053667c4dd91d2ee123a5
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"]