i'm hungry

This commit is contained in:
Amber 2022-03-02 18:41:53 -06:00
parent 57b92bea46
commit 35606fa1be
3 changed files with 26 additions and 1 deletions

0
header.py Normal file → Executable file
View File

24
main.py Normal file → Executable file
View File

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

View File

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