miniweb

command module
v0.0.0-...-c82e4f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2023 License: MIT Imports: 21 Imported by: 0

README

miniweb

A minimal website server using Markdown.

Usage

  1. 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
  1. Start miniweb.
$ miniweb /path/to/root-directory

Now you can see your website on localhost:8000.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL