miguel550 / avocado

simple blog system built with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avocado

simple blog system built with Django

wat do?

Well, edit the avocado/templates/* if you don't want to use the default theme. Open avocado/settings.py and edit:

  • SECRET_KEY to something random
  • BLOG_TITLE to whatever you want to call your blog
  • BLOG_DESC to whatever you want to describe your blog with
  • COPYRIGHT to the current year and your name or keep it blank to remove it

Once you're done with the tasks above you're going to want to go read how to put a Django project in production. Personally I just throw it in a screen session and forget about it - there's some other ways, but that's the quickest I've found. :)

features

  • Markdown support
  • Simple design system (everything is in their own html templates for ease of editing)
  • Built in Python and with Django
  • Lightweight
  • Not in PHP
  • Not a team of 100,000 devs so the code is rather clean and simple

contrib

Well, sure - see TODO.md to see current tasks. I don't think it's necessary for me to make guidelines since it's a small app. Just if you contribute make sure it's ok code and not pure shit - like code you wrote when you first started programming. ;)

About

simple blog system built with Django

License:MIT License


Languages

Language:Python 50.2%Language:HTML 48.8%Language:CSS 1.0%