diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index 7a21947..0000000 --- a/NOTES.md +++ /dev/null @@ -1,4 +0,0 @@ - * magick convert image.img -strip -interlace Plane -quality 85% image.img - * magick convert *.jpg -strip -interlace Plane -quality 85% -resize 720x9999 *_720w.jpg - * magick convert *.png -strip -resize 720x *_720x.png - * pngcrush input.png output.png diff --git a/archetypes/projects.md b/archetypes/projects.md deleted file mode 100644 index becee1e..0000000 --- a/archetypes/projects.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -activetime: -featured_image: -categories: -tags: - -draft: true -status: -link: ----