This is the code for the planetdecred.org website.
Go
1.11Hugo-extended
0.63.0
You should now be able to access the site at http://localhost:1313
-
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.
-
hugo server -D
-
http://localhost:1313/
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.
If the sass files are not displayed correctly, try changing the baseurl in the configuration file
config.toml
baseurl = "URL"
For a another options of deployment you can consult the following documentation.
- Hugo Deploy.
- Host-Agnostic Deploys with Nanobox.
- Host on Render.
- Host on AWS Amplify.
- Host on Netlify.
- Host on GitHub.
- More Options...
If the sass files are not displayed correctly, try changing the baseurl in the configuration file
config.toml
baseurl = "URL"