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-03-17 22:30:43 +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
2022-04-26 16:53:05 +08:00
2022-04-26 16:53:05 +08:00

Welcome

SFIS -- A simple cross-platform Static File Index System
Website
Preview

Quick Start

  1. Install Python 3.x from python.org
  2. Install Package from Internet
python3 -m pip install Markdown pyyaml fire  

If it doesn't work, try:

python -m pip install Markdown pyyaml fire
  1. Clone Code
    GUI Way:
    Click "Code" button, download the ZIP package and extract it to run it.
    CLI Way:
    You should install git or gitbash first.
    Run the command in terminal(bash or cmd)
    git clone https://github.com/david-ajax/sfis/ && cd sfis
    
  2. Run Code
python3 main.py

Put your files in "files" folder.
Upload project root folder to your static cloud storage space(such as GitHub or Vercel) and builds the index file, you can get a useful personal static cloud space now!