i'm hungry
This commit is contained in:
parent
57b92bea46
commit
35606fa1be
|
@ -1,2 +1,26 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
#import
|
||||||
|
|
||||||
|
infFile = ""
|
||||||
|
outFile = ""
|
||||||
|
timeCreate = 0 #Do I want this to be a str?
|
||||||
|
timeMod = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def printHtml():
|
||||||
|
print("placeholder")
|
||||||
|
|
||||||
|
def parse():
|
||||||
|
print("probably not gonna use")
|
||||||
|
|
||||||
|
def metadata():
|
||||||
|
print("placeholder")
|
||||||
|
|
||||||
|
def css():
|
||||||
|
print("placeholder")
|
||||||
|
|
||||||
|
def main():
|
||||||
|
print("placeholder")
|
3
outline
3
outline
|
@ -4,10 +4,11 @@ generate html headers
|
||||||
metadata
|
metadata
|
||||||
date, os, time, time modified
|
date, os, time, time modified
|
||||||
get from seperate file?
|
get from seperate file?
|
||||||
|
title from file name?
|
||||||
|
|
||||||
prompt for body
|
prompt for body
|
||||||
markdown file
|
markdown file
|
||||||
|
sperate by headers?
|
||||||
|
|
||||||
write navbar, sidebar with already-made files
|
write navbar, sidebar with already-made files
|
||||||
edit navbar based on url
|
edit navbar based on url
|
||||||
|
|
Loading…
Reference in New Issue