# utah-rust.github.io **Repository Path**: mirrors_coolaj86/utah-rust.github.io ## Basic Information - **Project Name**: utah-rust.github.io - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Website for Utah Rust [![Build Status](https://travis-ci.org/utah-rust/utah-rust.github.io.svg?branch=source)](https://travis-ci.org/utah-rust/utah-rust.github.io) You can also find us at https://meetup.com/utah-rust and in the `#utah` channel at http://rust-lang.slack.com. ## Contributing ### Editing the Website Install Rust: ``` curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` Install Cobalt: ``` cargo install cobalt-bin ``` Clone the repo and enter website: ``` git clone git@github.com:utah-rust/utah-rust.github.io.git cd ./utah-rust.github.io/ ``` Build the website: ```bash cobalt build ``` Preview: ```bash cobalt serve ``` The website is built using [`cobalt`][cobalt] and [`liquid`][liquid] and is hosted using [Github Pages](https://pages.github.com/). 1. [Get started with `cobalt`](http://cobalt-org.github.io/getting-started/) 2. Edit and create a PR for the `source` branch (`master` is for the built site). [cobalt]: http://cobalt-org.github.io [liquid]: https://shopify.github.io/liquid