Hugo Themes
Red Rose
This theme needs a lot of improvement
visit here for new update
Demo
Credit :
- Some text on demo site from wikipedia
- Flowers images from unsplash
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:
``` css your code here ```
For style prefered you can try this :
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 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.