update README.md
This commit is contained in:
parent
9ed4421060
commit
12427fa3d1
17
README.md
17
README.md
|
@ -1,10 +1,10 @@
|
|||
# Victor Hugo
|
||||
# Victor Hugo Fork
|
||||
|
||||
**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.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
## 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!! 😸
|
||||
## 😸
|
||||
|
|
Reference in New Issue