Skip to content

Commit

Permalink
Merge pull request #7 from Vyogami/color-pallet
Browse files Browse the repository at this point in the history
refactor: change theme color pallet to rustdelhi poster color pallet
  • Loading branch information
gswebspace authored Nov 30, 2023
2 parents 8c3c4d1 + 1293dfb commit 3c1033b
Show file tree
Hide file tree
Showing 8 changed files with 12,672 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public/
node_modules/
45 changes: 36 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,34 @@ 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.
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.

> **NOTE:** This is an Unofficial group and is not endorsed by The Rust foundation.
> [!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:
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)](https://getzola.org/) installed on your system.
Make sure you have [Zola Static Site Generator (SSG)](https://getzola.org/)
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:
You can clone the repository using either SSH or HTTPS, depending on your GitHub
connection setup. Use one of the following commands:

```bash
# Clone with SSH
Expand Down Expand Up @@ -46,12 +59,26 @@ zola serve

### Access the Local Website

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

[http://127.0.0.1:1111](http://127.0.0.1:1111)

Enjoy exploring and working with the Rust Delhi community website locally! Feel free to contribute, make changes, or test new features as needed.
## Changing theme color pallet

## How to Contribute
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](https://nodejs.org/) interpreter and a [Sass compiler](https://sass-lang.com/install) installed.

After that, execute following commands from the root of the the repo:

```bash
npm install
```

```bash
sass --watch static/assets/scss/custom.scss:static/assets/css/custom.css
```

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.
Enjoy exploring and working with the Rust Delhi community website locally! Feel
free to contribute, make changes, or test new features as needed.
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "rustdelhi",
"description": "Official website of rustdehi.in",
"repository": {
"type": "git",
"url": "git+https://github.com/rustdehi/rustdehi.github.io.git"
},
"author": "Rustdelhi",
"dependencies": {
"bootstrap": "^5.2.0"
}
}
Loading

0 comments on commit 3c1033b

Please sign in to comment.