From c3bef7bf0ceb0d0ea4f36be3df74718469f17127 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Sun, 3 Oct 2021 11:42:10 +0200 Subject: [PATCH] minor change in atributes --- .gitattributes | 2 ++ content/posts/calibre.md | 3 ++- content/posts/domain-setup.md | 6 ++++++ content/posts/pyside.md | 1 + content/projects/super_resolution.md | 3 ++- 5 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 content/posts/domain-setup.md diff --git a/.gitattributes b/.gitattributes index 85cd573..c3ad792 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ * text eol=lf *.png binary +*.jpg binary +*.gif binary *.toml filter=hostmgmt diff --git a/content/posts/calibre.md b/content/posts/calibre.md index 8ccb4c4..a7dda1c 100644 --- a/content/posts/calibre.md +++ b/content/posts/calibre.md @@ -1,7 +1,8 @@ --- title: "Calibre Physical Verification Hacks" date: 2021-09-14T11:30:11+02:00 -draft: true +draft: false +toc: true tags: - calibre - config diff --git a/content/posts/domain-setup.md b/content/posts/domain-setup.md new file mode 100644 index 0000000..1ed7cf2 --- /dev/null +++ b/content/posts/domain-setup.md @@ -0,0 +1,6 @@ +--- +title: "Domain Setup" +date: 2021-09-19T17:14:03+02:00 +draft: true +--- + diff --git a/content/posts/pyside.md b/content/posts/pyside.md index 050ed73..a5e565a 100644 --- a/content/posts/pyside.md +++ b/content/posts/pyside.md @@ -2,6 +2,7 @@ title: "Binding QML with Python: PyViewer" date: 2021-08-29T12:53:19+02:00 draft: false +toc: true tags: - python - qml diff --git a/content/projects/super_resolution.md b/content/projects/super_resolution.md index a41f140..2c7a805 100644 --- a/content/projects/super_resolution.md +++ b/content/projects/super_resolution.md @@ -1,7 +1,8 @@ --- title: "Super Resolution 🧙‍♂️" date: 2021-09-19T13:30:00+02:00 -draft: true +draft: false +toc: true tags: - upscaling - image-processing