axitkhurana / buster

Brute force static site generator for Ghost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no doctype or html element

thedannywahl opened this issue · comments

using buster generate or buster preview the files don't have a doctype or an html element:

Ghost output

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

buster generate

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

followup - this is a result of buster and not wget.

wget --recursive --convert-links --page-requisites --no-parent --no-host-directories --restrict-file-name=unix --timeout=0 --directory-prefix=/Users/dannywahl/Desktop/test/ http://localhost:2368

results in doctype and html element being output.