From 57b92bea462c026d7dd9e6056e7ecdd192a3f469 Mon Sep 17 00:00:00 2001 From: Amber Date: Wed, 2 Mar 2022 18:26:31 -0600 Subject: [PATCH] gitignore --- .gitignore | 2 +- TODO | 3 +-- htmlTemplate/header.html | 9 +++++++++ outline | 10 ++++++---- requirements | 4 ---- 5 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 htmlTemplate/header.html diff --git a/.gitignore b/.gitignore index efa3592..fd364ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .git workdir outdir - +indir diff --git a/TODO b/TODO index da2e55e..eef2d42 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ Multiple template files -Windows compatability -Eventually convert to pure python + diff --git a/htmlTemplate/header.html b/htmlTemplate/header.html new file mode 100644 index 0000000..5fdebdc --- /dev/null +++ b/htmlTemplate/header.html @@ -0,0 +1,9 @@ + + + + + TITLE + + + + diff --git a/outline b/outline index 972a18a..4da7fea 100644 --- a/outline +++ b/outline @@ -1,12 +1,14 @@ Prompt for title generate html headers - $(date); os, software; xml parsers to see if updating existing page? - store in variable; use sed and newline delimiters if needed + metadata + date, os, time, time modified + get from seperate file? prompt for body - vipe; probably markdown - fuck it, sed NO BAD + markdown file + write navbar, sidebar with already-made files edit navbar based on url + css \ No newline at end of file diff --git a/requirements b/requirements index b02c76c..e69de29 100644 --- a/requirements +++ b/requirements @@ -1,4 +0,0 @@ -coreutils -markdown.sh #https://github.com/chadbraunduin/markdown.bash, included in repo as markdown.sh -moreutils # For text editor support -