diff --git a/package.json b/package.json index 10d9e4c..c6fabdd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "hugo server --baseURL http://localhost:1313", - "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md && hugo new print-version.md --kind print-version", + "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md && hugo new print-version.md --kind print-version && cat themes/infusion/data/README_BLANK.md > README.md", "build": "rm -rfv docs/* && hugo && sw-precache --root=docs && git add -A" }, "pre-commit": [ diff --git a/themes/infusion/data/README_BLANK.md b/themes/infusion/data/README_BLANK.md new file mode 100644 index 0000000..0e0292b --- /dev/null +++ b/themes/infusion/data/README_BLANK.md @@ -0,0 +1,3 @@ +# Your Library's README + +Please fill me out!