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.
- Host: GitHub
- URL: https://github.com/macrat/miniweb
- Owner: macrat
- License: mit
- Created: 2022-08-20T10:52:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T11:27:48.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T23:52:47.063Z (about 2 years ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .