Add backref to https://github.com/glowinthedark/index-html-generator
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
s3-genindex is a Go rewrite of the original Python genindex.py script. It generates HTML directory listings with file type icons, responsive design, and dark mode support for both local directories and S3-compatible storage systems.
|
s3-genindex is a program that generates HTML directory listings with file type icons, responsive design, and dark mode support for both local directories and S3-compatible storage systems.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -433,4 +433,9 @@ Licensed under the Apache License 2.0. See original Python script for full licen
|
|||||||
- Modern Go project structure
|
- Modern Go project structure
|
||||||
- Recursive directory processing
|
- Recursive directory processing
|
||||||
- File type detection and icons
|
- File type detection and icons
|
||||||
- Responsive HTML design with dark mode support
|
- Responsive HTML design with dark mode support
|
||||||
|
|
||||||
|
## Acknowledgement
|
||||||
|
|
||||||
|
This tool was inspired by
|
||||||
|
[[index-html-generator](https://github.com/glowinthedark/index-html-generator)] on GitHub.
|
||||||
|
|||||||
Reference in New Issue
Block a user