All Projects → alvan → Luokr.com

alvan / Luokr.com

Licence: other
Python-based blog using tornado and bootstrap framework(螺壳网)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Luokr.com

Angular Admin
🔏Admin client for surmon.me blog powered by @angular and Bootstrap4
Stars: ✭ 352 (+25.71%)
Mutual labels:  blog, bootstrap
Bootstrap 5 Templates
A collection of free Bootstrap 5 templates designed with Material Design 2.0. Admin dashboard, e-commerce, landing pages & much more.
Stars: ✭ 722 (+157.86%)
Mutual labels:  blog, bootstrap
Vmaig blog
an opensource blog system based on django 2.2 and bootstrap https://vmaig.com
Stars: ✭ 354 (+26.43%)
Mutual labels:  blog, bootstrap
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+17.86%)
Mutual labels:  blog, bootstrap
Wtcms
基于thinkphp的内容管理系统,可快速搭建个人博客、公司学校官网、新闻类站点。
Stars: ✭ 75 (-73.21%)
Mutual labels:  blog, bootstrap
Oneblog
👽 OneBlog,一个简洁美观、功能强大并且自适应的Java博客
Stars: ✭ 678 (+142.14%)
Mutual labels:  blog, bootstrap
Fs Blog
个人博客,Spring Boot 开山之作,采用 Spring Boot + MyBatis,前端 Bootstrap + LayUI,支持程序员非常青睐的轻量化的 Markdown 编辑器 Editor.md,支持标签分类检索
Stars: ✭ 700 (+150%)
Mutual labels:  blog, bootstrap
Izone
django+bootstrap4 个人博客
Stars: ✭ 757 (+170.36%)
Mutual labels:  blog, bootstrap
Hugo Bootstrap
This is a simple Hugo theme using Bootstrap v4.
Stars: ✭ 74 (-73.57%)
Mutual labels:  blog, bootstrap
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-89.64%)
Mutual labels:  blog, bootstrap
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-46.43%)
Mutual labels:  blog, bootstrap
Blog
项目已迁移至
Stars: ✭ 87 (-68.93%)
Mutual labels:  blog, bootstrap
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (-33.21%)
Mutual labels:  blog, bootstrap
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (-2.5%)
Mutual labels:  bootstrap
Ekko
Framework agnostic PHP package for marking navigation items active.
Stars: ✭ 275 (-1.79%)
Mutual labels:  bootstrap
Gatsby Themes
Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 275 (-1.79%)
Mutual labels:  blog
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-2.86%)
Mutual labels:  bootstrap
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+2060.71%)
Mutual labels:  blog
Bootstrap Social
👫 Social Sign-In Buttons for Bootstrap
Stars: ✭ 2,886 (+930.71%)
Mutual labels:  bootstrap
Gatsby Starter Bootstrap
Gatsby starter for bootstrap
Stars: ✭ 272 (-2.86%)
Mutual labels:  bootstrap

luokr.com

The initial version of luokr.com was developed by Alvan in July 2013. It is a Python-based server application using Tornado framework at backend and Bootstrap framework at frontend. Now it just a simple blog about technology and life.

Below is the main directory structure:

luokr.com
---- app/
-------- etc.py     # configuration file, see `../doc/etc.py.sample` for more details
-------- svr.py     # to start the app, run `python svr.py`
-------- url.py     # url mapping
-------- ctrls/     # controllers, see Tornado's RequestHandler
-------- datum/     # datum class files
-------- model/     # model class files
-------- tools/     # some tools, run `python tools/dbase.py` to make databases.
-------- views/     # templates
---- doc/           # documents
---- lib/           # libraries
---- var/           # variables
-------- datas/     # databases
---- www/           # web root, static files

The background landing address is /admin, default username is admin and password is 123456. You can change it after you logined.

Requirement

(Python >= 2.7)

  • tornado (>= 4.3)
  • pil or pillow

Screenshots

  • About luokr.com.about

  • Login luokr.com.login

  • Posts luokr.com.posts

  • Shell luokr.com.shell

  • Admin luokr.com.admin

  • Admin (Edit Post) luokr.com.admin.post.update

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].