hyprland-website
hyprland-website copied to clipboard
The hyprland.org website
hyprland-website
The hyprland.org website files. See it on hyprland.org
[!NOTE]
If you are here to contribute to the Wiki, click here.
Contributions
Feel free
Requirements
pnpmfor the package management. (You can also use npm if you only intend to build the project)imagemagickto generate the blurred background images.
Development
pnpm installTo install the required npm packagespnpm devTo start the dev serverpnpm buildTo build the static site into./buildpnpm previewTo preview the built site in./build( no dev environment )
Markdown features
- News entries are in
content/news/and feature atitleand adate. The date can be provided as an Unix timestamp in seconds or as any string Javascript can parse. .mdfiles get parsed with mdsvex. So you can also usesveltecode within them.
Credits
- VDawg - for the new site and design.