Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjpclab/ghfs-theme

GHFS(go-http-file-server) themes
https://github.com/mjpclab/ghfs-theme

Last synced: 21 days ago
JSON representation

GHFS(go-http-file-server) themes

Awesome Lists containing this project

README

        

# ghfs-theme

Theme packages for GHFS(go-http-file-server).

## Attention
Repository branches are unstable and will be squashed/rebased at any time.

## Build
Go into theme directory:
```sh
cd src/
```

Generate theme contents:
```sh
make
```

Outputs can be found under `output//`

## Usage
```sh
ghfs --theme
ghfs --theme-dir # recommend for debug only
```

## Theme list

### Default
![default theme](doc/img/ghfs.gif)

Same as built in theme from GHFS. With template and asset files minified.

### Default Enhanced
![default enhanced theme](doc/img/ghfs-enhanced.gif)

Enhanced based on default theme.
Users can select multiple files for archiving or deleting.
The non-enhanced default theme can only archive all files under current directory.

The enhanced theme drops support for browsers that do not support HTML5 well.