Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

dressupgeekout/nanowrimo-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaNoWriMo 2018

This repository contains Charlotte Koch's work for National Novel Writing Month (NaNoWriMo) 2018! It's a story about a skunk who is trying to fit in.

Generating the PDF

You'll need Ruby and Bundler to install Asciidoctor, which converts the manuscript (written in the AsciiDoc markup language) to PDF.

$ gem install bundler   # you need Bundler to interpret the Gemfile
$ make install-gems     # installs the necessary gems
$ make                  # actually creates the PDF

Other targets

$ make wordcount        # prints the number of words in the book
$ make words            # prints the set of all words in the book
$ make clean            # deletes intermediate files

About

Tracking my progress for NaNoWriMo 2018

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published