Skip to content

moyaproject/moya-techblog

Repository files navigation

Moya Tech Blog

Blog software for code and Photography. See this blog post for more details.

Installing Moya

If you don't have moya installed, install it from the command line with:

pip install moya

You may need 'sudo' on some platforms. If you have an older version of Moya, add the -U switch to upgrade.

You will also need the following for the 'Sign In' buttons.

pip install requests_oauthlib

Getting Started

To set up a Techblog site, run the following:

git clone git@github.com:moyaproject/moya-techblog.git
cd moya-techblog/site
moya init

You can now run a development server with this command:

moya runserver

Navigate to http://127.0.0.1:8000 to see your blog.

Deploy with Heroku

Deploy directly to Heroku by clicking the following button (see this blog post for more information).

Deploy

About

Blog software for code and Photography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published