forestryio / create-static-site

Create static websites with no build configuration.
MIT License
135 stars 10 forks source link

How best to update Hugo after setup? #28

Closed zivbk1 closed 6 years ago

zivbk1 commented 6 years ago

I have run the npx command and everything is working great.

When the next version of Hugo is released, what is the best method to update the version of Hugo in my project?

ncphillips commented 6 years ago

@chrisdmacrae used hugo-bin to run hugo.

Open up your package.json and update the version of hugo-bin.

https://www.npmjs.com/package/hugo-bin

zivbk1 commented 6 years ago

Thank you.

On Feb 20, 2018 16:19, "NCPhillips" notifications@github.com wrote:

@chrisdmacrae https://github.com/chrisdmacrae used hugo-bin to run hugo.

Open up your package.json and update the version of hugo-bin.

https://www.npmjs.com/package/hugo-bin

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/forestryio/create-static-site/issues/28#issuecomment-367140547, or mute the thread https://github.com/notifications/unsubscribe-auth/AF3qD9KJq9FIKwoYH7GIfZgUEjvkxCNNks5tW0TwgaJpZM4SJGMz .

zivbk1 commented 6 years ago

Easy enough.