https://github.com/rust-italia/rust-italia.github.io
https://github.com/rust-italia/rust-italia.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rust-italia/rust-italia.github.io
- Owner: rust-italia
- Created: 2023-04-15T19:07:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T15:53:01.000Z (about 2 years ago)
- Last Synced: 2025-01-18T07:31:47.895Z (4 months ago)
- Homepage: https://rust-italia.github.io/
- Size: 352 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-italia.github.io
## Development
Install [zola](https://www.getzola.org/documentation/getting-started/installation/)
Start a local webserver:
```sh
zola serve
```## Deploy
Just push to main. A GitHub action will take care of the deploy process.