Go to file
Visual-Dawg 0e4cd97802
Disable autoplay on Firefox (#46)
* previewRice: disable firefox auto-play

* fix some aria hidden attr
2024-02-13 17:54:48 +00:00
.vscode Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
scripts Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
src Disable autoplay on Firefox (#46) 2024-02-13 17:54:48 +00:00
static Add contest winners post 2024-01-29 23:29:07 +00:00
.eslintignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.eslintrc.cjs Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.gitignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +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
LICENSE Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
README.md Removed a duplicate line in README.md (#44) 2024-01-31 11:33:19 +00:00
jsconfig.json Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
package.json Add blog feature (#34) 2023-12-17 22:35:11 +00:00
pnpm-lock.yaml Add blog feature (#34) 2023-12-17 22:35:11 +00:00
postcss.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
prettier.config.cjs Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
svelte.config.js Add blog feature (#34) 2023-12-17 22:35:11 +00:00
tailwind.config.js Add Rss feed (#42) 2024-01-30 13:11:23 +00:00
vite.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00

README.md

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

  • 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.
  • System-x64 - for the original site code