Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjpclab/ghfs-theme
- Owner: mjpclab
- License: mit
- Created: 2022-12-14T10:21:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T05:29:59.000Z (5 months ago)
- Last Synced: 2024-08-10T16:49:58.082Z (5 months ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.