html.xonsh/main.py

37 lines
513 B
Python
Executable File

#!/usr/bin/python
import readFile
inFile = ""
outFile = ""
#outFile = outFile + ".html"
timeCreate = 0 #Do I want this to be a str?
timeMod = 0
sTitle = ""
def printHtml():
print("placeholder")
file = open(outFile, 'w')
def parseMd(title, inFile):
print("probably not gonna use")
def metadata():
print("placeholder")
def css():
print("placeholder")
def main():
print("placeholder")
def test():
print(readFile.readMarkdown("/home/amber/website.sh/sample.md"))
#test()