Skip to content

rustdelhi/rustdelhi.in

Repository files navigation

RustDelhi.in

Welcome to Rust Delhi's Community Page!

Overview

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.

How to Contribute

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.

Getting Started Locally

If you'd like to run the website locally for development or testing, follow these steps:

Prerequisites

Make sure you have Zola Static Site Generator (SSG) installed on your system.

Clone the Repository

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 git@github.com:rustdelhi/rustdelhi.github.io.git

# Clone with HTTPS
git clone --recursive https://github.com/rustdelhi/rustdelhi.github.io.git

Navigate to the Project Directory

Change your working directory to the cloned repository:

cd rustdelhi.github.io

Start the Local Server

Now, you can use Zola to serve the website locally. Run the following command:

zola serve

Access the Local Website

Once the server is up and running, open your favorite web browser and navigate to:

http://127.0.0.1:1111

Changing theme color pallet

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.

About

Community for Rust Enthusiasts in Delhi/NCR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published