antonegorov / decredpower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decredpower

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

Suggestions welcome, file an issue

Requirements

Development

  1. Clone repo

    Make sure you have git installed.

    git clone https://github.com/planetdecred/decredpower
    cd decredpower
  2. Start development hugo server

    hugo server -D

View on: http://localhost:1313/

Static Deploy

Build the site

hugo 

This will create a public folder in the main path. Upload files to hosting or server.

Some issues

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

About


Languages

Language:HTML 68.6%Language:SCSS 26.5%Language:JavaScript 3.6%Language:Go 1.3%