Files
pages/README.md
Odyssey c2caafd521 Initial commit
Signed-off-by: Odyssey <hi@odyssey346.dev>
2023-04-01 10:39:16 +02:00

19 lines
430 B
Markdown

# GotHub instances page
This is statically generated site with all the instances of GotHub. It uses PSHTML to generate the HTML.
## Setup
To setup the site, you need to have PSHTML installed. You can install it with the following command:
```powershell
Install-Module -Name PSHTML
```
## Generating the site
To generate the site, you need to run the following command:
```powershell
.\generate.ps1 | Out-File index.html
```