Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dobbs/deploy.wiki.do
A statically hosted federated wiki.
https://github.com/dobbs/deploy.wiki.do
Last synced: 5 days ago
JSON representation
A statically hosted federated wiki.
- Host: GitHub
- URL: https://github.com/dobbs/deploy.wiki.do
- Owner: dobbs
- Created: 2020-05-03T02:08:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T00:02:30.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:50:04.584Z (3 months ago)
- Homepage: http://deploy.wiki.do
- Size: 5.43 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/security/fontawesome/LICENSE.txt
Awesome Lists containing this project
- awesome-starred - dobbs/deploy.wiki.do - A statically hosted federated wiki. (others)
README
# deploy.wiki.do
We aspire to bootstrap a publishing workflow for wiki. It might also
grow into a devops workflow for wiki.There used to be some code in this repo which has moved into an
experimental wiki static site generator. All that is now left here is
the generated site for publishing via GitHub Pages.# Runbook
To generate a read-only wiki:
npx wiki-ssg build --from ~/.wiki --dest docs
To test static wiki locally:
npx http-server docs