diff --git a/README.md b/README.md index 113f141..da03f64 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@ This is a boilerplate for using [Hugo](https://gohugo.io/) as a static site generator and [Webpack](https://webpack.js.org/) as your asset pipeline. -Setup to use [PostCSS](http://postcss.org/), [Tailwind CSS](https://tailwindcss.com) and [Babel](https://babeljs.io/) for CSS and JavaScript compiling/transpiling. +Setup to use [PostCSS](http://postcss.org/), [Tailwind CSS](https://tailwindcss.com), [https://purgecss.com](PurgeCSS) and [Babel](https://babeljs.io/) for CSS and JavaScript compiling/transpiling. This project is released under the [MIT license](LICENSE). Please make sure you understand its implications and guarantees. ## :wrench: Todo -* Incorporate [PurgeCSS](https://purgecss.com) into build process. * Incorporate a basic starter theme. ## :crystal_ball: Purpose