Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

z0rr0/zblog

Repository files navigation

Zblog

version Build Status license

It's django based simple personal blog.

Localization

Read Django docs "Internationalization and localization" for more details.

cd blog
python manage.py makemessages -l <LANG>
# edit locale/<LANG>/LC_MESSAGES/django.po
cd ..
make prepare

Deploy

Development

cd blog
python manage.py runserver

Docker images

make docker

Prepare database

cd blog
python manage.py migrate
python manage.py createsuperuser

Tests

make test

Roadmap

  1. base models
  2. admin pages
  3. base template
  4. flat pages
  5. index/post pages
  6. site map
  7. rss feed
  8. error pages
  9. markdown support
  10. comments support

License

This source code is governed by a MIT license that can be found in the LICENSE file.