Skip to main content

Super Simple python system for building and deploying static websites

Project description

Donkey Simple is an extremely simple CMS that allows you to build a static website either from a web interface or the command line.

It uses clever tools like Ace Code Editor, Markdown and Jinja2 to make writing the site as painless as possible.

The pages, templates, static files and config files which make up the site are stored in a git repository so you can easily manage the version history of your site.

Once you’ve written your site, it is generated ONCE and then saved as static files, meaning the site is FAST, REALLY FAST in a way dynamic sites build from templates using lots of database calls and slow interpretted languages so rarely are.

DonkeySimple was built to work with Apache (it comes with .htaccess files) but it should be extremely simple to use it with other server. Similarly it has only been tested on Linux and Mac OS, however there’s nothing fundamental to stop it running on windows.

View the code and download it at https://github.com/samuelcolvin/donkey-simple. Donkey Simple is available through PyPi here.

Documentation

(These docs assume you’re setting up Donkey Simple to work with Apache on Ubuntu, but they should give you the gist of the process on other linux variants and Mac OS, even Windows and other web servers (like nginx and lighttpd) shouldn’t be that different.)

To Install run:

sudo pip install DonkeySimple

You should then be able to use the command line utility donkeysimple.

To build a new site run

donkeysimple build my_new_site

which will create a new site template at working/directory/my_new_site. Eg. you might think of running this command from /var/www/home/ to create /var/www/my_new_site.

(More details on what the donkeysimple utility can do can be found by running donkeysimpl --help.)

At this stage you might think about changing the password for the default user, you can do this by going into my_new_site and running.

donkeysimple edituser

The only remaining step is to setup apache to work with this directory. I won’t go into details of setting up an apache site, the only “special” thing you need to do is enable .htaccess files, there are details here but basically just need something like

<Directory /var/www/home/my_new_site>
    AllowOverride All
</Directory>

You should then be able to go to the site at http://ww.example.com/my_new_site to see the default site and http://ww.example.com/my_new_site/edit to login and start building your site.

Building (You can Probably ignore this)

If you download the source (eg. from github as opposed to installing with pip) you should run python mini_build.py prior to installing. All this does is download the static files for the web interface and generate the docs.txt file for PyPi’s long_description, for this you will require pandoc and pyandoc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DonkeySimple-0.16.tar.gz (1.2 MB view details)

Uploaded Source

File details

Details for the file DonkeySimple-0.16.tar.gz.

File metadata

  • Download URL: DonkeySimple-0.16.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for DonkeySimple-0.16.tar.gz
Algorithm Hash digest
SHA256 aea07ecd5b79c75d6df307173f46fbbb5e40f30d72b66be8c8a82a9acdc7114a
MD5 28f5252ac5b4752c783ce37bf40a04a5
BLAKE2b-256 bdbd8ba41ffff15f6cbff835104916e631fe49242e9271ad35a18a3f96e8745f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page