文件名称:blog:使用Beego MongoDB和Markdown建立博客
文件大小:110KB
文件格式:ZIP
更新时间:2024-05-22 01:00:41
CSS
blog Build a blog with Beego MongoDB and Markdown Check the details
【文件预览】:
blog-master
----.gitignore(192B)
----main.go(124B)
----README.md(713B)
----utils()
--------utils.go(312B)
----routers()
--------router.go(350B)
----views()
--------home.html(736B)
--------detail.html(3KB)
--------editor.html(3KB)
--------index.html(2KB)
----conf()
--------app.conf(45B)
----tests()
--------default_test.go(947B)
----db()
--------mongodb.go(2KB)
----static()
--------css()
--------js()
----models()
--------blog.go(1KB)
----controllers()
--------default.go(242B)
--------blog.go(548B)
--------editor.go(1KB)