From 0cb59bd30b7347ce875681e188c3a33db8931c4c Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Mon, 29 Apr 2024 17:58:06 -0400 Subject: [PATCH] Updated comment section at top of file to remove information that's no longer accurate --- build.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build.sh b/build.sh index c5f17e8..eeff854 100755 --- a/build.sh +++ b/build.sh @@ -15,15 +15,6 @@ # two directories: 'source' (which holds your Markdown files) and 'output' (which holds the # converted CSS. # -# -------------------------------------------------------------------------- -# IMPORTANT - Each Markdown file MUST be in it's own directory! -# -------------------------------------------------------------------------- -# This is because of the way I handle conversion. The conversion occurs -# concurrently, and each file is copied into the same temporary location. -# Each file is placed into a directory with the same name as the parent -# directory. -# -------------------------------------------------------------------------- -# # In addition to these directories, three files are needed in 'website': # 1. 'header.html' - A header, which is prepended to every source file. Unfortunately, this must # be written in regular HTML.