Skip to content

PowerShellWeb/Neocities

Repository files navigation

Neocities

Manage Neocities with PowerShell

https://neocities.org is a wonderful site for free personal webpages.

It's bringing back the ethos of old internet: one of the most popular free hosting services of the 90s was geocities.

The Neocities Module

Neocities is also the name a PowerShell module to manage Neocities (no official relation).

The Neocities module PowerShell is built atop the neocities api.

Installing and Importing

You can install the Neocities module by using the PowerShell Gallery

Install-Module Neocities

Once installed, you can import it with:

Import-Module Neocities -PassThru

Neocities Commands