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
6ec7cfa1b8
* first push * feature cards, hall of fame * playing around * community slice * home * mobile home * wtf happend with the git * something * stuff * stuff * remove blur on nav on mobile * wall of fame, improve performance * always use current year for copyright * close navbar on navigation for mobile * improve performance community slice * improve performance features slice * prepare performance improvement for rice thumbnails * . * . * more stuff * new hero effect experiment * . * work * . * . * more stuf * hide discord profile image if image is not loaded yet * update links to rices * . * fix postinstall not running * . * remove quotes * remove .gitattributes * update readme * Footer: Fix bottom margin * HeroBackground: Remove images+animations * Remove discord * InstallSection: Change button label * Revert "Remove discord" This reverts commit |
||
---|---|---|
.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. (npm works too if you only want to build it)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 builded site in./build
( no dev environment )
Credits
- VDawg - for the new site and design.
- System-x64 - for the original site code