Remove markdown pages
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# Art things
|
@@ -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.
|
@@ -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
|
||||
|
||||
<div hx-get="/recently_played" hx-trigger="load"></div>
|
||||
|
||||
### 🥅 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)
|
@@ -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|
|
||||
|
Reference in New Issue
Block a user