Find a file
2025-10-23 19:35:55 +02:00
.vscode format 2025-10-12 20:31:06 +02:00
scripts format 2025-10-12 20:31:06 +02:00
src format 2025-10-12 20:31:06 +02:00
static fix my and lauroros rice being mixed up (#119) 2025-10-23 18:29:15 +01:00
.eslintignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.eslintrc.cjs format 2025-10-12 20:31:06 +02:00
.gitignore Add Plugins page and more (#48) 2024-03-06 21:04:26 +00:00
.npmrc Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.prettierignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
jsconfig.json Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
LICENSE Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
package.json update to Svelte 5 2025-10-12 20:30:39 +02:00
pnpm-lock.yaml update to Svelte 5 2025-10-12 20:30:39 +02:00
postcss.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
prettier.config.cjs format 2025-10-12 20:31:06 +02:00
README.md hyprland.org to hypr.land (#104) 2025-07-05 00:05:34 +02:00
svelte.config.js format 2025-10-12 20:31:06 +02:00
tailwind.config.js format 2025-10-12 20:31:06 +02:00
vite.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00

hyprland-website

The hypr.land website files. See it on hypr.land

Note

If you are here to contribute to the Wiki, click here.

Contributions

Feel free

Requirements

  • pnpm for the package management. (You can also use npm if you only intend to build the project)
  • 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
  • pnpm preview To preview the built site in ./build ( no dev environment )

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. So you can also use svelte code within them.

Credits

  • VDawg - for the new site and design.