https://github.com/rust-av/website
Organization website
https://github.com/rust-av/website
Last synced: 5 months ago
JSON representation
Organization website
- Host: GitHub
- URL: https://github.com/rust-av/website
- Owner: rust-av
- License: mit
- Created: 2018-07-25T18:12:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T10:45:13.000Z (over 2 years ago)
- Last Synced: 2025-01-20T22:52:52.088Z (over 1 year ago)
- Language: HTML
- Size: 2.54 MB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-av Website
This is the website for **rust-av** project. Live at [rustav.org](https://rustav.org)
## Getting Started
Building the website depends on [Hugo](http://gohugo.io). So, first make sure
that you have it installed. If on OS X and using Homebrew, run the following:
```sh
brew update && brew install hugo
```
Then, get the website running locally:
```sh
git clone https://github.com/rust-av/website
cd website
hugo server
```
Then visit [http://localhost:1313](http://localhost:1313).
## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
terms or conditions.
### Development
The Website is build upon [Tokio Website](https://tokio.rs/).