https://github.com/powershellweb/neocities
Personal Webpages in PowerShell
https://github.com/powershellweb/neocities
neocities neocities-api powershell
Last synced: 4 months ago
JSON representation
Personal Webpages in PowerShell
- Host: GitHub
- URL: https://github.com/powershellweb/neocities
- Owner: PowerShellWeb
- License: mit
- Created: 2025-03-25T23:32:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T00:30:40.000Z (10 months ago)
- Last Synced: 2025-04-01T01:28:57.932Z (10 months ago)
- Topics: neocities, neocities-api, powershell
- Language: PowerShell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Neocities
Manage Neocities with PowerShell
[https://neocities.org](Neocities) 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](https://en.wikipedia.org/wiki/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](https://neocities.org/api).
### Installing and Importing
You can install the Neocities module by using the [PowerShell Gallery](https://powershellgallery.com)
~~~PowerShell
Install-Module Neocities
~~~
Once installed, you can import it with:
~~~PowerShell
Import-Module Neocities -PassThru
~~~
### Neocities Commands
* [Get-Neocities](docs/Get-Neocities.md) gets neocities content
* [Set-Neocities](docs/Set-Neocities.md) sets neocities content
* [Remove-Neocities](docs/Remove-Neocities.md) removes neocities content
* [Connect-Neocities](docs/Connect-Neocities.md) connects with a credential and gives you an access token