From d8b318f905f985fed91ba08f2eca5d1d0e8f0d07 Mon Sep 17 00:00:00 2001 From: Mihira Jayasekera Date: Mon, 25 Mar 2019 16:16:39 -0700 Subject: [PATCH] Remove Gulp from Victor Hugo description Victor Hugo was updated to remove Gulp. See https://github.com/netlify-templates/victor-hugo/pull/138. --- content/en/tools/starter-kits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tools/starter-kits.md b/content/en/tools/starter-kits.md index d30d757f3..e30de33d9 100644 --- a/content/en/tools/starter-kits.md +++ b/content/en/tools/starter-kits.md @@ -24,7 +24,7 @@ The following starter kits are developed by active members of the Hugo community {{% /note %}} * [Hugo Wrapper][hugow]. Hugo Wrapper is a POSIX-style shell script which acts as a wrapper to download and run Hugo binary for your platform. It can be executed in variety of [Operating Systems][hugow-test] and [Command Shells][hugow-test]. -* [Victor Hugo][]. Victor Hugo is a Hugo boilerplate for creating truly epic websites using Gulp + Webpack as an asset pipeline. Victor Hugo uses post-css and Babel for CSS and JavaScript, respectively, and is actively maintained. +* [Victor Hugo][]. Victor Hugo is a Hugo boilerplate for creating truly epic websites using Webpack as an asset pipeline. Victor Hugo uses post-css and Babel for CSS and JavaScript, respectively, and is actively maintained. * [GOHUGO AMP][]. GoHugo AMP is a starter theme that aims to make it easy to adopt [Google's AMP Project][amp]. The starter kit comes with 40+ shortcodes and partials plus automatic structured data. The project also includes a [separate site with extensive documentation][gohugodocs]. * [Blaupause][]. Blaupause is a developer-friendly Hugo starter kit based on Gulp tasks. It comes ES6-ready with several helpers for SVG and fonts and basic structure for HTML, SCSS, and JavaScript. * [hugulp][]. hugulp is a tool to optimize the assets of a Hugo website. The main idea is to recreate the famous Ruby on Rails Asset Pipeline, which minifies, concatenates and fingerprints the assets used in your website.