update README.md

This commit is contained in:
Ray Elliott 2020-03-26 20:36:43 +00:00
parent f7cf67da5e
commit abab1317b0
1 changed files with 1 additions and 2 deletions

View File

@ -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