mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
A read-only mirror of https://github.com/hyprwm/hyprland-website
a77cd33926
* 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> |
||
---|---|---|
.vscode | ||
scripts | ||
src | ||
static | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
jsconfig.json | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
prettier.config.cjs | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
vite.config.js |
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)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 packagespnpm dev
To start the dev serverpnpm 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 atitle
and adate
. 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 usesvelte
code within them.
Credits
- VDawg - for the new site and design.
- System-x64 - for the original site code