Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
/ punyblog Public archive

Ultraminimalist blogging armature

Notifications You must be signed in to change notification settings

tithonium/punyblog

Repository files navigation

PunyBlog

Ultraminimalist blogging armature (less than a platform, or even a framework)

Installation

My recommendation for now? Don't.

Put it somewhere your webserver can see it. Do the things you need to do to get a rack app working under your server. Because this depends on ruby 1.9, be careful if you're using Apache/Passenger.

Run bundle install

You'll need to create a database.yml file. It should look like this:

---
:adapter: mysql
:host: db.example.com
:database: my_blog
:user: user
:password: drowssap

Change the values as appropriate.

Pre-create the database. Don't worry about pre-creating any tables. The app will do that on startup if needed.

Tweak the css as you see fit.

Design

Page design is derived from the "Striped Html template" by @n33co found via DesignCart.

About

Ultraminimalist blogging armature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published