Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

rubyfu/_book

Repository files navigation

_book

The _book repository is just an HTML build of Rubyfu repository to server Rubyfu gem core contents.

How it works

  • Fork then locally clone the Rubyfu book repository
git clone https://github.com/[YOURUSER]/RubyFu.git
cd Rubyfu
gitbook install
gitbook build 

This will generate a folder named _book contains HTML version of the book

  • Zip then sha512sum the zipped file
tar -czf _book.tar.gz _book
sha512sum _book.tar.gz
  • Fork then locally clone the _book repository
cd ..
git clone https://github.com/[YOURUSER]/_book.git
  • Paste the generated HTML book (_book) folder in _book directory, then push it
cp -a Rubyfu/_book _book/

To report any issue, please refere to issues Done!

About

The html version of rubyfu.net book to serve the rubyfu gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published