Skip to content

基于网页的可扩展静态文件索引程序 | An Extensible Static File Indexing Software

Notifications You must be signed in to change notification settings

david-ajax/SFIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SFIS

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

About

基于网页的可扩展静态文件索引程序 | An Extensible Static File Indexing Software

Resources

Stars

Watchers

Forks

Releases

No releases published