Logya是一个用Pytho编写的静态网站生成器。要安装和使用Logya,你需要Pytho2.7或Pytho3.3及以上版本和pip。
在终端中键入以下命令以安装Logya,在目录mysite中创建启动站点,生成HTML页面,并在计算机上的地址https://localhost:8080/输出。
快速开始# istall logya ad required packagespip istall logya# create a bareboe sitelogya create mysitecd mysite# add cotet ad the geerate the site i the deploy directorylogya ge# serve the site from deploy o https://localhost:8080logya serve






评论