From dc9c7205091da71d409f472601261beaf741818e Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 17 Oct 2020 20:16:21 +0530 Subject: [PATCH] Section V: Chapter 1 --- README.md | 1 + generate.rb | 9 +++++---- urls.txt | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0bbcf4..587b644 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Your generated ebook should be available at never-say-you-cant-survive.epub
  • The Unexamined Story Is Not Worth Writing
  • Weirdness Gives Me the Strength To Keep Going
  • When Is It Okay To Write About Someone Else’s Culture or Experience?
  • +
  • Find Your Voice and Make It LOUD
  • ## License diff --git a/generate.rb b/generate.rb index ba7aca7..a2cac57 100644 --- a/generate.rb +++ b/generate.rb @@ -4,10 +4,11 @@ skip_classes = ['ebook-link-wrapper'] section_headers = [] -section_headers[0] = "Section I - Introduction" -section_headers[4] = "Section II - What’s A Story, and How Do You Find One?" -section_headers[10] = "Section III - Your Feelings are Valid—and Powerful" -section_headers[15] = "Section IV - What We Write About When We Write About Spaceships" +section_headers[0] = "Section I: Introduction" +section_headers[4] = "Section II: What’s A Story, and How Do You Find One?" +section_headers[10] = "Section III: Your Feelings are Valid—and Powerful" +section_headers[15] = "Section IV: What We Write About When We Write About Spaceships" +section_headers[20] = "Section V: How to Use Writerly Tricks to Gain Unstoppable Powers" for i in Dir.glob('html/*.html') html = "" diff --git a/urls.txt b/urls.txt index a9509b9..54ec257 100644 --- a/urls.txt +++ b/urls.txt @@ -18,3 +18,4 @@ https://www.tor.com/2020/09/15/never-say-you-cant-survive-good-worldbuilding-sho https://www.tor.com/2020/09/22/never-say-you-cant-survive-the-unexamined-story-is-not-worth-writing/ https://www.tor.com/2020/09/29/never-say-you-cant-survive-weirdness-gives-me-the-strength-to-keep-going/ https://www.tor.com/2020/10/06/never-say-you-cant-survive-when-is-it-okay-to-write-about-someone-elses-culture-or-experience/ +https://www.tor.com/2020/10/13/never-say-you-cant-survive-find-your-voice-and-make-it-loud/