Django Hexo Matery

screenshot of Django Hexo Matery
django
hexo

尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。

Overview

Django-Hexo-Matery is a Django-based blog rewritten with Django3 and using the Matery front-end theme. It was developed on macOS Catalina 10.15.3 with Python 3.6-7.3.0 (PyPy interpreter, which is 4.4 times faster than CPython). The blog is still in its early stages and the code has not been refactored, but the project will be gradually improved in the future.

Features

  • Django3 integration
  • Matery front-end theme
  • Support for MySQL database
  • Pagination plugin
  • Import and export functionality
  • Markdown editor
  • Front-end parsing and rendering
  • Simpleui administration interface
  • Stylish and minimalistic design

Summary

Django-Hexo-Matery is a Django-based blog project that aims to recreate the Hexo blog using Django3 and the Matery front-end theme. It offers features such as MySQL integration, pagination, import/export functionality, a markdown editor, front-end parsing, and a stylish interface provided by the Simpleui administration theme. The project is still in development, but it shows promise and has already been improved by other contributors.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.

hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.