Skip to content

lisaruff/presentation-write-more-fluently

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7 More Brain Hacks to Write Fluently

Your brain…​still a tyrant; still holding your ideas hostage. But like all computers, your brain can be hacked. Let’s once again set those ideas free by coercing your brain to yield to your creative will.

After a popular session last year, I’m back to share with you 7 more techniques (and perhaps a few to review) that I use to hack my brain to write fluently. Centered around the AsciiDoc markup language, we’ll explore new tricks with sentence-per-line, keeping content DRY, writing while not writing, applying content types, and more!

These tricks you can play on your brain can help keep you in writing flow and the cursor racing across the screen. After attending this session, the blank page will no longer be your nemesis, but instead your oyster!

View online

Build and view slides locally

First, ensure you have the following installed:

  1. Node.js

  2. Gulp CLI

    $ npm install -g gulp-cli
  3. Ruby >= 2

    $ rvm use 2.3.1 --install
  4. Bundler

    $ gem install bundler

Next, install dependencies (if not already installed by the generator):

$ npm install
  bundle install --path=.bundle/gems

Finally, build and serve the presentation!

$ gulp serve

About

This presentation proposes 7 more brain hacks to write fluently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.7%
  • JavaScript 40.1%
  • Ruby 2.2%