Skip to content

Repository files navigation

marcusbillman.com

Designer, developer and human

My personal website and portfolio, hosted at marcusbillman.com 🇬🇧 and marcusbillman.se 🇸🇪. The website is fully designed and built by me. This repo contains the source code and you can also check out the Figma design file!

Technologies

The site is written in TypeScript using these lovely technologies, among others:

The code is linted with ESLint and formatted with Prettier.

Content management

The site features content in the form of case studies and side projects for my portfolio. This content is stored as MDX and YAML files inside src/content/ and is managed by Astro content collections. In the past I used Sanity (a cloud-hosted CMS), but I switched away because I wanted something simpler to maintain.

Localisation

The site is available in both English and Swedish. Strings are stored in JSON files inside src/strings/ and are read using a simple "library" I wrote. An environment variable determines which language to use and therefore I host two instances of the site — one for each language.

Design tokens

Styling is done using semantic design tokens enforced by my Tailwind theme, which is based on the variables in the Figma design file. For example, the custom Tailwind utility bg-default sets the background colour to the token of the same name, which resolves to colors.gray.900 in light mode or colors.white in dark mode.

About

My personal website and portfolio.

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages