Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluwy/website
https://github.com/bluwy/website
markdown rehype remark svelte sveltekit windicss
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluwy/website
- Owner: bluwy
- License: mit
- Created: 2019-05-03T13:19:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T17:29:32.000Z (about 2 months ago)
- Last Synced: 2024-10-04T16:54:28.328Z (about 1 month ago)
- Topics: markdown, rehype, remark, svelte, sveltekit, windicss
- Language: Svelte
- Homepage: https://bjornlu.com
- Size: 3.8 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My website
The [site](https://bjornlu.com) is built with [SvelteKit](https://kit.svelte.dev), [UnoCSS](https://unocss.dev/), and [Remark](https://github.com/remarkjs/remark)/[Rehype](https://github.com/rehypejs/rehype)/[Unified](https://github.com/unifiedjs/unified).
## Development
```bash
# Install dependencies
$ pnpm install# Start dev server
$ pnpm dev# Build production site
$ pnpm build# Preview production site
$ pnpm preview# Format code with Prettier
$ pnpm format
```## Attributions
- [taniarascia.com](https://www.taniarascia.com/): Design inspiration.
- [css.gg](https://css.gg/): CSS icons reference.
- [Google Fonts](https://fonts.google.com/): Free fonts.## License
MIT