updated readme to reflect new features <3
This commit is contained in:
parent
eac93e08bb
commit
fe05bb8a8d
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -16,12 +16,20 @@ indir [--host address] [--port port] [--root http_root] directory
|
||||||
--root http_root hosts on the specified subdirectory, i.e. `/files/`
|
--root http_root hosts on the specified subdirectory, i.e. `/files/`
|
||||||
```
|
```
|
||||||
|
|
||||||
## customization
|
## features
|
||||||
|
|
||||||
### readme
|
### file serving
|
||||||
|
indir has the possibility of automatically serving an `index.html` instead of displaying the directory view!
|
||||||
|
|
||||||
|
### customization
|
||||||
|
|
||||||
|
#### readme
|
||||||
drop a `README.md` into any directory and indir will render
|
drop a `README.md` into any directory and indir will render
|
||||||
it below the file listing with full markdown support!
|
it below the file listing with full markdown support!
|
||||||
|
|
||||||
|
#### custom css
|
||||||
|
using a 'index.css' file, you can customize the directory view!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## to-do:
|
## to-do:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue