Keybase Static Home Page

This is a Universal Dashboard PowerShell script used to create a static home page
hosted by Keybase.io.

The first post about this script can be found here:
https://forums.universaldashboard.io/t/using-ud-to-generate-a-static-keybase-io-homepage/1481


Prerequisites

Install UniversalDashboard Module

Install-Module -Name UniversalDashboard.Community -scope currentuser -RequireVersion 2.7.0

Install Keybase client

https://keybase.io/docs/the_app/install_windows

After getting the Keybase client fully functional, setup the Keybase filesystem.
https://keybase.io/docs/kbfs

This will create the drive letter k: on your system that links to your
folder structure hosted on Keybase server(s).


Keybase Home Page Overview

keybase.ps1 is a UniveralDashboard script that creates a simple 2 columns per row of text tables with desired URL links.

This implemenation contains table links to projects hosted in GitHub, Keybase public folders and One Drive folders.

The associated data that populates the text tables is contain in a XML file and has the 4 groupings of Modules, Scripts, and UD and UD Apps.

Start KeyBase Dashboard

keybase.ps1

Then navigated to the home page, https://localhost:1001/ and this will display the dashboard locally on your computer.

From the browser save this page as index.html.

Now copy the file, index.html to the folder location K:\public\accountname.

From your browser navigate to https://accoutname.keybase.pub/, and you'll see the static web page hosted by the keybase server.