Discover Packages
github.com/macrat/miniweb
command
module
Version:
v0.0.0-...-c82e4f6
Opens a new window with list of versions in this module.
Published: Jul 8, 2023
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
miniweb
A minimal website server using Markdown.
Usage
Make your content
$ cat <<EOS >index.md
hello world
===========
this is your first website on miniweb!
[another page](/page.html) is also available.
EOS
$ cat <<EOS >page.html
<!DOCTYPE html>
You can use <b>HTML</b> too.
EOS
Start miniweb.
$ miniweb /path/to/root-directory
Now you can see your website on localhost:8000.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.