generatehtml func descrition

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino
2021-12-27 06:55:03 -03:00
parent b8230ee010
commit fa18574ed8

View File

@@ -36,6 +36,7 @@ type content struct {
Body string
}
// GenerateHTML generate site html (index.html) from markdown file
func GenerateHTML() (err error) {
// options
readmePath := "./README.md"