New NoOffice.org web site for openly writing the ultimate book about remote working out in the open!
See license.md for details.
The contents of the book are in the /book folder
Each chapter is created with these simple steps:
- A text file "chapter_name.md" in the "book" folder.
- Three things in to the front matter (between "---" signs):
- "part" set to the part of the book
- "title" of the chapter
- "subtitle" of the chapter
- Once a chapter is created, it's added to the Table of Contents file: book.yml under appropriate book part and chapter, for example:
- url: chapter_name
status: draft
(can be "draft" or "ready")chname: Chapter 3
(chapter number or intro or outro)
- (optional and default) A "mini chapter-only table of contents" if the chapter is 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
subtitle: SUBTITLE
---
* TOC (optional)
{:toc}
## SECTION 1
CONTENT
NoOffice.org site auto generated through Jekyll from this repository. The book Table of Contents are here
Create pull requests on anyting - any chapter, anything in this repository and I'll be reviewing them.
I've decided to blog a daily diary of my contribution to the book
This is coming soon - send me an email if you want to help translate and I'll set it up here. As I write the first chapters I'll start preparing guidelines for translating.
I've recently managed to create translation versions of the book in PL and ES. To do that all that is required to do is this:
- add the new book / translation to the
_config.yml
scope:
path: ""
type: "pl"
values:
layout: "book"
book: "pl"
- type - the new book / translation
- layout - "book" - the same layout for all the book versions
- book - which book / collection it is like "pl"
-
add a folder
_pl
with all the files needed -
add
pl.md
file to the main directory which serves as a table of contents, remember to putbook: pl
parameter to the front matter -
add
data/pl.yml
file with all the Polish translations and the table of contents