静态网站生成器 Logya

码农软件 · 软件分类 · 建站系统CMS · 2020-01-23 21:14:26

软件介绍

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

本文地址:https://www.codercto.com/soft/d/24041.html

Algorithms Illuminated (Part 2)

Algorithms Illuminated (Part 2)

Tim Roughgarden / Soundlikeyourself Publishing, LLC / 2018-8-5 / USD 17.99

Algorithms are the heart and soul of computer science. Their applications range from network routing and computational genomics to public-key cryptography and machine learning. Studying algorithms can......一起来看看 《Algorithms Illuminated (Part 2)》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码