Logya静态网站生成器
Logya 是一个用 Python 编写的静态网站生成器。 要安装和使用 Logya,你需要 Python 2.7 或 Python 3.3 及以上版本和 pip。
在终端中键入以下命令以安装 Logya,在目录 mysite 中创建启动站点,生成 HTML 页面,并在计算机上的地址 http://localhost:8080/
输出。
快速开始
# install logya and required packages pip install logya # create a barebone site logya create mysite cd mysite # add content and then generate the site in the deploy directory logya gen # serve the site from deploy on http://localhost:8080 logya serve
评论