Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongweiming/lyanna
My Blog Using Sanic
https://github.com/dongweiming/lyanna
aio aiotask-context asyncio elementui mako sanic sanic-framework sanic-jwt vue vue-cli-3 vue-router vuex
Last synced: 12 days ago
JSON representation
My Blog Using Sanic
- Host: GitHub
- URL: https://github.com/dongweiming/lyanna
- Owner: dongweiming
- License: gpl-3.0
- Created: 2019-01-13T13:49:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:53:06.000Z (over 1 year ago)
- Last Synced: 2024-10-11T19:46:52.891Z (about 1 month ago)
- Topics: aio, aiotask-context, asyncio, elementui, mako, sanic, sanic-framework, sanic-jwt, vue, vue-cli-3, vue-router, vuex
- Language: Vue
- Homepage: http://www.dongwm.com
- Size: 17.7 MB
- Stars: 638
- Watchers: 32
- Forks: 173
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lyanna
[![Build Status](https://app.travis-ci.com/dongweiming/lyanna.svg?branch=master)](https://app.travis-ci.com/github/dongweiming/lyanna)
![Tag](https://img.shields.io/github/v/tag/dongweiming/lyanna)
![Python Version](https://img.shields.io/badge/python-3.10-blue)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)My Blog Using Sanic
[查看文档 📖](https://dongweiming.github.io/lyanna/)
## 版本提示
* 4.0版本开始已经使用了最新的Python3.10语法
* 3.X版本使用Python3.8语法
* 2.X版本兼容Python2强烈建议升级到最新的CPython版本。
## Overview
这是一个使用asyncio生态开发的个人技术博客。具体如下:
* Web框架: Sanic
* 模板: Mako/Sanic-Mako
* 数据库: TortoiseORM/aiomysql
* 缓存: aiomcache
* KV数据库: aioredis
* 任务队列: arq
* 代码质量: mypy/flake8/isort/bandit其他aio扩展: Sanic-Auth、Sanic-wtf、sanic-session、aiotask-context、asyncblink、sanic-sentry、sanic-jwt、aiosmtplib
管理后台使用: ElementUI + Vue-CLI + Vue-Router + Vuex
Inspired by [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) and [vue3-admin-plus](https://github.com/jzfai/vue3-admin-plus)
[动态](https://www.dongwm.com/activities) 使用: Vue-CLI + Vue-Router + Vuex
## Features
* 可以通过后台对文章、标签等做增删改查
* 后台支持Markdown编辑/预览
* 支持代码语法高亮
* 支持TOC
* 支持文章搜索
* 支持Github登录评论
* 支持Github登录对文章和平台表态
* 可以分享文章到微信/微博/豆瓣/印象笔记/Linkedin
* 支持Hexo等其他Markdown源文件的导入
* 支持文章的语法高亮
* 支持个人设置(如设置头像,个人介绍)
* 支持定制导航栏
* 支持RSS/Sitemap
* 相关文章推荐(根据相似标签)
* 响应式设计
* 支持评论提及邮件
* 支持 Github Cards. 具体用法请看 [这里](#github-cards)
* 文章内容(除代码部分之外)自动「盘古之白」
* 支持「文章专题」
* 支持「动态」
* 可对评论回应
* 支持用Docker Compose本地开发
* 支持kubernetes上运行
* Widget系统,内置aboutme、blogroll、most\_viewed、latest\_comments、tagcloud、html等widget
* 导航栏项可以设置icon和颜色(如RSS)
* 支持配置CDN域名服务静态文件
* 支持笔记类型的文章,在右侧会显示对应条目信息
* 支持展示收藏的Movie(Tv)、Book和Game三种类型条目,并可以通过widget展示在主页右侧
* 支持通过Widget显示rss阅读器feedly和inoreader的订阅链接,可以显示feedly订阅数## Github Cards
文章中支持引用Github User/Repo Card,代码源于[Github Cards](https://github.com/lepture/github-cards),对样式做了微调,感恩~
效果: [我的博客](https://www.dongwm.com/page/about-blog)
在文章中可以这么用:
```card
{
'user': 'dongweiming',
'repo': 'lyanna',
'right': 1
}
```card是lang,内容是json数据,你需要确保它可以作为参数让`ast.literal_eval`正常执行。其中`user`是必选键值对,包含`repo`会从`user`里面搜索这个`repo`,找不到的话会「Not Found」。`right`项是为了让Card向右对齐(默认向左对齐)
## Showcase
这些博客使用了Lyanna:
- [薄荷盐的博客](https://www.boheyan.cn/)
- [Yaoyao's Blog](http://www.liu-yao.com/)
- [熊清亮的博客](https://seealso.cn/)
- [Vimiix's Blog](https://vimiix.com)
- [榕树下](https://www.ams.pub)
- [读书笔记](http://www.chenvq.cn/)PS: 如果博主不希望自己的博客出现在此列表中可以各种渠道私信我或者提PR去掉~
## Video
[My blog](https://youtu.be/rHYvrefjZwg)
[My blog's Admin page](https://youtu.be/iZCGTvC1NPo)
## Thanks
[![PyCharm](docs/pycharm.svg)](https://www.jetbrains.com/?from=lyanna)