diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -59,13 +59,13 @@ the one system. They can chat about it, on the one system. | |||
| 59 | 59 | ||
| 60 | ## What does it do already? | 60 | ## What does it do already? |
| 61 | 61 | ||
| 62 | Currently it'll scan the current directory and subdirectories looking for | 62 | Currently it'll scan the current folder and sub folders looking for |
| 63 | .md files in CommonMark syntax. This should cover some MarkDown | 63 | .md files in CommonMark syntax. This should cover some MarkDown |
| 64 | variations. Then it produces .HTML files converted from these .md files, | 64 | variations. Then it produces .HTML files converted from these .md files, |
| 65 | and links them all together into a web site. | 65 | and links them all together into a web site. |
| 66 | 66 | ||
| 67 | Any .md file that is just the beginning metadata block doesn't get | 67 | Any .md file that is just the beginning metadata block doesn't get |
| 68 | rendered into HTML, but is global metadata for this directory and subs, | 68 | rendered into HTML, but is global metadata for this folder and subs, |
| 69 | though the subs can override this with their own metadata.md files. | 69 | though the subs can override this with their own metadata.md files. |
| 70 | 70 | ||
| 71 | git is used to store the .md files, and provides edit history. Added on | 71 | git is used to store the .md files, and provides edit history. Added on |
| @@ -73,7 +73,7 @@ the footer is links to cgit, which is used to store the files in git on | |||
| 73 | your server. This provides acces to the source code, history, and ATOM | 73 | your server. This provides acces to the source code, history, and ATOM |
| 74 | feed for the site. | 74 | feed for the site. |
| 75 | 75 | ||
| 76 | It can also scan an external directory and merge that with the current | 76 | It can also scan an external folder and merge that with the current |
| 77 | one, but this isn't tested yet. | 77 | one, but this isn't tested yet. |
| 78 | 78 | ||
| 79 | ## other stuff | 79 | ## other stuff |
