This is the code for the decredpower.com
Decred Power is an immediate access layout to all things Decred for those with a strong appetite for more Decred.
Suggestions welcome, file an issue
-
Clone repo
Make sure you have git installed.
git clone https://github.com/planetdecred/decredpower cd decredpower
-
Start development hugo server
hugo server -D
View on: http://localhost:1313/
Build the site
hugo
This will create a public
folder in the main path.
Upload files to hosting or server.
If the sass files are not displayed correctly, try changing the baseurl in the configuration file
config.toml
baseurl = "URL"
For any other query visit the Hugo documentation