https://github.com/bluwy/website
https://github.com/bluwy/website
markdown rehype remark svelte sveltekit windicss
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluwy/website
- Owner: bluwy
- License: other
- Created: 2019-05-03T13:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T10:22:07.000Z (6 months ago)
- Last Synced: 2025-04-13T11:29:14.045Z (6 months ago)
- Language: Svelte
- Homepage: https://bjornlu.com
- Size: 3.9 MB
- Stars: 12
- 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: for code
- CC BY-NC-SA 4.0: for words and assetsSee [LICENSE](LICENSE) for details.