https://github.com/sybers/website
My personal website, portfolio and blog. Fork it, make it yours!
https://github.com/sybers/website
blog portfolio website
Last synced: about 2 months ago
JSON representation
My personal website, portfolio and blog. Fork it, make it yours!
- Host: GitHub
- URL: https://github.com/sybers/website
- Owner: sybers
- License: mit
- Created: 2026-02-14T17:27:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-01T14:41:22.000Z (2 months ago)
- Last Synced: 2026-05-01T16:28:02.536Z (2 months ago)
- Topics: blog, portfolio, website
- Language: CSS
- Homepage: https://www.sybers.fr
- Size: 318 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sybers.fr
[sybers](https://sybers.fr) personal space on the internet.
Built with [Nuxt](https://nuxt.com/), blog posts are fetched from the [AT Protocol](https://atproto.com/) and written using the [WhiteWind](https://whtwnd.com/) lexicons.
## Setup
```bash
pnpm install
```
Copy the `.env.example` file to `.env` and fill in the values:
```bash
cp .env.example .env
```
Add your own configuration values to the `.env` file to customize the website.
## Development
```bash
pnpm dev
```
## Build
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```
## License
[MIT](./LICENSE.md)