Skip to content

michaelnozbe/iPadOnly.com

Repository files navigation

#iPadOnly.com

Web site for openly writing the ultimate book about working on iPad in the open!

Licensed under Creative-Commons license

See license.md for details.

Written on GitHub in Markdown

The contents of the book are in the /book folder

To create a new chapter file follow these simple steps:

  1. Simply create a blank text file "example.md" in the "book" folder.
  2. Add two things in to the front matter (between "---" signs):
  • "part" set to the part of the book
  • "title" of the chapter you're writing
  1. Once you've saved this file, please add it as well to the Table of Contents file: toc.yml under appropriate book part and chapter, for example:
  • - title: TITLE
  • subtitle: SUBTITLE
  • url: /book/example/
  1. (optional and default) You can add "a mini chapter-only table of contents" if the chapter very long by pasting these two lines of code right after the front matter of the page:
  • * TOC
  • {:toc}

Here's a simple template for minimal code and maximum content:

---
part: PART
title: TITLE
---

* TOC (optional)
{:toc}

## SUBTITLE

CONTENT

About

RE-writing the #iPadOnly book classic out in the open.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published