An open API service indexing awesome lists of open source software.

https://github.com/devos-sanity-edition/cuprite

Custom theme to be used with your Writerside Documentation site.
https://github.com/devos-sanity-edition/cuprite

documentation documentation-theme documentation-themes theme writerside writerside-theme

Last synced: 25 days ago
JSON representation

Custom theme to be used with your Writerside Documentation site.

Awesome Lists containing this project

README

          

# Cuprite




Cuprite is a rounded corners theme designed for Writerside documentation. The point is to make it look simplistic and as clean as with some other visual hints and animation to adminitions and cards.

If you want to see how Cuprite looks in a live environment, you can view the [Yiski documentation](https://yiski.devos.one).

> [!NOTE]
> We do not support Algolia search as we don't have a key, so the theme is likely to look off with Search functions. Sorry about that. This may change in the future though.

## Usage

> [!IMPORTANT]
> This is meant to be used with Writerside 2024.1 EAP as of the time of writing, older versions of Writerside will not be supported!

Open your Writerside project and go to your `Writerside/cfg/buildprofiles.xml`, and allow Custom CSS by adding to your Build Profile's Variables, and adding a Link Color and Primary Color to your Variables too, like so

```xml




#F75D62
#F75D62
custom.css


```

Now under `Writerside/cfg`, make a new folder called `static`, and then a file named `custom.css`. Writerside will now pull that Custom CSS file.

Now go to https://github.com/devOS-Sanity-Edition/Cuprite/blob/main/Cuprite.css and download the CSS file. Drop that CSS file into the same `static` directory.

On the top, add this if you want *all* of the CSS tweaks Cuprite makes

```css
@import "Cuprite.css";
```

After that, add the following to your Custom CSS file

```css
:root {
/* REPLACE 247, 92, 98 WITH YOUR BRANDING'S COLOR IN RGB */
--actual-primary-color: 247, 93, 98;
}
```

We would've supported loading the CSS file using a link to the GitHub repository, however, CORS happened. :C

![corsmoment](docs/assets/Arc_E9IkdEzioq.png)

Individual tweaks will be available at a later date.

## Screenshots

![image](docs/assets/Arc_VMyPaUbmMO.png)
![image](docs/assets/Arc_3d4K6OCOx4.png)
![image](docs/assets/Arc_yIJNO8yRUV.png)
![image](docs/assets/Arc_a7pomVA0BI.png)
![image](docs/assets/Arc_HjGehq5Lfe.png)
![image](docs/assets/Arc_jHX4o5iRke.png)
![image](docs/assets/Arc_kdpYC7KLun.png)
![image](docs/assets/Arc_utlX3BAPVd.png)
![image](docs/assets/Arc_wKKhL1OPRB.png)
![image](docs/assets/Arc_mRvuWDuTPt.png)
![image](docs/assets/Arc_yNR8n8bmBS.png)

## Videos

https://github.com/user-attachments/assets/ca873f31-5419-4eb0-b56f-249146f3cc93

https://github.com/user-attachments/assets/12418d1a-35b2-4c8d-b8cb-80a45b5e0ec6

https://github.com/user-attachments/assets/3e61d459-1bd1-412a-afe7-398daa3301d2

## License
This project is licensed under the [MIT License](LICENSE).