self_Hosting_website/my_space/themes/red-rose/README.md
2024-06-03 03:05:13 +05:30

78 lines
1.7 KiB
Markdown

## Red Rose
### This theme needs a lot of improvement
visit [here](https://github.com/httpsecure/hugo-cat)
for new update
![rose](https://raw.githubusercontent.com/httpsecure/hugo-theme-red-rose/main/images/screenshot.png)
## Demo
**Credit :**
* Some text on demo site from wikipedia
* Flowers images from unsplash
[Demo Site](https://red-rose.netlify.app)
## Features
* Fully responsive
* About, Tags, and List pages
* Easy to customize
* Local font
This theme using bootstrap 5.2
Using local BS for development
For production You can use CDN
and add this inside **head.html**
```
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
```
## Code highlighting
By default hugo using chroma to color your code syntax. All you need to do is to wrap you code like this:
<pre>
``` css
your code here
```
</pre>
For style prefered you can try this :
[https://swapoff.org/chroma/playground/](https://swapoff.org/chroma/playground/)
For this theme using solarized-dark256
## Favicon
You can use favicon generator & put the favicon file inside **static** folder
## Installation
You can download the theme manually, extract & copy the examplesite go to themes directory
or
Refer to the [Hugo docs](https://gohugo.io/getting-started/quick-start/) for more information.
## Note
If you manualy install hugo, you must install hugo extended version
If you using debian/ubuntu & install hugo from repo it will include **libsass1**
## License
This theme released under the [MIT License](https://github.com/httpsecure/hugo-theme-red-rose/blob/main/LICENSE).