diff --git a/config.toml b/config.toml index f94a7aa..8cc76db 100644 --- a/config.toml +++ b/config.toml @@ -32,9 +32,10 @@ socials = [ ] menu = [ { name = "/blog", url = "/blog", weight = 1 }, - { name = "/tags", url = "/tags", weight = 2 }, - { name = "/projects", url = "/projects", weight = 3 }, + { name = "/projects", url = "/projects", weight = 2 }, + { name = "/hire", url = "/hire", weight = 3 }, { name = "/about", url = "/about", weight = 4 }, + { name = "/tags", url = "/tags", weight = 5 }, ] repo_view = true repo_url = "https://github.com/nrdxp/nrd.sh/tree/main/content/" diff --git a/content/about.md b/content/about.md index 27aad5b..a263a79 100644 --- a/content/about.md +++ b/content/about.md @@ -1,14 +1,19 @@ +++ title = "About" path = "about" +[extra] +repo_view = false +++ -Tim DeHerrera (nrdxp). +I'm Tim DeHerrera (nrdxp), an engineer at [IOG](https://iog.io) where I develop interoperable blockchain infrastructure for the Cardano ecosystem. -Engineer at [IOG](https://iog.io) developing interoperable blockchain infrastructure for the Cardano ecosystem. +As co-founder of the [Ekala Project](https://github.com/ekala-project), I'm building next-generation tooling for reproducible builds and declarative systems. -Co-founder of the [Ekala Project](https://github.com/ekala-project) - next-gen tooling for reproducible builds and declarative systems. +With a decade of experience in distributed systems, build infrastructure, and network optimization, I craft tools that emphasize reproducibility and determinism. My engineering approach leverages expressive type systems and functional programming paradigms, with current focus on the Rust and Nix ecosystems. -Specializing in distributed systems, build infrastructure, and network optimization. I am a polyglot systems programmer with a decade of experience, crafting tools that emphasize reproducibility and determinism. My engineering approach favors expressive type systems and functional programming paradigms, with current emphasis on Rust and Nix ecosystems. +If you're interested in working together or supporting my open source contributions, consider [hiring](/hire) me or reaching out through any of the social links above. I'm always happy to chat! -gpg: [5471 8D2B 78DC AA9C 7702 96F1 8985 725D B5B0 C122](https://github.com/nrdxp.gpg) +## Sigs + +- GPG: [5471 8D2B 78DC AA9C 7702 96F1 8985 725D B5B0 C122](https://github.com/nrdxp.gpg) +- SSH: [6A07 0A0C E98E 4E44 BC82 15FC 373B 0584 D603 1493](https://github.com/nrdxp.keys) diff --git a/content/hire.md b/content/hire.md new file mode 100644 index 0000000..6a6d039 --- /dev/null +++ b/content/hire.md @@ -0,0 +1,38 @@ ++++ +title = "Hire" +path = "hire" +[extra] +repo_view = false ++++ + +## Contract Work + +I'm available for consulting and contract work specializing in: + +- Distributed systems architecture +- Build infrastructure optimization +- Rust and Nix ecosystem development +- Blockchain infrastructure engineering +- General systems programming and tooling +- Other interesting technical challenges + +## Support Open Source + +If you find value in my open-source contributions, please support my work through: + +**Fiat Contributions** + +- [Personal Liberapay](https://liberapay.com/nrdxp/donate) +- [Ekala Liberapay](https://liberapay.com/Ekala/donate) + +**Crypto Contributions** + +- BTC: [bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s](bitcoin:bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s) +- ETH: [0x131b30f34b9F120b4C08c987150B4e83581e3FD5](ethereum:0x131b30f34b9F120b4C08c987150B4e83581e3FD5) +- ADA: [$nrdxp](cardano:addr1qywsmj6rph5xp4g0mfgnee6hwfk4l6ark42k8x0lfklah9akeej0wlqxpxwcucmrjm8gt3c3pa9tpejkzcsgaxflym4qrglkmw) + +## Get in Touch + +For contract work inquiries or to discuss potential collaborations, reach out through any of my social links above. I'm happy to sit down and explore how we can work together on your next project. + +Your contribution, whether through direct hiring or open-source support, helps maintain and improve tools used by the broader community. Thank you! diff --git a/themes/apollo b/themes/apollo index 875c7ff..577d9b0 160000 --- a/themes/apollo +++ b/themes/apollo @@ -1 +1 @@ -Subproject commit 875c7ff594ddb3b386255ea9793d7e1995433206 +Subproject commit 577d9b0fc0fb55f0992f04074c4d675fae262fc3