OrgNote:一个简单的组织模式博客,在Emacs中通过组织模式编写博客

时间:2024-05-22 13:32:04
【文件属性】:

文件名称:OrgNote:一个简单的组织模式博客,在Emacs中通过组织模式编写博客

文件大小:50KB

文件格式:ZIP

更新时间:2024-05-22 13:32:04

Python

OrgNote:基于组织模式的简单博客 安装 通过pip安装OrgNote: $ pip install orgnote 通过easy_install安装OrgNote: $ easy_install orgnote 通过源代码安装OrgNote: $ git clone git@github.com:LeslieZhu/OrgNote.git $ cd OrgNote $ python setup.py install 开始使用 首先,您应该在GitHub上创建一个yourname.github.com.git : $ git clone git@github.com:yourname/yourname.github.com.git $ cd yourname.github.com $ orgnote init 配置 更新_config.yml,样本: # OrgNote Co


【文件预览】:
OrgNote-master
----setup.py(3KB)
----.gitignore(787B)
----orgnote()
--------colorsrc.py(431B)
--------__init__.py(394B)
--------parser.py(82KB)
--------config.py(5KB)
--------init.py(8KB)
--------util.py(4KB)
--------__main__.py(477B)
----requirements.txt(95B)
----.travis.yml(169B)
----TODO(370B)
----.python-version(6B)
----LICENSE(18KB)
----ChangeLog(2KB)
----DESCRIPTION.rst(855B)
----.github()
--------workflows()
----README.rst(3KB)
----CHANGES.txt(0B)
----docs()
--------installing.rst(261B)
--------Makefile(7KB)
--------index.rst(529B)
--------conf.py(11KB)
--------configuration.rst(3KB)
--------make.bat(7KB)
--------bashcompletion.rst(910B)
--------quickstart.rst(860B)
--------news.rst(68B)
--------usage.rst(549B)
----tox.ini(67B)
----release.sh(176B)

网友评论