2022-08-13 16:13:45 +02:00
# hyprland-website
The hyprland.org website files. See it on [hyprland.org ](https://hyprland.org )
2022-08-13 16:18:06 +02:00
2023-11-25 21:31:55 +01:00
> [!NOTE]
> If you are here to contribute to the Wiki, [click here](https://github.com/hyprwm/hyprland-wiki).
2023-02-26 17:49:35 +01:00
2022-08-13 16:18:06 +02:00
## Contributions
2023-11-25 21:31:55 +01:00
Feel free
## Requirements
2023-12-17 23:35:11 +01:00
- `pnpm` for the package management. (You can also use npm if you only intend to build the project)
2023-12-07 18:23:07 +01:00
- `pnpm` for the package management. (You can also use npm if you only intend to build the project)
2023-11-25 21:31:55 +01: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 18:23:07 +01:00
- `pnpm preview` To preview the built site in `./build` ( no dev environment )
2022-08-13 16:18:06 +02:00
2023-12-17 23:35:11 +01: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
2023-11-25 21:31:55 +01:00
- [VDawg ](https://github.com/Visual-Dawg ) - for the new site and design.
- [System-x64 ](https://github.com/System-x64 ) - for the original site code