2022-08-13 16:13:45 +02:00
# hyprland-website
2025-07-05 00:05:34 +02:00
The hypr.land website files. See it on [hypr.land ](https://hypr.land )
2022-08-13 16:18:06 +02:00
2023-11-25 22:31:55 +02:00
> [!NOTE]
> If you are here to contribute to the Wiki, [click here](https://github.com/hyprwm/hyprland-wiki).
2023-02-26 22:19:35 +05:30
2022-08-13 16:18:06 +02:00
## Contributions
2023-11-25 22:31:55 +02:00
Feel free
## Requirements
2023-12-07 22:53:07 +05:30
- `pnpm` for the package management. (You can also use npm if you only intend to build the project)
2023-11-25 22:31:55 +02:00
- `imagemagick` to generate the blurred background images.
## Development
- `pnpm install` To install the required npm packages
- `pnpm dev` To start the dev server
- `pnpm build` To build the static site into `./build`
2023-12-07 22:53:07 +05:30
- `pnpm preview` To preview the built site in `./build` ( no dev environment )
2022-08-13 16:18:06 +02:00
2023-12-18 00:35:11 +02:00
## Markdown features
- News entries are in `content/news/` and feature a `title` and a `date` . The date can be provided as an Unix timestamp in seconds or as any string Javascript can parse.
- `.md` files get parsed with [mdsvex ](https://github.com/pngwn/mdsvex ). So you can also use `svelte` code within them.
2022-08-13 16:18:06 +02:00
## Credits
2024-10-10 16:34:33 +05:30
- [VDawg ](https://github.com/vdawg-git ) - for the new site and design.