Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 352 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 352 Bytes

Rumble

https://rumble.selleo.app

Development

Use asdf version manager and install hugo.

asdf plugin-add gohugo https://bitbucket.org/mgladdish/asdf-gohugo
asdf install  # you must be in root repo folder
asdf reshim gohugo

Start server:

hugo serve -D

Deployment

AWS_PROFILE=... AWS_BUCKET=... ID=... make deploy