update README.md

This commit is contained in:
Ray Elliott 2020-03-22 22:16:37 +00:00
parent 9ed4421060
commit 12427fa3d1
1 changed files with 3 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# Victor Hugo # Victor Hugo Fork
**A Hugo boilerplate for creating truly epic websites** **A Hugo boilerplate for creating truly epic websites**
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. 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.
Victor Hugo setup to use [PostCSS](http://postcss.org/) and [Babel](https://babeljs.io/) for CSS and JavaScript compiling/transpiling. Setup to use [PostCSS](http://postcss.org/), [Tailwind CSS](https://tailwindcss.com) 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. This project is released under the [MIT license](LICENSE). Please make sure you understand its implications and guarantees.
@ -102,15 +102,4 @@ You can access the environment variable inside the theme files with `getenv "NOD
All tasks starting with _build_ set the environment variable to `production` - the other will set it to `development`. All tasks starting with _build_ set the environment variable to `production` - the other will set it to `development`.
## Deploying to Netlify ## 😸
- Push your clone to your own GitHub repository.
- [Create a new site on Netlify](https://app.netlify.com/start) and link the repository.
Now Netlify will build and deploy your site whenever you push to git.
You can also click this button:
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/victor-hugo)
## Enjoy!! 😸