Metadata-Version: 2.1
Name: mdwiki
Version: 0.1.2
Summary: zero config static blog builder
Home-page: https://github.com/drunkpig/mdwiki
Author: niceMachine
Author-email: xuchaoo@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: markdown (==3.1.1)
Requires-Dist: Pygments (==2.5.2)
Requires-Dist: beautifulsoup4 (==4.6.3)
Requires-Dist: Jinja2 (>=2.10.1)
Requires-Dist: lxml


## mdwiki介绍
一句话概括下mdwiki特点：
```bash
一条命令把一个目录内的markdown文档构建成个人博客展示在github上，结合travis-ci实现全自动发布。
您无需在本机配置任何东西，无需安装nodejs, python等，您只需要在本机编辑markdown，然后push到您的github仓库就OK了。

```


## 参考资源

- css https://github.com/wecatch/markdown-css
- 分页 http://www.htmleaf.com/Demo/201707054612.html
- 还有一种提交到git的方法 https://garryshield.github.io/2019/04/08/travis-ci/
- https://www.yukunweb.com/2018/2/static-blog-based-on-flask/  参考学习
- 数学公式解析 https://github.com/sJohnsonStoever/python-markdown-mathjax
- bootcss 文档 https://code.z01.com/v4/layout/grid.html
- https://juejin.im/post/5c0a27ee6fb9a049d05d8b70   mathjax
- https://www.caam.rice.edu/~heinken/latex/symbols.pdf mathjax
- [https://oysz2016.github.io/post/8611e6fb.html#%E5%85%B3%E7%B3%BB%E8%BF%90%E7%AE%97%E7%AC%A6](https://oysz2016.github.io/post/8611e6fb.html#关系运算符)  mathjax
- 


