All Projects → yancai → Blog

yancai / Blog

基于Python Flask并支持Markdown语法的简易博客

Projects that are alternatives of or similar to Blog

Blog Content
Different articles related to software and/or electronics hacking - Published at http://gbraad.nl/blog/
Stars: ✭ 7 (-92.13%)
Mutual labels:  blog, markdown
Typecho
A PHP Blogging Platform. Simple and Powerful.
Stars: ✭ 8,417 (+9357.3%)
Mutual labels:  blog, markdown
Blog
Share
Stars: ✭ 13 (-85.39%)
Mutual labels:  blog, markdown
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+674.16%)
Mutual labels:  blog, markdown
Jokecamp.com
personal blog and website
Stars: ✭ 79 (-11.24%)
Mutual labels:  blog, markdown
Solo
🎸 B3log 分布式社区的 Java 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node system, welcome to join the next generation community network.
Stars: ✭ 780 (+776.4%)
Mutual labels:  blog, markdown
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-67.42%)
Mutual labels:  blog, markdown
Nuxt Markdown Blog Starter
Nuxt + Markdown blog starter
Stars: ✭ 456 (+412.36%)
Mutual labels:  blog, markdown
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+1251.69%)
Mutual labels:  blog, markdown
Yizibi.github.io
✍️科学尚未普及,这里是唯一能让我找到自己的人,人生这么短,需要做点什么,😝,如果你来了,就顺手给个 star ,欢迎Fork,谢谢!
Stars: ✭ 61 (-31.46%)
Mutual labels:  blog, markdown
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+564.04%)
Mutual labels:  blog, markdown
Laravel Blog
基于Laravel5.8构建的轻量博客应用,支持Markdown,支持图片拖拽上传,界面简洁,SEO友好,支持百度链接自动和手动提交
Stars: ✭ 84 (-5.62%)
Mutual labels:  blog, markdown
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+558.43%)
Mutual labels:  blog, markdown
Gridsome Starter Liebling
Grisome starter based on Ghost Liebling and tailwindcss.
Stars: ✭ 23 (-74.16%)
Mutual labels:  blog, markdown
Blog
🍁 What you don't know is what you haven't learned
Stars: ✭ 484 (+443.82%)
Mutual labels:  blog, markdown
Leo Blog
My 🏡 on the ☁️
Stars: ✭ 27 (-69.66%)
Mutual labels:  blog, markdown
Gatsby Starter Bee
🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: ✭ 416 (+367.42%)
Mutual labels:  blog, markdown
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (+411.24%)
Mutual labels:  blog, markdown
Blog Generator
static blog generator for my blog at https://zupzup.org/
Stars: ✭ 57 (-35.96%)
Mutual labels:  blog, markdown
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-8.99%)
Mutual labels:  blog, markdown

简介

本工程是一个基于Jinja2Python Markdown开发的简易博客。
本工程使用python代码读取Markdown文件,并生成静态文件以提供访问,和master分支版本相比不需要使用后端服务。

当前dev分支代码正在开发中...
相对稳定的功能可以使用master分支

待完善其它说明

TODO

  • [ ] 完善静态文件路径STATIC_ROOT配置
  • [ ] 使用单个Python文件通过命令行方式完成:
    • [ ] 生成静态页面
    • [ ] 清理生成的静态页面
    • [ ] 运行python的http server
  • [ ] 更新ReadMe
  • [ ] 代码分支管理
  • [ ] test
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].