rix1.dev · my personal website

Welcome to the source repository of my personal website, rix1.dev! I'm a product developer and engineering manager based in Oslo, Norway. My website showcases previous and ongoing projects as well as my professional journey.

About the Site

Built with Lume — a static site generator for Deno, the site reflects my interest in products, technology, and design.

Features

CleanShot 2024-05-11 at 13 01 33@2x

Built and deployed with

Local Development

To get a local copy up and running, follow these simple steps.

Prerequisites

Ensure you have Deno installed on your machine. To install Deno, run:

curl -fsSL https://deno.land/install.sh | sh

Installation

  1. Clone the repo:
    git clone https://github.com/rix1/rix1.dev.git
    cd rix1.dev
    
  2. Start the development server:
    deno task dev
    

The site should now be running on http://localhost:3000. Open your browser to this address to view the site.

Writing Posts

Posts live in posts/*.md. To publish a new one, add a Markdown file with this front matter:

---
title: My post title
description: A short summary used for the overview, RSS, and social previews.
date: 2026-05-18
topic: Build
---

The shared defaults in posts/_data.yml add the post layout, author data, and the post tag automatically. For interactive posts, prefer a small browser script or web component in assets/ and opt into it from the post:

scripts:
  - /assets/my-post-widget.js

Drafts live in drafts/*.md with draft: true. Lume renders drafts while serving locally, but deno task build ignores the whole drafts/ folder so they do not deploy.

Contributing

I would be surprised if anyone would like to contribute to this site, but if you find any typos feel or want to change my opinion about something, feel free to open a PR:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b fix/your-opinion)
  3. Commit your Changes (git commit -m 'Adjust your attitude towards X')
  4. Push to the Branch (git push origin fix/your-opinion)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact