An open API service indexing awesome lists of open source software.

https://github.com/macrat/miniweb

A minimal website server using Markdown.
https://github.com/macrat/miniweb

Last synced: 12 months ago
JSON representation

A minimal website server using Markdown.

Awesome Lists containing this project

README

          

miniweb
=======

A minimal website server using Markdown.

## Usage

1. Make your content

``` shell
$ cat <index.md
hello world
===========

this is your first website on miniweb!

[another page](/page.html) is also available.
EOS

$ cat <page.html

You can use HTML too.
EOS
```

2. Start miniweb.

``` shell
$ miniweb /path/to/root-directory
```

Now you can see your website on .