## Red Rose  ## Demo **Credit :** * Some text on demo site from wikipedia * Flowers images from unsplash * SVG icon bootstrap. [Demo Site later]() ## 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** ``` ``` ## Code highlighting By default hugo using chroma to color your code syntax. All you need to do is to wrap you code like this:
``` css your code here ```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).