文件名称:tinygen:用Python编写的小型网站生成器
文件大小:55KB
文件格式:ZIP
更新时间:2024-05-31 04:32:23
python markdown static-site-generator website generator
TinyGen 用Python编写的简单网站和博客生成器 正在进行中,但基本功能已完成。 TinyGen处于早期阶段。 它尚未准备好用于生产 在Linux和Windows上测试 安装 Linux和Mac 基于Debian的发行版 有一个Debian的安装脚本(已针对Jessie&Stretch验证)。 它也应该适用于其他基于Debian的发行版。 下载并运行脚本: wget https://raw.githubusercontent.com/beardog108/tinygen/master/setup/linux-setup.sh && chmod +x linux-setup.sh && ./linux-setup.sh 其他Linux和Mac 如果需要,请使用系统软件包管理器安装git 使用系统软件包管理器安装Python 3和python3-pip 使用pip安装Pyt
【文件预览】:
tinygen-master
----tgls.py(535B)
----tgsocial.py(2KB)
----source()
--------pages()
--------page-template.html(767B)
--------blog-index.html(826B)
--------theme()
--------posts()
--------blog-template.html(908B)
----setup()
--------linux-setup.sh(2KB)
----tgblog.py(17KB)
----titles.py(637B)
----generated()
--------images()
--------res()
--------blog()
----CONTRIBUTING.md(59B)
----plugins()
--------author-info()
--------helloworld()
--------.gitignore(0B)
----LICENSE(1KB)
----tinygen.py(12KB)
----webServer.py(1KB)
----createDelete.py(1KB)
----README.md(2KB)
----.data()
--------posts.db(3KB)
--------.gitignore(0B)
----tgrss.py(2KB)
----.gitignore(161B)
----tgplugins.py(3KB)
----cleanup.sh(939B)