Skip to content

planetdecred/website

Repository files navigation

This is the code for the planetdecred.org website.

Requirements

  • Go 1.11
  • Hugo-extended 0.63.0

You should now be able to access the site at http://localhost:1313

Testing

  • Installing Go

    • Minimum supported version is 1.11.4. Installation instructions can be found here.
  • Installing Hugo

    • The instructions for your OS can find here.

Start the Hugo server

  • hugo server -D

  • http://localhost:1313/

Static Deploy

For a static deployment you must use the command 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"

Another Options of Deployment

For a another options of deployment you can consult the following documentation.

Some issues

If the sass files are not displayed correctly, try changing the baseurl in the configuration file

config.toml 
  baseurl = "URL"