jihoonerd / mintlog

Django based personal blog template

Repository from Github https://github.comjihoonerd/mintlogRepository from Github https://github.comjihoonerd/mintlog

django-mintlog

License: GPL v3 CircleCI

Description

Django based personal blog template

Mintlog is for people who want to operate django-based blog without knowing django. Mintlog is primarily specialized for managing blog postings especially written in Markdown with scientific & engineering contents.

Home Screen

Features

  • Markdown Posting
  • Inline Image Uploading
  • Tagging
  • Mathjax

Installation

This project manages environment with pipenv.

$ pip install pipenv --user

Now, you can prepare your environment and install packages simply by:

$ pipenv install

Running Local Server

For the first launching, DB migration is required:

$ pipenv run "python manage.py makemigrations blog portfolio"
$ pipenv run "python manage.py migrate"

Running local server:

$ pipenv run "python manage.py runserver"

About

Django based personal blog template

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.4%Language:CSS 21.3%Language:Python 18.6%Language:HTML 12.7%