The source for the Camellia Wiki, written in Jekyll, Sassy CSS, and Markdown.
If you are wanting to contribute to a single entry (like a wiki entry, etc.), you can use the "Edit This Page" button!
Make sure to merge changes into the beta branch, never merge to live. Quality checkers will go ahead and merge your if it's good!
To install Jekyll, please refer to the Jekyll Installation page.
Because this project uses Sass (Sassy CSS), it will automatically convert your styling to the proper CSS files.
Please be sure to install the .scss extension!
To learn how to use Sass here.
To install Sass with NodeJS, please run: npm install -g sass
.
If you want to test locally, please follow these steps:
- Install Git and Jekyll (if you are contributing to styling, install Sass)
- Open your terminal of choice
- Clone the repo with
git clone https://github.com/CamelliaCommunity/Wiki
- Go inside the newly created folder with the clone
- Run
bundle install
to install the gems required - Run
bundle exec jekyll serve
to run the local server - Enter the URL it provides (like http://localhost:4000/) in your browser to view your local copy Please refer to the Jekyll Docs if you are still unsure!