gitignore
This commit is contained in:
parent
896d384ed9
commit
57b92bea46
|
@ -1,4 +1,4 @@
|
|||
.git
|
||||
workdir
|
||||
outdir
|
||||
|
||||
indir
|
||||
|
|
3
TODO
3
TODO
|
@ -1,3 +1,2 @@
|
|||
Multiple template files
|
||||
Windows compatability
|
||||
Eventually convert to pure python
|
||||
|
||||
|
|
|
@ -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
10
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
|
|
@ -1,4 +0,0 @@
|
|||
coreutils
|
||||
markdown.sh #https://github.com/chadbraunduin/markdown.bash, included in repo as markdown.sh
|
||||
moreutils # For text editor support
|
||||
|
Loading…
Reference in New Issue