Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fourstepper/robinopletal.com


https://github.com/fourstepper/robinopletal.com

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# robinopletal.com

This repository is a SvelteKit project that runs [my website](https://robinopletal.com).

[![Create and publish the Docker image](https://github.com/fourstepper/robinopletal.com/actions/workflows/publish-image.yaml/badge.svg)](https://github.com/fourstepper/robinopletal.com/actions/workflows/publish-image.yaml)

[![Pagespeed Insights](robinopletal-pagespeed.svg)](https://pagespeed.web.dev/analysis?url=https%3A%2F%2Frobinopletal.com%2F)

## Developing

Install `npm`

```bash
npm run dev
```

## Building

```bash
npm run build
```

## Build and preview locally

```bash
npm run build && npm run preview
```

### Shoutouts!

This site would take way more time if it weren't for these resources:

- Josh Collinsworth's blog post: [Let's learn SvelteKit by building a static Markdown blog from scratch](https://joshcollinsworth.com/blog/build-static-sveltekit-markdown-blog)
- The excellent [Svelte](https://svelte.dev/docs/introduction) and [SvelteKit](https://kit.svelte.dev/docs/introduction) documentation