buster icon indicating copy to clipboard operation
buster copied to clipboard

Brute force static site generator for Ghost

Results 48 buster issues
Sort by recently updated
recently updated
newest added

Buster isn't maintained anymore. Sorry for the trouble! If you want Ghost and static site generation, checkout publishing static sites with Ghost and Gatsby: https://www.gatsbyjs.org/blog/2019-01-14-modern-publications-with-gatsby-ghost/ https://docs.ghost.org/api/gatsby/ It's still early days...

using buster generate or buster preview the files don't have a doctype or an html element: ### Ghost output ``` language-html ``` ### buster generate ``` language-html ```

here is the original source code ![image](https://user-images.githubusercontent.com/55687553/65506326-e618fc00-defd-11e9-9e55-f289f36de6b3.png) here is the command printed out: ```bash wget --recursive --convert-links --page-requisites --no-parent --directory-prefix /Users/archer.li/Documents/Python/buster/buster/static --no-host-directories --restrict-file-name=unix localhost:2368 ``` here is the result html...

I am on Arch (Manjaro) and running `sudo pip install buster` causes the following. ``` [yuki@Skarmory-Manjaro ghost]$ sudo pip install buster [sudo] password for yuki: ------------ Collecting buster Using cached...

Add Ghost sitemap files, whether linked or not, to generate function of buster.

I fixed a glitch with calling wget when running on a windows platform, and added the option to remove version info from asset file names since it was causing firefox...

Some themes link back to the home page by clicking on the blog title or in a footer. These links point to `localhost:2368` or whatever port the local ghost instance...

Does anyone have a working fork? I've tried the top 3-4, and buster.py breaks on all of them (On Windows).