mirror of
https://codeberg.org/gothub/pages
synced 2024-12-06 19:16:41 +01:00
c2caafd521
Signed-off-by: Odyssey <hi@odyssey346.dev>
19 lines
430 B
Markdown
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
|
|
``` |