Hibiol is a static wiki generator made with Weaver and Sumomo's API feature.
This is a lot easier because all you have is a current directory with your pages.
mkdir -p data/pages images
touch data/pages/home.md
docker run -v `pwd`/data:/app/data -v `pwd`/images:/app/images -p 4567:4567 -p 5000:5000 -ti davidsiaw/hibiol
docker run -v `pwd`/build:/app/release -v `pwd`/data:/app/data -v `pwd`/images:/app/images -ti davidsiaw/hibiol build
bundle install
foreman start
Click on the edit sign at the right to start!
Uses markdown
To create new pages or to link to pages simply make a [[WikiLink]] (First letter must be capitalized, and numbers and letters are permitted following that. No symbols)
bundle exec weaver build
Copy the build directory to your favorite static hosting site.
Feel free to make them.
Content type
Image
Digest
Size
173.9 MB
Last updated
about 7 years ago
docker pull davidsiaw/hibiol