Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Offline Documentation
I like the way the phplist team is actually distributing their manuals. Admittedly, I hate the layout and graphics of their epub though.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Offline Documentation
There’s an existing issue to bundle up the docs into offline format, though I haven’t made much headway with it recently.
Offline
Re: Offline Documentation
Can you detail how to build this with Jekyll. I can handle the relative link bit.
philwareham wrote #315339:
Yes I used Jekyll for the site as that is what runs GitHub Pages. You can build a working local site from the repo if you run a few command line instructions.
I would, however, need to do a few things to get it working offline – change the URLs to relative URLs (which is probably a good thing anyway) and bundle the CSS and JavaScript (as it uses those directly from our main site for my ease of development).
I can look at some of the above next week sometime.
Offline
Re: Offline Documentation
Hi Dale, this article seems to describe the process pretty well:
Note you’ll need Ruby (and Bundler) installed on the local machine. You can check if Ruby is installed already by going to your terminal and typing the following:
ruby -v
Offline
Re: Offline Documentation
BTW I have just made all the URLs within the docs Jekyll site work on local installs (absolute paths instead of absolute URLs now).
Offline