Skip to content
Tom edited this page Aug 8, 2019 · 1 revision

Welcome to the tos-homepage wiki!

To generate the static html, css and js you will need to use hugo.

Install hugo onto your OS by following the instructions at the hugo website.

Once it is install clone this repository and run the following

cd $repo/src
hugo --destination="~/output" # save the content in ~/output

Open the index.html to verify if the generation worked.

You can then upload the data to your server to serve the static html, css and js.

Don't forget to change the base url of the website otherwise your deployment will be wrong

Change the following line in src/config.toml to your own URL

baseURL = "https://tos.pbfp.xyz"
Clone this wiki locally