self_Hosting_website/my_space/themes/red-rose/examplesite
2024-06-03 03:05:13 +05:30
..
content Add files to my_space directory 2024-06-03 03:05:13 +05:30
resources/_gen/assets/scss Add files to my_space directory 2024-06-03 03:05:13 +05:30
config.toml Add files to my_space directory 2024-06-03 03:05:13 +05:30
netlify.toml Add files to my_space directory 2024-06-03 03:05:13 +05:30
README.md Add files to my_space directory 2024-06-03 03:05:13 +05:30

Red Rose

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

<!-- 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.