Skip to content

Commit

Permalink
add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 12, 2024
1 parent 3e3520c commit 0bfdfe0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
goarch: ${{ matrix.goarch }}
project_path: ./cmd/h2static
binary_name: h2static
extra_files: CHANGES.md LICENSE server/assets/logo.svg README.md
extra_files: CHANGES.md LICENSE README.md images/ server/assets/logo.svg
md5sum: false
sha256sum: true
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ It provides a few handy features for serving files and static websites:
* serve `index.html`/`index.htm` files for the contaning directory
* serve the corresponding `.html`/`.htm` file for a path without the suffix
(when such path doesn't exist)


HTML directory listing provides a responsive design to support both desktop

<p align="center"><img alt="Desktop page" src="images/screen-1.jpg" width="90%"/></p>

and mobile

<p align="center"><img alt="Mobile page" src="images/screen-2.jpg" width="40%"/></p>


## Install

Pre-built binaries are available for different achitectures on the [releases
page](https://github.com/albertodonato/h2static/releases).
Expand Down
Binary file added images/screen-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bfdfe0

Please sign in to comment.