the GotHub website. https://gothub.app
  • HTML 39%
  • CSS 36.3%
  • PowerShell 24.7%
Find a file
Woodpecker CI d9d4b4bff2 Updated site
2023-08-09 00:05:52 +00:00
.woodpecker fix git clone cmd 2023-04-01 11:55:13 +02:00
css Switch to system font stack 2023-04-02 13:10:25 +02:00
docs Update docs 2023-05-16 12:42:01 +00:00
imgs Add the GotHub cat 2023-04-02 11:45:50 +02:00
.domains Add codeberg.page to domains 2023-04-02 00:30:52 +02:00
favicon.ico Add the GotHub cat 2023-04-02 11:45:50 +02:00
generate.ps1 Remove any mention of odyssey. 2023-05-23 14:25:52 +01:00
index.html Updated site 2023-08-09 00:05:52 +00:00
LICENSE Initial commit 2023-04-01 10:39:16 +02:00
README.md Initial commit 2023-04-01 10:39:16 +02:00

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