Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
oren committed Feb 13, 2020
1 parent 8f13ab6 commit 260c74d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ shards install
crystal build src/site.cr
```

Generate html
Generate html when given a markdown file
```
./site some-markdown-file.md
Expand All @@ -16,3 +16,6 @@ Generate html

if a file named _navbar.md exist in the same folder, it will convert it's content to html and append it to the top of the html file.


## TODO
* Generate multiple html files when given a folder with markdown files (including subfolders)

0 comments on commit 260c74d

Please sign in to comment.