summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-07-10 23:06:59 -0400
committer53hornet <53hornet@gmail.com>2018-07-10 23:06:59 -0400
commitd1a3eb2f1eb59992823d8edb7f0400d67d2818f5 (patch)
tree070524d18535c0f10743346c3e319ec278b82a3b /notes.txt
parentcd7cb6c9089e9029fd86a8a5b260fe2fa66ce995 (diff)
downloadmd-site-d1a3eb2f1eb59992823d8edb7f0400d67d2818f5.tar.xz
md-site-d1a3eb2f1eb59992823d8edb7f0400d67d2818f5.zip
Updated pandoc, added TOC, added topnav include, split compiles per site
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/notes.txt b/notes.txt
index 8b1eed5..f28fd5f 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,4 +1,6 @@
-- create necessary directories/subdirectories for html output
-- for every subdirectory in md:
- - create html from md and place in appropriate html subdir
--
+Now I need to specify the different makes for each of the sites; so inside the
+master makefile just have three different builds that are built with all, one for each dir. Then
+inside each of those builds include the .css and .nav dedicated to that site
+(the files for which are always stored in /include/.
+
+Need to copy any files that aren't MD into the html directory as they are.