Skip to content
/ buster Public
forked from axitkhurana/buster

Brute force static site generator for Ghost

License

Notifications You must be signed in to change notification settings

skosch/buster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buster (Seb's fork)

Super simple, totally awesome, brute force static site generator for Ghost.

Start with a clean, no commits Github repository.

Generate Static Pages. Preview. Deploy to Github Pages.

Warning! This project is a hack. It's not official. But it works for me.

About this fork

This is a work in progress containing many of the pull requests made to the original buster repo (which unfortunately has been abandoned by its author).

It includes most of the changes by

  • petemichel77
  • Misiur
  • Jeongseok Son
  • raccoony
  • leftofnull
  • alokard
  • dariosky

It should also work with static pages (e.g. about, tag/..., etc.).

There may well be issues still, especially around Windows compatibility; I'm happy to merge your PRs.

Installation

With pip installed, simply run

pip install git+https://github.com/skosch/buster

You could also just clone the source and use the buster.py file directly.

The interface

setup [--gh-repo=<repo-url>]

      Creates a GIT repository inside static/ directory.

generate [--domain=<local-address>]

      Generates static pages from locally running Ghost instance.

preview

      Preview what's generated on localhost:9000.

deploy

      Commits and deploys changes static files to Github repository.

add-domain <domain-name>

      Adds CNAME file with custom domain name as required by Github Pages.

Buster assumes you have static/ folder in your current directory (or creates one during setup command). You can specify custom directory path using [--dir=<path>] option to any of the above commands.

Don't forget to change your blog URL in config.js in Ghost.

Requirements

  • wget: Use brew install wget to install wget on your Mac. Available by default on most linux distributions.
  • git: Use brew install git to install git on your Mac. sudo apt-get install git on ubuntu/debian

The following python packages would be installed automatically when installed via pip:

  • docopt: Creates beautiful command line interfaces easily.
  • GitPython: Python interface for GIT.

Ghost. What?

Ghost is a beautifully designed, completely customisable and completely Open Source Blogging Platform. If you haven't tried it out yet, check it out. You'll love it.

The Ghost Foundation is not-for-profit organization funding open source software and trying to completely change the world of online publishing. Consider donating to Ghost.

Buster?

Inspired by THE GhostBusters.

Ghost Buster Movie Poster

Ghost Buster Movie

Contributing

Checkout the existing issues or create a new one.
Pull requests welcome (actually, this time)!

About

Brute force static site generator for Ghost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%