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
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A
1 changed files with 1 additions and 0 deletions

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"