Project

blogdown

0.0
No commit activity in last 3 years
No release in over 3 years
An offline github wiki viewer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 10.3.2
~> 3.0.0

Runtime

~> 1.4.5
~> 0.19.1
 Project Readme

Blogdown

Build Status

Coverage Status

What this is all about

Blogdown helps to view your favorite github wiki offline. I created this project to help me, have a good source of documentation on my pc, since I dont have the privilege of internet access. I go online once in a while, and its frusttating when I ineed to go online to view documentation.

Installation

Run:

$ gem install blogdown

Usage

Clone your favorite wiki

$ git clone [The Wiki URL goes HERE]

Cd into your wiki directory

$cd mywiki.wiki

And, blog it down

$ blogdown server

Behing the scene, the command will build the project first, and run a webserver which will be available at http://localhost:4567 copy http://localhost:4567 and paste into your browser to see the files and view them with much more options.

Snapshots

blogdown

blogdown

Contributing

  1. Fork it ( https://github.com/gernest/blogdown/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request