From 4c262f4227d761bab4b3bbe5611b18d3fb81bbcb Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sun, 9 May 2021 07:26:23 -0700 Subject: [PATCH] Fixing frontmatter. --- foundations-high-performance-react.org | 2 +- manuscript/Book.txt | 1 + manuscript/frontmatter.txt | 1 + manuscript/preface.markua | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 manuscript/frontmatter.txt diff --git a/foundations-high-performance-react.org b/foundations-high-performance-react.org index 07cafa3..bd50289 100644 --- a/foundations-high-performance-react.org +++ b/foundations-high-performance-react.org @@ -19,7 +19,7 @@ #+options: toc:nil tags:nil -* Preface :frontmatter: :sample: +* Preface :frontmatter:sample: :PROPERTIES: :EXPORT_FILE_NAME: manuscript/preface.markua :END: diff --git a/manuscript/Book.txt b/manuscript/Book.txt index 906c6f2..f9ad5da 100644 --- a/manuscript/Book.txt +++ b/manuscript/Book.txt @@ -1,3 +1,4 @@ +frontmatter.txt preface.markua acknowledgments.markua mainmatter.txt diff --git a/manuscript/frontmatter.txt b/manuscript/frontmatter.txt new file mode 100644 index 0000000..f976121 --- /dev/null +++ b/manuscript/frontmatter.txt @@ -0,0 +1 @@ +{frontmatter} diff --git a/manuscript/preface.markua b/manuscript/preface.markua index 6dd8e02..4148a57 100644 --- a/manuscript/preface.markua +++ b/manuscript/preface.markua @@ -1,5 +1,5 @@ {sample: "true"} -# Preface :frontmatter: +# Preface Welcome to *Foundations of High-Performance React Applications* where we build our own simplified version of React. We’ll use our React to gain an understanding of the real React and how to build high-performance applications with it.