the GotHub website.
https://gothub.app
- HTML 39%
- CSS 36.3%
- PowerShell 24.7%
|
|
||
|---|---|---|
| .woodpecker | fix git clone cmd | |
| css | Switch to system font stack | |
| docs | Update docs | |
| imgs | Add the GotHub cat | |
| .domains | Add codeberg.page to domains | |
| favicon.ico | Add the GotHub cat | |
| generate.ps1 | Remove any mention of odyssey. | |
| index.html | Updated site | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
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:
Install-Module -Name PSHTML
Generating the site
To generate the site, you need to run the following command:
.\generate.ps1 | Out-File index.html