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.
Neocities is also the name a PowerShell module to manage Neocities (no official relation).
The Neocities module PowerShell is built atop the neocities api.
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
- Get-Neocities gets neocities content
- Set-Neocities sets neocities content
- Remove-Neocities removes neocities content
- Connect-Neocities connects with a credential and gives you an access token