lucywyman / book_club

A little tool to help manage the #osu-lug book readin' club

Home Page:http://elijahcaine.me/reading/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book-club build

book_club is a little python tool used to automate the upkeep of my book club.

All you need to do is update the appropriate variables in the book-club.rst file and run book-club build. It'll generate an index.html file and you're good to go.

Installation:

$ pip install git+https://github.com/ElijahCaine/book_club.git

Setup

Here's what your directory structure should look like

yourdomain.bla/
    bookclub/
        book-club.rst
        style.css
        template.jinja

bookclub is however you want to call yourdomain.ext/bookclub/.

For an exmample of book-club.rst, template.jinja, and style.css check out the ones in this repo.

About

A little tool to help manage the #osu-lug book readin' club

http://elijahcaine.me/reading/

License:MIT License


Languages

Language:CSS 68.0%Language:HTML 32.0%