hyprland-wiki/README.md

40 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2022-08-12 20:46:36 +02:00
# Hyprland Wiki
2022-08-23 21:21:15 -07:00
Welcome to the Hyprland Wiki! Here we store the wiki pages. They are automatically updated on the
2025-07-18 18:04:23 +02:00
website whenever a change occurs, within a reasonable timeframe (usually 12 minutes).
You can find the site at [https://wiki.hypr.land/](https://wiki.hypr.land/)
2022-08-13 22:07:33 +02:00
## Contributing to the Wiki
2022-08-23 21:21:15 -07:00
Feel free to open an issue or a PR if you feel anything is necessary.
2024-04-16 20:32:40 +01:00
Make sure to clearly state the reason for the changes.
2024-11-11 21:22:56 +02:00
Commits should have the form:
`Dir/Page: summary of changes`
Optionally, you can include a longer commit message 2 lines below the commit
title.
2025-07-18 18:04:23 +02:00
This format makes it easier to glance over the commit list and figure out what
2024-11-11 21:22:56 +02:00
each commit is about.
Additionally, if you make many changes in your PR, it is best to squash them
into self-contained commits that contain one logical change.
For info about how to squash commits, see [this](https://stackoverflow.com/a/5189600).
2025-07-24 19:00:34 +03:00
## Local development
To see your local changes, make sure to have `go` and `hugo` installed. Then, run
```sh
$ hugo serve
```
and open `http://localhost:1313` to see the locally-rendered wiki.
## License
2024-11-11 21:22:56 +02:00
This repository is licensed under the [BSD 3-Clause License](./LICENSE).