@@ -5,8 +5,8 @@ A static website built with pelican.
## Development
```sh
python3 -m venv env
source env/bin/activate
python3 -m venv .venv
source.venv/bin/activate
pip install -r requirements.txt
make devserver
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.