SiteFab:最先进的人类静态网站生成器
30秒入门
以下是安装SiteFab,创建新站点并在不到30秒的时间内进行编译的方法:
# install the main package
pip install sitefab
spacy download en_core_web_sm
pip install -U spacy-lookups-data
# clone the site template as base
git clone https://github.com/ebursztein/sitefab-template.git mysite/
# clone the plugins in your site directory
git clone https://github.com/ebursztein/sitefab-plugins.git mysite/plugins
#
1