mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
d982e5761d
* some progress, updating packages * migrate to SvelteKit 2 * progress * more stuff * hy3 banner * add links to features * fix distro option extra image * update community section * add plugins page link to plugins slice * community more profiles * add more community profiles * fix RSS not showing in prod (#45) * plugin page: better banner hover playback * improve community slice intro timing * remove fillter texts * improve command button * plugin install command wording improvment * footer adjustments * add dwindle-autogroup * stuff * community profile pictures hosted by Discord :P * fix autoplay previewRice Chrome * navbar: no entry delay * small community profile changes * optimize plugins layout * fix sorting * improve card performance * clean up test content from .md files * did more stuff * change desc of some plugins * work on design and layout * make main bg darker Creates less banding and looks a bit better, while also providing better contrast * nicer trim text * more stuff * fix messup * update plugins readme * add a profile picture * plugins: add gradient bg * remove placeholder plugins * plugins: improve mobile layout * community: small stuff * remove csgo vulkan fix logo * plugins: fix bg jumping on Firefox * plugin slug: improve animation staggering * small css fixes * pluginsSlice: animate only with slide Opacity change looks a bit off here * community: hide errored images --------- Co-authored-by: Vaxry <vaxry@vaxry.net>
31 lines
1 KiB
Markdown
Executable file
31 lines
1 KiB
Markdown
Executable file
# hyprland-website
|
|
|
|
The hyprland.org website files. See it on [hyprland.org](https://hyprland.org)
|
|
|
|
> [!NOTE]
|
|
> If you are here to contribute to the Wiki, [click here](https://github.com/hyprwm/hyprland-wiki).
|
|
|
|
## 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](https://github.com/pngwn/mdsvex). So you can also use `svelte` code within them.
|
|
|
|
## Credits
|
|
|
|
- [VDawg](https://github.com/Visual-Dawg) - for the new site and design.
|