文件名称:blog:关于软件测试的博客..
文件大小:154KB
文件格式:ZIP
更新时间:2024-06-25 21:18:40
Shell
启动并运行 拉下 repo 并构建 virtualenv。 $ git clone $ mkvirtualenv testpy $ workon testpy $ pip install -r requirements.txt 编写和测试 构建 HTML 并运行开发服务器。 $ make html $ make devserver 出版 根据需要提交内容和图像,推送到 master。 然后... $ make publish $ make github 一切都很好。
【文件预览】:
blog-master
----publishconf.py(525B)
----content()
--------pages()
--------images()
--------misc()
--------python()
--------extra()
----pelicanconf.py(1007B)
----requirements.txt(31B)
----develop_server.sh(2KB)
----README.md(458B)
----Makefile(3KB)
----.gitignore(66B)