hyprland-website/README.md
Visual-Dawg a77cd33926
Add blog feature (#34)
* better semantics, small improvments

* add blog feature

* update readme

* remove unused import

* Update README.md with typo fix , corrected instructions and improved clarity (#33)

* Update README.md with typo fix,corrected instructions and improved clarity

* Adjust bottom margin for better alignment on devices with >768px height

* newsSlice: adjust gradient

* newsSlice: fix masking

* newsSlice: pedantic alignment of the gradient

---------

Co-authored-by: Ashirbad Sahu <130544212+ashirbadsahu@users.noreply.github.com>
2023-12-17 22:35:11 +00:00

33 lines
1.2 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)
- `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.
- [System-x64](https://github.com/System-x64) - for the original site code