From 0442e7cd6c0cb03fbf3842e802deeafbc44e5b41 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 18 Nov 2023 11:10:21 +1100 Subject: [PATCH] Remove markdown pages --- app/content/pages/art-things.md | 1 - app/content/pages/colophon.md | 22 ---------------- app/content/pages/now.md | 45 --------------------------------- app/views/pages/show.rb | 2 -- 4 files changed, 70 deletions(-) delete mode 100644 app/content/pages/art-things.md delete mode 100644 app/content/pages/colophon.md delete mode 100644 app/content/pages/now.md diff --git a/app/content/pages/art-things.md b/app/content/pages/art-things.md deleted file mode 100644 index ffeb345..0000000 --- a/app/content/pages/art-things.md +++ /dev/null @@ -1 +0,0 @@ -# Art things diff --git a/app/content/pages/colophon.md b/app/content/pages/colophon.md deleted file mode 100644 index f243314..0000000 --- a/app/content/pages/colophon.md +++ /dev/null @@ -1,22 +0,0 @@ -# 🧱 Colophon - -Hello! Welcome to dnitza.com πŸ‘‹ - -This site is made from: - -- Adamantium β€” A custom-built, [Hanami](https://github.com/hanami/hanami)-based, blogging engine [based on the Micropub spec](https://www.w3.org/TR/micropub/) (open sourced soon). -- [Hetzner](https://www.hetzner.com) β€” for hosting. -- [Vim](https://www.vim.org) β€” for moving text around in files. -- [Postico](https://eggerapps.at/postico) β€” for looking at the mistakes I have made in postgres. -- [iTerm2](http://iterm2.com/) β€” as my terminal emulator. -- [Tailwind](https://tailwindcss.com) β€” for stylin'. -- [HTMX](http://htmx.org/) β€” for some JS sprinkles. -- [Alpine.js](https://alpinejs.dev) β€” for some JS sparkles. -- [Rubik](https://fonts.google.com/specimen/Rubik) β€” for headings. -- [Karla](https://fonts.google.com/specimen/Karla?query=KARLA) β€” for everything else. - -Some other stuff I like to use: - -- [Das Keyboard 4](https://www.daskeyboard.com/daskeyboard-4-professional/) β€” for typing words in to computers. -- [Chrome's Barrage Cargo backpack](https://chromeindustries.com/products/barrage-cargo-backpack?variant=40554886496316) β€” My backpack of choice for almost 10 years. -- [Steelcase Think](https://www.steelcase.com/products/office-chairs/think/) β€” For sitting. \ No newline at end of file diff --git a/app/content/pages/now.md b/app/content/pages/now.md deleted file mode 100644 index 633e538..0000000 --- a/app/content/pages/now.md +++ /dev/null @@ -1,45 +0,0 @@ -# Now - -### 🏒 Work - -I'm currently a technical lead at [Culture Amp](https://cultureamp.com), where I lead a small team working in a Rails monolith and across many microservices. Previously I worked with the wonderful humans of [Icelab](https://icelab.com.au) on a wide range of interesting and valuable projects. - -### πŸ•ΈοΈ Web - -I have been working on building this site to act as a repository for all my nonsense online, and as a way of encouraging me to write more! - -It's built using [Hanami 2](https://hanamirb.org), and conforms to the [MicroPub spec](https://www.w3.org/TR/micropub/). I've named it [Adamantium](https://github.com/dNitza/Adamantium) β€” partly for my Mum and partly for super strong metal πŸ˜‰ - -Where possible, I will try and post as much as I can here, and then syndicate out to services like Mastodon, but you can also find me on: - -- [Apple Music](https://music.apple.com/profile/nitza) -- [Email](mailto:hello@dnitza.com) -- [Discogs](https://www.discogs.com/user/dnitza) -- [Github](https://github.com/dnitza) -- [last.fm](https://www.last.fm/user/dNitza) -- [Letterboxd](https://letterboxd.com/dnitza/) -- [Mastodon](https://social.dnitza.com/@daniel) -- [Raindrop](https://raindrop.io/nitza/public-32480451) - -### 🌱 Life - -I currently live in Canberra with my partner and [our dogs](https://instagram.com/barkly_and_crumpet). We've been here since 2015, it's great. You should visit. - -In my spare time I like to tinker on various Ruby projects (including the software that powers this blog), make things with [Processing](https://processing.org), explore the various [hiking trails](/hikes) around Canberra and potter around [in the garden](/tagged/garden). - -### 🎧 Currently listening to - -
- -### πŸ₯… 2023 Goals - -- 25 Hikes - - Tracking these as I remember on [this page](/hikes). -- Adamantium - - βœ… Build a blogging tool that I actually use. - - βœ… [Clean things up and open-source the code](https://github.com/dNitza/Adamantium) - - βœ… Build in a photo gallery to post pages. - - βœ… Add a way to syndicate after a post is published. - - Add places visited to weekly posts. - - Add weather history to weekly posts. -- βœ… [Take a holiday overseas](https://dnitza.com/trips/5) diff --git a/app/views/pages/show.rb b/app/views/pages/show.rb index e5b4489..719da0b 100644 --- a/app/views/pages/show.rb +++ b/app/views/pages/show.rb @@ -6,8 +6,6 @@ module Adamantium expose :page_content do |page| renderer.call(content: page.content) - rescue Errno::ENOENT - renderer.call(content: "## Page not found") end expose :page_name do |page|