Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourstepper/robinopletal.com
https://github.com/fourstepper/robinopletal.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourstepper/robinopletal.com
- Owner: fourstepper
- License: mit
- Created: 2023-11-19T18:28:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T10:31:50.000Z (about 1 month ago)
- Last Synced: 2024-11-28T11:31:30.312Z (about 1 month ago)
- Language: Svelte
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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