diff --git a/content/about.md b/content/about.md index 9c0b2d7..153eaaa 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,7 @@ --- title: 'About' comments: false +author: [""] --- -About page +- \ No newline at end of file diff --git a/content/posts/motion-picture-film-in-black-and-white.md b/content/posts/motion-picture-film-in-black-and-white.md index 8a47ae6..fd39474 100644 --- a/content/posts/motion-picture-film-in-black-and-white.md +++ b/content/posts/motion-picture-film-in-black-and-white.md @@ -2,7 +2,7 @@ title: "Processing Motion Picture Film in Black White" date: 2023-10-17T17:11:42+01:00 draft: false -weight: 1 # Weight determines the order in which posts are displayed on the homepage +weight: 10 tags: ["film", "photography"] --- diff --git a/content/posts/scanning-film-using-camera.md b/content/posts/scanning-film-using-camera.md new file mode 100644 index 0000000..0ab61a5 --- /dev/null +++ b/content/posts/scanning-film-using-camera.md @@ -0,0 +1,20 @@ +--- +title: "Scanning 35mm Film Using Camera" +date: 2024-03-22T17:57:32+01:00 +draft: true +weight: 5 +tags: ["film", "photography"] +--- + +I recently came across an old used micro Nikkor lens. Those are known to be a great choice for scanning film in the film photography community. This lens turned out to be a game changer in my film scanning workflow, producing outstanding scans in even higher resolution. + +## Old micro Nikkor lenses +Nikkor lenses produced around the 1980's are commonly used for film scanning because of their superb optic quality and relatively high avalaibility (used). They were intended for film cameras, but can be mounted directly to nikon DSLRs thanks to the F mount. + +## Scanning setup +My scanning setup consists of: +- Sony A6000 camera +- Sony-E to Nikon-F adapter +- Nikon 55mm f/2.8 AF MICRO-NIKKOR +- Cinestill Cs-lite light +- A 3D printed film holder \ No newline at end of file diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 8bd708d..0000000 --- a/hugo.toml +++ /dev/null @@ -1,30 +0,0 @@ -baseURL = 'https://blog.oli.cx/' -languageCode = 'en-us' -title = 'blog.oli.cx' - -theme = 'paper' - - -# Theme settings - -#disqusShortname = 'oli_cx' # use disqus comments -rss = true - -[params] - avatar = '/static/images/avatar.jpg' # gravatar email or image url - name = 'Oliver' - bio = 'Bio' - -[menu] - - [[menu.main]] - identifier = "about" - name = "About" - url = "/about/" - weight = 10 - - -[taxonomies] - category = "categories" - tag = "tags" - series = "series" \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..e3b862f --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,41 @@ +baseURL: 'https://blog.oli.cx/' +languageCode: 'en-us' +title: 'blog.oli.cx' +theme: 'PaperMod' + +enableInlineShortcodes: true +enableRobotsTXT: true + + + +# Theme settings + +#disqusShortname: 'oli_cx' # use disqus comments +rss: true + +params: + author: "Oliver" + ShowPostNavLinks: true + ShowBreadCrumbs: false + ShowCodeCopyButtons: true + + profileMode: + enabled: false + homeInfoParams: + enabled: true + Title: "Oli's blog" + Content: "blog.oli.cx" + + +menu: + main: + - name: "About" + url: "about/" + weight: 10 + + +taxonomies: + category: "categories" + tag: "tags" + series: "series" + author: "Oli" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index c46f6c0..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 7e96d0e..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,105 +0,0 @@ -
-
- {{ site.Title }} - -
- -
- - {{ $bg_color := $.Scratch.Get "bg_color" }} - - - - -
- \ No newline at end of file diff --git a/themes/paper b/themes/paper deleted file mode 160000 index 456c165..0000000 --- a/themes/paper +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 456c1657639f515c0e8efe08d73f4ddf1ff3cdb7