This repository has been archived on 2025-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-08 00:52:26 +08:00
..
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00
2023-03-17 22:30:43 +08:00
2023-06-08 00:52:26 +08:00
2022-04-26 16:53:05 +08:00

Welcome

SFIS -- A simple cross-platform Static File Indexing Software
Website
Preview

Quick Start

  1. Install Python 3.x from python.org or pkg manager
  2. Install Python Packages from Internet
python3 -m pip install Markdown pyyaml fire  
  1. Clone Source Code
    Git should be installed first.
    Run the command in shell (bash or cmd)
git clone https://github.com/david-ajax/sfis/ && cd sfis
  1. Run Code
python3 main.py

HTML files should be generated in the folder. Try to move the folder into a webserver. Redeploy to update static web files after putting your files in "files" folder.

Serverless Deploy

todo