Welcome to Rust Delhi's Community Page!
Rust Delhi is a community of people interested in learning and discussing about The Rust Programming Language and applications/libraries built using it in Delhi/NCR.
Important
This is an Unofficial group and is not endorsed by The Rust foundation.
We welcome contributions from the community! If you have any ideas, improvements, or bug fixes, please submit a pull request. You can also report issues or request features through our GitHub repository.
If you'd like to run the website locally for development or testing, follow these steps:
Make sure you have Zola Static Site Generator (SSG) installed on your system.
You can clone the repository using either SSH or HTTPS, depending on your GitHub connection setup. Use one of the following commands:
# Clone with SSH
git clone --recursive [email protected]:rustdelhi/rustdelhi.github.io.git
# Clone with HTTPS
git clone --recursive https://github.com/rustdelhi/rustdelhi.github.io.git
Change your working directory to the cloned repository:
cd rustdelhi.github.io
Now, you can use Zola to serve the website locally. Run the following command:
zola serve
Once the server is up and running, open your favorite web browser and navigate to:
If you want to edit theme's style i.e color pallet then edit the respective files in static/assets/scss/
directory!
To view your changes you'll need to have a Node.js interpreter and a Sass compiler installed.
After that, execute following commands from the root of the the repo:
npm install
sass --watch static/assets/scss/custom.scss:static/assets/css/custom.css
Enjoy exploring and working with the Rust Delhi community website locally! Feel free to contribute, make changes, or test new features as needed.