It's a simple blog system built with Django.
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
- TWTTR_LNK to whatever your username is
- GITHUB_LNK to whatever your username is
- FB_LNK to whatever your username is
- REDDIT_LNK to whatever your username is
Once you're done with the tasks above you're going to want to go read how to put a Django project in production. Note :- 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. :)
- 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
Well, sure - see TODO.md to see current tasks. I don't think it's necessary to make a full code of conduct on style of code etc just write good clean code. See CONTRIBUTE.md