gitignore

This commit is contained in:
Amber 2022-03-02 18:26:31 -06:00
parent 896d384ed9
commit 57b92bea46
5 changed files with 17 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.git
workdir
outdir
indir

3
TODO
View File

@ -1,3 +1,2 @@
Multiple template files
Windows compatability
Eventually convert to pure python

9
htmlTemplate/header.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>TITLE</title>
<meta name="generator" content="BadGenerator"/>
<meta name="created" content="CREATEDATE"/>
<meta name="changed" content="MODDATE"/>
</head>

10
outline
View File

@ -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

View File

@ -1,4 +0,0 @@
coreutils
markdown.sh #https://github.com/chadbraunduin/markdown.bash, included in repo as markdown.sh
moreutils # For text editor support